public class DescribeReservedInstancesListingsRequest extends AmazonWebServiceRequest implements java.io.Serializable
DescribeReservedInstancesListings operation.| コンストラクタと説明 |
|---|
DescribeReservedInstancesListingsRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<Filter> |
getFilters()
Returns the value of the Filters property for this object.
|
java.lang.String |
getReservedInstancesId()
Returns the value of the ReservedInstancesId property for this object.
|
java.lang.String |
getReservedInstancesListingId()
Returns the value of the ReservedInstancesListingId property for this
object.
|
int |
hashCode() |
void |
setFilters(java.util.Collection<Filter> filters)
Sets the value of the Filters property for this object.
|
void |
setReservedInstancesId(java.lang.String reservedInstancesId)
Sets the value of the ReservedInstancesId property for this object.
|
void |
setReservedInstancesListingId(java.lang.String reservedInstancesListingId)
Sets the value of the ReservedInstancesListingId property for this
object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeReservedInstancesListingsRequest |
withFilters(java.util.Collection<Filter> filters)
Sets the value of the Filters property for this object.
|
DescribeReservedInstancesListingsRequest |
withFilters(Filter... filters)
Sets the value of the Filters property for this object.
|
DescribeReservedInstancesListingsRequest |
withReservedInstancesId(java.lang.String reservedInstancesId)
Sets the value of the ReservedInstancesId property for this object.
|
DescribeReservedInstancesListingsRequest |
withReservedInstancesListingId(java.lang.String reservedInstancesListingId)
Sets the value of the ReservedInstancesListingId property for this
object.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic DescribeReservedInstancesListingsRequest()
public java.lang.String getReservedInstancesId()
public void setReservedInstancesId(java.lang.String reservedInstancesId)
reservedInstancesId - The new value for the ReservedInstancesId property for this object.public DescribeReservedInstancesListingsRequest withReservedInstancesId(java.lang.String reservedInstancesId)
Returns a reference to this object so that method calls can be chained together.
reservedInstancesId - The new value for the ReservedInstancesId property for this object.public java.lang.String getReservedInstancesListingId()
public void setReservedInstancesListingId(java.lang.String reservedInstancesListingId)
reservedInstancesListingId - The new value for the ReservedInstancesListingId property for this
object.public DescribeReservedInstancesListingsRequest withReservedInstancesListingId(java.lang.String reservedInstancesListingId)
Returns a reference to this object so that method calls can be chained together.
reservedInstancesListingId - The new value for the ReservedInstancesListingId property for this
object.public java.util.List<Filter> getFilters()
public void setFilters(java.util.Collection<Filter> filters)
filters - The new value for the Filters property for this object.public DescribeReservedInstancesListingsRequest withFilters(Filter... filters)
Returns a reference to this object so that method calls can be chained together.
filters - The new value for the Filters property for this object.public DescribeReservedInstancesListingsRequest withFilters(java.util.Collection<Filter> filters)
Returns a reference to this object so that method calls can be chained together.
filters - The new value for the Filters 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