@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeReservedInstanceOfferingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the request parameters to a DescribeReservedInstanceOfferings
operation.
NOOP
Constructor and Description |
---|
DescribeReservedInstanceOfferingsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeReservedInstanceOfferingsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
An optional parameter that specifies the maximum number of results to return.
|
String |
getNextToken()
If your initial
DescribeReservedInstanceOfferings operation returns a nextToken , you
can include the returned nextToken in subsequent DescribeReservedInstanceOfferings
operations, which returns results in the next page. |
String |
getReservedInstanceOfferingId()
The Reserved Instance identifier filter value.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.
|
void |
setNextToken(String nextToken)
If your initial
DescribeReservedInstanceOfferings operation returns a nextToken , you
can include the returned nextToken in subsequent DescribeReservedInstanceOfferings
operations, which returns results in the next page. |
void |
setReservedInstanceOfferingId(String reservedInstanceOfferingId)
The Reserved Instance identifier filter value.
|
String |
toString()
Returns a string representation of this object.
|
DescribeReservedInstanceOfferingsRequest |
withMaxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.
|
DescribeReservedInstanceOfferingsRequest |
withNextToken(String nextToken)
If your initial
DescribeReservedInstanceOfferings operation returns a nextToken , you
can include the returned nextToken in subsequent DescribeReservedInstanceOfferings
operations, which returns results in the next page. |
DescribeReservedInstanceOfferingsRequest |
withReservedInstanceOfferingId(String reservedInstanceOfferingId)
The Reserved Instance identifier filter value.
|
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 DescribeReservedInstanceOfferingsRequest()
public void setReservedInstanceOfferingId(String reservedInstanceOfferingId)
The Reserved Instance identifier filter value. Use this parameter to show only the available instance types that match the specified reservation identifier.
reservedInstanceOfferingId
- The Reserved Instance identifier filter value. Use this parameter to show only the available instance
types that match the specified reservation identifier.public String getReservedInstanceOfferingId()
The Reserved Instance identifier filter value. Use this parameter to show only the available instance types that match the specified reservation identifier.
public DescribeReservedInstanceOfferingsRequest withReservedInstanceOfferingId(String reservedInstanceOfferingId)
The Reserved Instance identifier filter value. Use this parameter to show only the available instance types that match the specified reservation identifier.
reservedInstanceOfferingId
- The Reserved Instance identifier filter value. Use this parameter to show only the available instance
types that match the specified reservation identifier.public void setMaxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return. You can use nextToken
to get the next page of results.
maxResults
- An optional parameter that specifies the maximum number of results to return. You can use
nextToken
to get the next page of results.public Integer getMaxResults()
An optional parameter that specifies the maximum number of results to return. You can use nextToken
to get the next page of results.
nextToken
to get the next page of results.public DescribeReservedInstanceOfferingsRequest withMaxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return. You can use nextToken
to get the next page of results.
maxResults
- An optional parameter that specifies the maximum number of results to return. You can use
nextToken
to get the next page of results.public void setNextToken(String nextToken)
If your initial DescribeReservedInstanceOfferings
operation returns a nextToken
, you
can include the returned nextToken
in subsequent DescribeReservedInstanceOfferings
operations, which returns results in the next page.
nextToken
- If your initial DescribeReservedInstanceOfferings
operation returns a nextToken
,
you can include the returned nextToken
in subsequent
DescribeReservedInstanceOfferings
operations, which returns results in the next page.public String getNextToken()
If your initial DescribeReservedInstanceOfferings
operation returns a nextToken
, you
can include the returned nextToken
in subsequent DescribeReservedInstanceOfferings
operations, which returns results in the next page.
DescribeReservedInstanceOfferings
operation returns a nextToken
, you can include the returned nextToken
in subsequent
DescribeReservedInstanceOfferings
operations, which returns results in the next page.public DescribeReservedInstanceOfferingsRequest withNextToken(String nextToken)
If your initial DescribeReservedInstanceOfferings
operation returns a nextToken
, you
can include the returned nextToken
in subsequent DescribeReservedInstanceOfferings
operations, which returns results in the next page.
nextToken
- If your initial DescribeReservedInstanceOfferings
operation returns a nextToken
,
you can include the returned nextToken
in subsequent
DescribeReservedInstanceOfferings
operations, which returns results in the next page.public String toString()
toString
in class Object
Object.toString()
public DescribeReservedInstanceOfferingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()