public class CancelReservedInstancesListingResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
CancelReservedInstancesListingResult() |
| Modifier and Type | Method and Description |
|---|---|
CancelReservedInstancesListingResult |
clone() |
boolean |
equals(Object obj) |
List<ReservedInstancesListing> |
getReservedInstancesListings()
The Reserved instance listing.
|
int |
hashCode() |
void |
setReservedInstancesListings(Collection<ReservedInstancesListing> reservedInstancesListings)
The Reserved instance listing.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CancelReservedInstancesListingResult |
withReservedInstancesListings(Collection<ReservedInstancesListing> reservedInstancesListings)
The Reserved instance listing.
|
CancelReservedInstancesListingResult |
withReservedInstancesListings(ReservedInstancesListing... reservedInstancesListings)
The Reserved instance listing.
|
public CancelReservedInstancesListingResult()
public List<ReservedInstancesListing> getReservedInstancesListings()
public void setReservedInstancesListings(Collection<ReservedInstancesListing> reservedInstancesListings)
reservedInstancesListings - The Reserved instance listing.public CancelReservedInstancesListingResult 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 - The Reserved instance listing.public CancelReservedInstancesListingResult withReservedInstancesListings(Collection<ReservedInstancesListing> reservedInstancesListings)
Returns a reference to this object so that method calls can be chained together.
reservedInstancesListings - The Reserved instance listing.public String toString()
toString in class ObjectObject.toString()public CancelReservedInstancesListingResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.