@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListElasticsearchInstanceTypesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the ListElasticsearchInstanceTypes
operation.
NOOP
Constructor and Description |
---|
ListElasticsearchInstanceTypesRequest() |
Modifier and Type | Method and Description |
---|---|
ListElasticsearchInstanceTypesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainName()
DomainName represents the name of the Domain that we are trying to modify.
|
String |
getElasticsearchVersion()
Version of Elasticsearch for which list of supported elasticsearch instance types are needed.
|
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.
|
int |
hashCode() |
void |
setDomainName(String domainName)
DomainName represents the name of the Domain that we are trying to modify.
|
void |
setElasticsearchVersion(String elasticsearchVersion)
Version of Elasticsearch for which list of supported elasticsearch instance types are needed.
|
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.
|
String |
toString()
Returns a string representation of this object.
|
ListElasticsearchInstanceTypesRequest |
withDomainName(String domainName)
DomainName represents the name of the Domain that we are trying to modify.
|
ListElasticsearchInstanceTypesRequest |
withElasticsearchVersion(String elasticsearchVersion)
Version of Elasticsearch for which list of supported elasticsearch instance types are needed.
|
ListElasticsearchInstanceTypesRequest |
withMaxResults(Integer maxResults)
Set this value to limit the number of results returned.
|
ListElasticsearchInstanceTypesRequest |
withNextToken(String nextToken)
NextToken should be sent in case if earlier API call produced result containing NextToken.
|
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 ListElasticsearchInstanceTypesRequest()
public void setElasticsearchVersion(String elasticsearchVersion)
Version of Elasticsearch for which list of supported elasticsearch instance types are needed.
elasticsearchVersion
- Version of Elasticsearch for which list of supported elasticsearch instance types are needed.public String getElasticsearchVersion()
Version of Elasticsearch for which list of supported elasticsearch instance types are needed.
public ListElasticsearchInstanceTypesRequest withElasticsearchVersion(String elasticsearchVersion)
Version of Elasticsearch for which list of supported elasticsearch instance types are needed.
elasticsearchVersion
- Version of Elasticsearch for which list of supported elasticsearch instance types are needed.public void setDomainName(String domainName)
DomainName represents the name of the Domain that we are trying to modify. This should be present only if we are querying for list of available Elasticsearch instance types when modifying existing domain.
domainName
- DomainName represents the name of the Domain that we are trying to modify. This should be present only if
we are querying for list of available Elasticsearch instance types when modifying existing domain.public String getDomainName()
DomainName represents the name of the Domain that we are trying to modify. This should be present only if we are querying for list of available Elasticsearch instance types when modifying existing domain.
public ListElasticsearchInstanceTypesRequest withDomainName(String domainName)
DomainName represents the name of the Domain that we are trying to modify. This should be present only if we are querying for list of available Elasticsearch instance types when modifying existing domain.
domainName
- DomainName represents the name of the Domain that we are trying to modify. This should be present only if
we are querying for list of available Elasticsearch instance types when modifying existing domain.public void setMaxResults(Integer maxResults)
Set this value to limit the number of results returned. Value provided must be greater than 30 else it wont be honored.
maxResults
- Set this value to limit the number of results returned. Value provided must be greater than 30 else it
wont be honored.public Integer getMaxResults()
Set this value to limit the number of results returned. Value provided must be greater than 30 else it wont be honored.
public ListElasticsearchInstanceTypesRequest withMaxResults(Integer maxResults)
Set this value to limit the number of results returned. Value provided must be greater than 30 else it wont be honored.
maxResults
- Set this value to limit the number of results returned. Value provided must be greater than 30 else it
wont be honored.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 ListElasticsearchInstanceTypesRequest 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 ListElasticsearchInstanceTypesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()