public class CancelReservedInstancesListingResult extends Object implements Serializable
| Constructor and Description |
|---|
CancelReservedInstancesListingResult() |
| Modifier and Type | Method and Description |
|---|---|
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)
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()Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.