@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListInstanceTypeDetailsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListInstanceTypeDetailsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListInstanceTypeDetailsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDomainName()
Name of the domain to list instance type details for.
|
String |
getEngineVersion()
Version of OpenSearch or Elasticsearch, in the format Elasticsearch_X.Y or OpenSearch_X.Y.
|
Integer |
getMaxResults()
An optional parameter that specifies the maximum number of results to return.
|
String |
getNextToken()
If your initial
ListInstanceTypeDetails operation returns a nextToken, you can include
the returned nextToken in subsequent ListInstanceTypeDetails operations, which returns
results in the next page. |
int |
hashCode() |
void |
setDomainName(String domainName)
Name of the domain to list instance type details for.
|
void |
setEngineVersion(String engineVersion)
Version of OpenSearch or Elasticsearch, in the format Elasticsearch_X.Y or OpenSearch_X.Y.
|
void |
setMaxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.
|
void |
setNextToken(String nextToken)
If your initial
ListInstanceTypeDetails operation returns a nextToken, you can include
the returned nextToken in subsequent ListInstanceTypeDetails operations, which returns
results in the next page. |
String |
toString()
Returns a string representation of this object.
|
ListInstanceTypeDetailsRequest |
withDomainName(String domainName)
Name of the domain to list instance type details for.
|
ListInstanceTypeDetailsRequest |
withEngineVersion(String engineVersion)
Version of OpenSearch or Elasticsearch, in the format Elasticsearch_X.Y or OpenSearch_X.Y.
|
ListInstanceTypeDetailsRequest |
withMaxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.
|
ListInstanceTypeDetailsRequest |
withNextToken(String nextToken)
If your initial
ListInstanceTypeDetails operation returns a nextToken, you can include
the returned nextToken in subsequent ListInstanceTypeDetails operations, which returns
results in the next page. |
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setEngineVersion(String engineVersion)
Version of OpenSearch or Elasticsearch, in the format Elasticsearch_X.Y or OpenSearch_X.Y. Defaults to the latest version of OpenSearch.
engineVersion - Version of OpenSearch or Elasticsearch, in the format Elasticsearch_X.Y or OpenSearch_X.Y. Defaults to the
latest version of OpenSearch.public String getEngineVersion()
Version of OpenSearch or Elasticsearch, in the format Elasticsearch_X.Y or OpenSearch_X.Y. Defaults to the latest version of OpenSearch.
public ListInstanceTypeDetailsRequest withEngineVersion(String engineVersion)
Version of OpenSearch or Elasticsearch, in the format Elasticsearch_X.Y or OpenSearch_X.Y. Defaults to the latest version of OpenSearch.
engineVersion - Version of OpenSearch or Elasticsearch, in the format Elasticsearch_X.Y or OpenSearch_X.Y. Defaults to the
latest version of OpenSearch.public void setDomainName(String domainName)
Name of the domain to list instance type details for.
domainName - Name of the domain to list instance type details for.public String getDomainName()
Name of the domain to list instance type details for.
public ListInstanceTypeDetailsRequest withDomainName(String domainName)
Name of the domain to list instance type details for.
domainName - Name of the domain to list instance type details for.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 ListInstanceTypeDetailsRequest 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 ListInstanceTypeDetails operation returns a nextToken, you can include
the returned nextToken in subsequent ListInstanceTypeDetails operations, which returns
results in the next page.
nextToken - If your initial ListInstanceTypeDetails operation returns a nextToken, you can
include the returned nextToken in subsequent ListInstanceTypeDetails operations,
which returns results in the next page.public String getNextToken()
If your initial ListInstanceTypeDetails operation returns a nextToken, you can include
the returned nextToken in subsequent ListInstanceTypeDetails operations, which returns
results in the next page.
ListInstanceTypeDetails operation returns a nextToken, you can
include the returned nextToken in subsequent ListInstanceTypeDetails
operations, which returns results in the next page.public ListInstanceTypeDetailsRequest withNextToken(String nextToken)
If your initial ListInstanceTypeDetails operation returns a nextToken, you can include
the returned nextToken in subsequent ListInstanceTypeDetails operations, which returns
results in the next page.
nextToken - If your initial ListInstanceTypeDetails operation returns a nextToken, you can
include the returned nextToken in subsequent ListInstanceTypeDetails operations,
which returns results in the next page.public String toString()
toString in class ObjectObject.toString()public ListInstanceTypeDetailsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.