public class DescribeReservedInstancesListingsRequest extends AmazonWebServiceRequest implements Serializable
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 .
| Constructor and Description |
|---|
DescribeReservedInstancesListingsRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<Filter> |
getFilters()
One or more filters.
|
String |
getReservedInstancesId()
One or more Reserved Instance IDs.
|
String |
getReservedInstancesListingId()
One or more Reserved Instance Listing IDs.
|
int |
hashCode() |
void |
setFilters(Collection<Filter> filters)
One or more filters.
|
void |
setReservedInstancesId(String reservedInstancesId)
One or more Reserved Instance IDs.
|
void |
setReservedInstancesListingId(String reservedInstancesListingId)
One or more Reserved Instance Listing IDs.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeReservedInstancesListingsRequest |
withFilters(Collection<Filter> filters)
One or more filters.
|
DescribeReservedInstancesListingsRequest |
withFilters(Filter... filters)
One or more filters.
|
DescribeReservedInstancesListingsRequest |
withReservedInstancesId(String reservedInstancesId)
One or more Reserved Instance IDs.
|
DescribeReservedInstancesListingsRequest |
withReservedInstancesListingId(String reservedInstancesListingId)
One or more Reserved Instance Listing IDs.
|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollectorpublic DescribeReservedInstancesListingsRequest()
public String getReservedInstancesId()
public void setReservedInstancesId(String reservedInstancesId)
reservedInstancesId - One or more Reserved Instance IDs.public DescribeReservedInstancesListingsRequest withReservedInstancesId(String reservedInstancesId)
Returns a reference to this object so that method calls can be chained together.
reservedInstancesId - One or more Reserved Instance IDs.public String getReservedInstancesListingId()
public void setReservedInstancesListingId(String reservedInstancesListingId)
reservedInstancesListingId - One or more Reserved Instance Listing IDs.public DescribeReservedInstancesListingsRequest withReservedInstancesListingId(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 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(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(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 String toString()
toString in class ObjectObject.toString()Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.