@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeReservedInstancesListingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the output of DescribeReservedInstancesListings.
| Constructor and Description |
|---|
DescribeReservedInstancesListingsResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeReservedInstancesListingsResult |
clone() |
boolean |
equals(Object obj) |
List<ReservedInstancesListing> |
getReservedInstancesListings()
Information about the Reserved Instance listing.
|
int |
hashCode() |
void |
setReservedInstancesListings(Collection<ReservedInstancesListing> reservedInstancesListings)
Information about the Reserved Instance listing.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeReservedInstancesListingsResult |
withReservedInstancesListings(Collection<ReservedInstancesListing> reservedInstancesListings)
Information about the Reserved Instance listing.
|
DescribeReservedInstancesListingsResult |
withReservedInstancesListings(ReservedInstancesListing... reservedInstancesListings)
Information about the Reserved Instance listing.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic DescribeReservedInstancesListingsResult()
public List<ReservedInstancesListing> getReservedInstancesListings()
Information about the Reserved Instance listing.
public void setReservedInstancesListings(Collection<ReservedInstancesListing> reservedInstancesListings)
Information about the Reserved Instance listing.
reservedInstancesListings - Information about the Reserved Instance listing.public DescribeReservedInstancesListingsResult withReservedInstancesListings(ReservedInstancesListing... reservedInstancesListings)
Information about the Reserved Instance listing.
NOTE: This method appends the values to the existing list (if any). Use
setReservedInstancesListings(java.util.Collection) or
withReservedInstancesListings(java.util.Collection) if you want to override the existing values.
reservedInstancesListings - Information about the Reserved Instance listing.public DescribeReservedInstancesListingsResult withReservedInstancesListings(Collection<ReservedInstancesListing> reservedInstancesListings)
Information about the Reserved Instance listing.
reservedInstancesListings - Information about the Reserved Instance listing.public String toString()
toString in class ObjectObject.toString()public DescribeReservedInstancesListingsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.