@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeReservedInstanceOfferingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for parameters to DescribeReservedInstanceOfferings
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()
Set this value to limit the number of results returned.
|
String |
getNextToken()
Provides an identifier to allow retrieval of paginated results.
|
String |
getReservedInstanceOfferingId()
The offering identifier filter value.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Set this value to limit the number of results returned.
|
void |
setNextToken(String nextToken)
Provides an identifier to allow retrieval of paginated results.
|
void |
setReservedInstanceOfferingId(String reservedInstanceOfferingId)
The offering identifier filter value.
|
String |
toString()
Returns a string representation of this object.
|
DescribeReservedInstanceOfferingsRequest |
withMaxResults(Integer maxResults)
Set this value to limit the number of results returned.
|
DescribeReservedInstanceOfferingsRequest |
withNextToken(String nextToken)
Provides an identifier to allow retrieval of paginated results.
|
DescribeReservedInstanceOfferingsRequest |
withReservedInstanceOfferingId(String reservedInstanceOfferingId)
The offering 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 offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.
reservedInstanceOfferingId
- The offering identifier filter value. Use this parameter to show only the available offering that matches
the specified reservation identifier.public String getReservedInstanceOfferingId()
The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.
public DescribeReservedInstanceOfferingsRequest withReservedInstanceOfferingId(String reservedInstanceOfferingId)
The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.
reservedInstanceOfferingId
- The offering identifier filter value. Use this parameter to show only the available offering that matches
the specified reservation identifier.public void setMaxResults(Integer maxResults)
Set this value to limit the number of results returned. If not specified, defaults to 100.
maxResults
- Set this value to limit the number of results returned. If not specified, defaults to 100.public Integer getMaxResults()
Set this value to limit the number of results returned. If not specified, defaults to 100.
public DescribeReservedInstanceOfferingsRequest withMaxResults(Integer maxResults)
Set this value to limit the number of results returned. If not specified, defaults to 100.
maxResults
- Set this value to limit the number of results returned. If not specified, defaults to 100.public void setNextToken(String nextToken)
Provides an identifier to allow retrieval of paginated results.
nextToken
- Provides an identifier to allow retrieval of paginated results.public String getNextToken()
Provides an identifier to allow retrieval of paginated results.
public DescribeReservedInstanceOfferingsRequest withNextToken(String nextToken)
Provides an identifier to allow retrieval of paginated results.
nextToken
- Provides an identifier to allow retrieval of paginated results.public String toString()
toString
in class Object
Object.toString()
public DescribeReservedInstanceOfferingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()