|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.ec2.model.DescribeReservedInstancesListingsRequest
public class DescribeReservedInstancesListingsRequest
Container for the parameters to the DescribeReservedInstancesListings operation.
Describes your account's Reserved Instance listings in the Reserved Instance Marketplace.
For more information, see Reserved Instance Marketplace in the Amazon Elastic Compute Cloud User Guide .
AmazonEC2.describeReservedInstancesListings(DescribeReservedInstancesListingsRequest),
Serialized Form| Constructor Summary | |
|---|---|
DescribeReservedInstancesListingsRequest()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List<Filter> |
getFilters()
One or more filters. |
java.lang.String |
getReservedInstancesId()
One or more Reserved Instance IDs. |
java.lang.String |
getReservedInstancesListingId()
One or more Reserved Instance Listing IDs. |
int |
hashCode()
|
void |
setFilters(java.util.Collection<Filter> filters)
One or more filters. |
void |
setReservedInstancesId(java.lang.String reservedInstancesId)
One or more Reserved Instance IDs. |
void |
setReservedInstancesListingId(java.lang.String reservedInstancesListingId)
One or more Reserved Instance Listing IDs. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeReservedInstancesListingsRequest |
withFilters(java.util.Collection<Filter> filters)
One or more filters. |
DescribeReservedInstancesListingsRequest |
withFilters(Filter... filters)
One or more filters. |
DescribeReservedInstancesListingsRequest |
withReservedInstancesId(java.lang.String reservedInstancesId)
One or more Reserved Instance IDs. |
DescribeReservedInstancesListingsRequest |
withReservedInstancesListingId(java.lang.String reservedInstancesListingId)
One or more Reserved Instance Listing IDs. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeReservedInstancesListingsRequest()
| Method Detail |
|---|
public java.lang.String getReservedInstancesId()
public void setReservedInstancesId(java.lang.String reservedInstancesId)
reservedInstancesId - One or more Reserved Instance IDs.public DescribeReservedInstancesListingsRequest withReservedInstancesId(java.lang.String reservedInstancesId)
Returns a reference to this object so that method calls can be chained together.
reservedInstancesId - One or more Reserved Instance IDs.
public java.lang.String getReservedInstancesListingId()
public void setReservedInstancesListingId(java.lang.String reservedInstancesListingId)
reservedInstancesListingId - One or more Reserved Instance Listing IDs.public DescribeReservedInstancesListingsRequest withReservedInstancesListingId(java.lang.String reservedInstancesListingId)
Returns a reference to this object so that method calls can be chained together.
reservedInstancesListingId - One or more Reserved Instance Listing IDs.
public java.util.List<Filter> getFilters()
reserved-instances-id -
The ID of the Reserved Instances.
reserved-instances-listing-id - The ID of the Reserved
Instances listing.
status - The status of
the Reserved Instance listing (pending |
active | cancelled | closed).
status-message - The reason for the status.
reserved-instances-id -
The ID of the Reserved Instances.
reserved-instances-listing-id - The ID of the Reserved
Instances listing.
status - The status of
the Reserved Instance listing (pending |
active | cancelled | closed).
status-message - The reason for the status.
public void setFilters(java.util.Collection<Filter> filters)
reserved-instances-id -
The ID of the Reserved Instances.
reserved-instances-listing-id - The ID of the Reserved
Instances listing.
status - The status of
the Reserved Instance listing (pending |
active | cancelled | closed).
status-message - The reason for the status.
filters - One or more filters. reserved-instances-id -
The ID of the Reserved Instances.
reserved-instances-listing-id - The ID of the Reserved
Instances listing.
status - The status of
the Reserved Instance listing (pending |
active | cancelled | closed).
status-message - The reason for the status.
public DescribeReservedInstancesListingsRequest withFilters(Filter... filters)
reserved-instances-id -
The ID of the Reserved Instances.
reserved-instances-listing-id - The ID of the Reserved
Instances listing.
status - The status of
the Reserved Instance listing (pending |
active | cancelled | closed).
status-message - The reason for the status.
Returns a reference to this object so that method calls can be chained together.
filters - One or more filters. reserved-instances-id -
The ID of the Reserved Instances.
reserved-instances-listing-id - The ID of the Reserved
Instances listing.
status - The status of
the Reserved Instance listing (pending |
active | cancelled | closed).
status-message - The reason for the status.
public DescribeReservedInstancesListingsRequest withFilters(java.util.Collection<Filter> filters)
reserved-instances-id -
The ID of the Reserved Instances.
reserved-instances-listing-id - The ID of the Reserved
Instances listing.
status - The status of
the Reserved Instance listing (pending |
active | cancelled | closed).
status-message - The reason for the status.
Returns a reference to this object so that method calls can be chained together.
filters - One or more filters. reserved-instances-id -
The ID of the Reserved Instances.
reserved-instances-listing-id - The ID of the Reserved
Instances listing.
status - The status of
the Reserved Instance listing (pending |
active | cancelled | closed).
status-message - The reason for the status.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||