@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 you want to modify.
|
String |
getEngineVersion()
Version of OpenSearch for which
Limits are needed. |
String |
getInstanceType()
The instance type for an OpenSearch cluster for which OpenSearch
Limits are needed. |
int |
hashCode() |
void |
setDomainName(String domainName)
The name of the domain you want to modify.
|
void |
setEngineVersion(String engineVersion)
Version of OpenSearch for which
Limits are needed. |
void |
setInstanceType(String instanceType)
The instance type for an OpenSearch cluster for which OpenSearch
Limits are needed. |
String |
toString()
Returns a string representation of this object.
|
DescribeInstanceTypeLimitsRequest |
withDomainName(String domainName)
The name of the domain you want to modify.
|
DescribeInstanceTypeLimitsRequest |
withEngineVersion(String engineVersion)
Version of OpenSearch for which
Limits are needed. |
DescribeInstanceTypeLimitsRequest |
withInstanceType(OpenSearchPartitionInstanceType instanceType)
The instance type for an OpenSearch cluster for which OpenSearch
Limits are needed. |
DescribeInstanceTypeLimitsRequest |
withInstanceType(String instanceType)
The instance type for an OpenSearch cluster for which OpenSearch
Limits are needed. |
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 you want to modify. Only include this value if you're querying OpenSearch
Limits for an existing domain.
domainName - The name of the domain you want to modify. Only include this value if you're querying OpenSearch
Limits for an existing domain.public String getDomainName()
The name of the domain you want to modify. Only include this value if you're querying OpenSearch
Limits for an existing domain.
Limits for an existing domain.public DescribeInstanceTypeLimitsRequest withDomainName(String domainName)
The name of the domain you want to modify. Only include this value if you're querying OpenSearch
Limits for an existing domain.
domainName - The name of the domain you want to modify. Only include this value if you're querying OpenSearch
Limits for an existing domain.public void setInstanceType(String instanceType)
The instance type for an OpenSearch cluster for which OpenSearch Limits are needed.
instanceType - The instance type for an OpenSearch cluster for which OpenSearch Limits are needed.OpenSearchPartitionInstanceTypepublic String getInstanceType()
The instance type for an OpenSearch cluster for which OpenSearch Limits are needed.
Limits are needed.OpenSearchPartitionInstanceTypepublic DescribeInstanceTypeLimitsRequest withInstanceType(String instanceType)
The instance type for an OpenSearch cluster for which OpenSearch Limits are needed.
instanceType - The instance type for an OpenSearch cluster for which OpenSearch Limits are needed.OpenSearchPartitionInstanceTypepublic DescribeInstanceTypeLimitsRequest withInstanceType(OpenSearchPartitionInstanceType instanceType)
The instance type for an OpenSearch cluster for which OpenSearch Limits are needed.
instanceType - The instance type for an OpenSearch cluster for which OpenSearch Limits are needed.OpenSearchPartitionInstanceTypepublic void setEngineVersion(String engineVersion)
Version of OpenSearch for which Limits are needed.
engineVersion - Version of OpenSearch for which Limits are needed.public String getEngineVersion()
Version of OpenSearch for which Limits are needed.
Limits are needed.public DescribeInstanceTypeLimitsRequest withEngineVersion(String engineVersion)
Version of OpenSearch for which Limits are needed.
engineVersion - Version of OpenSearch for which Limits are needed.public String toString()
toString in class ObjectObject.toString()public DescribeInstanceTypeLimitsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.