@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeReservedElasticsearchInstancesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for parameters to DescribeReservedElasticsearchInstances
NOOP
Constructor and Description |
---|
DescribeReservedElasticsearchInstancesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeReservedElasticsearchInstancesRequest |
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 |
getReservedElasticsearchInstanceId()
The reserved instance 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 |
setReservedElasticsearchInstanceId(String reservedElasticsearchInstanceId)
The reserved instance identifier filter value.
|
String |
toString()
Returns a string representation of this object.
|
DescribeReservedElasticsearchInstancesRequest |
withMaxResults(Integer maxResults)
Set this value to limit the number of results returned.
|
DescribeReservedElasticsearchInstancesRequest |
withNextToken(String nextToken)
NextToken should be sent in case if earlier API call produced result containing NextToken.
|
DescribeReservedElasticsearchInstancesRequest |
withReservedElasticsearchInstanceId(String reservedElasticsearchInstanceId)
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 DescribeReservedElasticsearchInstancesRequest()
public void setReservedElasticsearchInstanceId(String reservedElasticsearchInstanceId)
The reserved instance identifier filter value. Use this parameter to show only the reservation that matches the specified reserved Elasticsearch instance ID.
reservedElasticsearchInstanceId
- The reserved instance identifier filter value. Use this parameter to show only the reservation that
matches the specified reserved Elasticsearch instance ID.public String getReservedElasticsearchInstanceId()
The reserved instance identifier filter value. Use this parameter to show only the reservation that matches the specified reserved Elasticsearch instance ID.
public DescribeReservedElasticsearchInstancesRequest withReservedElasticsearchInstanceId(String reservedElasticsearchInstanceId)
The reserved instance identifier filter value. Use this parameter to show only the reservation that matches the specified reserved Elasticsearch instance ID.
reservedElasticsearchInstanceId
- The reserved instance identifier filter value. Use this parameter to show only the reservation that
matches the specified reserved Elasticsearch instance ID.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 DescribeReservedElasticsearchInstancesRequest 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 DescribeReservedElasticsearchInstancesRequest 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 DescribeReservedElasticsearchInstancesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()