@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeReservedElasticsearchInstanceOfferingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for parameters to DescribeReservedElasticsearchInstanceOfferings
NOOP
Constructor and Description |
---|
DescribeReservedElasticsearchInstanceOfferingsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeReservedElasticsearchInstanceOfferingsRequest |
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()
NextToken should be sent in case if earlier API call produced result containing NextToken.
|
String |
getReservedElasticsearchInstanceOfferingId()
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)
NextToken should be sent in case if earlier API call produced result containing NextToken.
|
void |
setReservedElasticsearchInstanceOfferingId(String reservedElasticsearchInstanceOfferingId)
The offering identifier filter value.
|
String |
toString()
Returns a string representation of this object.
|
DescribeReservedElasticsearchInstanceOfferingsRequest |
withMaxResults(Integer maxResults)
Set this value to limit the number of results returned.
|
DescribeReservedElasticsearchInstanceOfferingsRequest |
withNextToken(String nextToken)
NextToken should be sent in case if earlier API call produced result containing NextToken.
|
DescribeReservedElasticsearchInstanceOfferingsRequest |
withReservedElasticsearchInstanceOfferingId(String reservedElasticsearchInstanceOfferingId)
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 DescribeReservedElasticsearchInstanceOfferingsRequest()
public void setReservedElasticsearchInstanceOfferingId(String reservedElasticsearchInstanceOfferingId)
The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.
reservedElasticsearchInstanceOfferingId
- The offering identifier filter value. Use this parameter to show only the available offering that matches
the specified reservation identifier.public String getReservedElasticsearchInstanceOfferingId()
The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.
public DescribeReservedElasticsearchInstanceOfferingsRequest withReservedElasticsearchInstanceOfferingId(String reservedElasticsearchInstanceOfferingId)
The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.
reservedElasticsearchInstanceOfferingId
- 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 DescribeReservedElasticsearchInstanceOfferingsRequest 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)
NextToken should be sent in case if earlier API call produced result containing NextToken. It is used for pagination.
nextToken
- NextToken should be sent in case if earlier API call produced result containing NextToken. It is used for
pagination.public String getNextToken()
NextToken should be sent in case if earlier API call produced result containing NextToken. It is used for pagination.
public DescribeReservedElasticsearchInstanceOfferingsRequest withNextToken(String nextToken)
NextToken should be sent in case if earlier API call produced result containing NextToken. It is used for pagination.
nextToken
- NextToken should be sent in case if earlier API call produced result containing NextToken. It is used for
pagination.public String toString()
toString
in class Object
Object.toString()
public DescribeReservedElasticsearchInstanceOfferingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()