@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeReservedInstancesListingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DescribeReservedInstancesListingsRequest>
Contains the parameters for DescribeReservedInstancesListings.
NOOP
Constructor and Description |
---|
DescribeReservedInstancesListingsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeReservedInstancesListingsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<DescribeReservedInstancesListingsRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
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.
|
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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public DescribeReservedInstancesListingsRequest()
public List<Filter> getFilters()
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.
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)
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.
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)
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.
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)
or withFilters(java.util.Collection)
if you want to override
the existing values.
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)
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.
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 void setReservedInstancesId(String reservedInstancesId)
One or more Reserved Instance IDs.
reservedInstancesId
- One or more Reserved Instance IDs.public String getReservedInstancesId()
One or more Reserved Instance IDs.
public DescribeReservedInstancesListingsRequest withReservedInstancesId(String reservedInstancesId)
One or more Reserved Instance IDs.
reservedInstancesId
- One or more Reserved Instance IDs.public void setReservedInstancesListingId(String reservedInstancesListingId)
One or more Reserved Instance listing IDs.
reservedInstancesListingId
- One or more Reserved Instance listing IDs.public String getReservedInstancesListingId()
One or more Reserved Instance listing IDs.
public DescribeReservedInstancesListingsRequest withReservedInstancesListingId(String reservedInstancesListingId)
One or more Reserved Instance listing IDs.
reservedInstancesListingId
- One or more Reserved Instance listing IDs.public Request<DescribeReservedInstancesListingsRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DescribeReservedInstancesListingsRequest>
public String toString()
toString
in class Object
Object.toString()
public DescribeReservedInstancesListingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()