@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeInstanceTypeLimitsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the DescribeInstanceTypeLimits operation.
NOOP| Constructor and Description |
|---|
DescribeInstanceTypeLimitsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeInstanceTypeLimitsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDomainName()
The name of the domain.
|
String |
getEngineVersion()
Version of OpenSearch or Elasticsearch, in the format Elasticsearch_X.Y or OpenSearch_X.Y.
|
String |
getInstanceType()
The OpenSearch Service instance type for which you need limit information.
|
int |
hashCode() |
void |
setDomainName(String domainName)
The name of the domain.
|
void |
setEngineVersion(String engineVersion)
Version of OpenSearch or Elasticsearch, in the format Elasticsearch_X.Y or OpenSearch_X.Y.
|
void |
setInstanceType(String instanceType)
The OpenSearch Service instance type for which you need limit information.
|
String |
toString()
Returns a string representation of this object.
|
DescribeInstanceTypeLimitsRequest |
withDomainName(String domainName)
The name of the domain.
|
DescribeInstanceTypeLimitsRequest |
withEngineVersion(String engineVersion)
Version of OpenSearch or Elasticsearch, in the format Elasticsearch_X.Y or OpenSearch_X.Y.
|
DescribeInstanceTypeLimitsRequest |
withInstanceType(OpenSearchPartitionInstanceType instanceType)
The OpenSearch Service instance type for which you need limit information.
|
DescribeInstanceTypeLimitsRequest |
withInstanceType(String instanceType)
The OpenSearch Service instance type for which you need limit information.
|
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 setDomainName(String domainName)
The name of the domain. Only specify if you need the limits for an existing domain.
domainName - The name of the domain. Only specify if you need the limits for an existing domain.public String getDomainName()
The name of the domain. Only specify if you need the limits for an existing domain.
public DescribeInstanceTypeLimitsRequest withDomainName(String domainName)
The name of the domain. Only specify if you need the limits for an existing domain.
domainName - The name of the domain. Only specify if you need the limits for an existing domain.public void setInstanceType(String instanceType)
The OpenSearch Service instance type for which you need limit information.
instanceType - The OpenSearch Service instance type for which you need limit information.OpenSearchPartitionInstanceTypepublic String getInstanceType()
The OpenSearch Service instance type for which you need limit information.
OpenSearchPartitionInstanceTypepublic DescribeInstanceTypeLimitsRequest withInstanceType(String instanceType)
The OpenSearch Service instance type for which you need limit information.
instanceType - The OpenSearch Service instance type for which you need limit information.OpenSearchPartitionInstanceTypepublic DescribeInstanceTypeLimitsRequest withInstanceType(OpenSearchPartitionInstanceType instanceType)
The OpenSearch Service instance type for which you need limit information.
instanceType - The OpenSearch Service instance type for which you need limit information.OpenSearchPartitionInstanceTypepublic 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 DescribeInstanceTypeLimitsRequest 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 String toString()
toString in class ObjectObject.toString()public DescribeInstanceTypeLimitsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.