public class CancelReservedInstancesListingResult
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
CancelReservedInstancesListingResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<ReservedInstancesListing> |
getReservedInstancesListings()
Returns the value of the ReservedInstancesListings property for this
object.
|
int |
hashCode() |
void |
setReservedInstancesListings(java.util.Collection<ReservedInstancesListing> reservedInstancesListings)
Sets the value of the ReservedInstancesListings property for this
object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CancelReservedInstancesListingResult |
withReservedInstancesListings(java.util.Collection<ReservedInstancesListing> reservedInstancesListings)
Sets the value of the ReservedInstancesListings property for this
object.
|
CancelReservedInstancesListingResult |
withReservedInstancesListings(ReservedInstancesListing... reservedInstancesListings)
Sets the value of the ReservedInstancesListings property for this
object.
|
public java.util.List<ReservedInstancesListing> getReservedInstancesListings()
public void setReservedInstancesListings(java.util.Collection<ReservedInstancesListing> reservedInstancesListings)
reservedInstancesListings - The new value for the ReservedInstancesListings property for this
object.public CancelReservedInstancesListingResult withReservedInstancesListings(ReservedInstancesListing... reservedInstancesListings)
Returns a reference to this object so that method calls can be chained together.
reservedInstancesListings - The new value for the ReservedInstancesListings property for this
object.public CancelReservedInstancesListingResult withReservedInstancesListings(java.util.Collection<ReservedInstancesListing> reservedInstancesListings)
Returns a reference to this object so that method calls can be chained together.
reservedInstancesListings - The new value for the ReservedInstancesListings property for this
object.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object