public class CreateReservedInstancesListingResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateReservedInstancesListingResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateReservedInstancesListingResult |
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.
|
CreateReservedInstancesListingResult |
withReservedInstancesListings(Collection<ReservedInstancesListing> reservedInstancesListings)
Information about the Reserved instance listing.
|
CreateReservedInstancesListingResult |
withReservedInstancesListings(ReservedInstancesListing... reservedInstancesListings)
Information about the Reserved instance listing.
|
public CreateReservedInstancesListingResult()
public List<ReservedInstancesListing> getReservedInstancesListings()
public void setReservedInstancesListings(Collection<ReservedInstancesListing> reservedInstancesListings)
reservedInstancesListings - Information about the Reserved instance listing.public CreateReservedInstancesListingResult withReservedInstancesListings(ReservedInstancesListing... reservedInstancesListings)
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.
Returns a reference to this object so that method calls can be chained together.
reservedInstancesListings - Information about the Reserved instance listing.public CreateReservedInstancesListingResult withReservedInstancesListings(Collection<ReservedInstancesListing> reservedInstancesListings)
Returns a reference to this object so that method calls can be chained together.
reservedInstancesListings - Information about the Reserved instance listing.public String toString()
toString in class ObjectObject.toString()public CreateReservedInstancesListingResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.