public class CreateReservedInstancesListingResult
extends java.lang.Object
implements java.io.Serializable
Contains the output of CreateReservedInstancesListing.
Constructor and Description |
---|
CreateReservedInstancesListingResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<ReservedInstancesListing> |
getReservedInstancesListings()
Information about the Reserved Instance listing.
|
int |
hashCode() |
void |
setReservedInstancesListings(java.util.Collection<ReservedInstancesListing> reservedInstancesListings)
Information about the Reserved Instance listing.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateReservedInstancesListingResult |
withReservedInstancesListings(java.util.Collection<ReservedInstancesListing> reservedInstancesListings)
Information about the Reserved Instance listing.
|
CreateReservedInstancesListingResult |
withReservedInstancesListings(ReservedInstancesListing... reservedInstancesListings)
Information about the Reserved Instance listing.
|
public CreateReservedInstancesListingResult()
public java.util.List<ReservedInstancesListing> getReservedInstancesListings()
public void setReservedInstancesListings(java.util.Collection<ReservedInstancesListing> reservedInstancesListings)
reservedInstancesListings
- Information about the Reserved Instance listing.public CreateReservedInstancesListingResult withReservedInstancesListings(ReservedInstancesListing... reservedInstancesListings)
Returns a reference to this object so that method calls can be chained together.
reservedInstancesListings
- Information about the Reserved Instance listing.public CreateReservedInstancesListingResult withReservedInstancesListings(java.util.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.