@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDomainConfigRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the DescribeDomainConfig
operation.
NOOP
Constructor and Description |
---|
DescribeDomainConfigRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeDomainConfigRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainName()
Name of the OpenSearch Service domain configuration that you want to describe.
|
int |
hashCode() |
void |
setDomainName(String domainName)
Name of the OpenSearch Service domain configuration that you want to describe.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDomainConfigRequest |
withDomainName(String domainName)
Name of the OpenSearch Service domain configuration that you want to describe.
|
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 void setDomainName(String domainName)
Name of the OpenSearch Service domain configuration that you want to describe.
domainName
- Name of the OpenSearch Service domain configuration that you want to describe.public String getDomainName()
Name of the OpenSearch Service domain configuration that you want to describe.
public DescribeDomainConfigRequest withDomainName(String domainName)
Name of the OpenSearch Service domain configuration that you want to describe.
domainName
- Name of the OpenSearch Service domain configuration that you want to describe.public String toString()
toString
in class Object
Object.toString()
public DescribeDomainConfigRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()