@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelElasticsearchServiceSoftwareUpdateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the CancelElasticsearchServiceSoftwareUpdate
operation. Specifies
the name of the Elasticsearch domain that you wish to cancel a service software update on.
NOOP
Constructor and Description |
---|
CancelElasticsearchServiceSoftwareUpdateRequest() |
Modifier and Type | Method and Description |
---|---|
CancelElasticsearchServiceSoftwareUpdateRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainName()
The name of the domain that you want to stop the latest service software update on.
|
int |
hashCode() |
void |
setDomainName(String domainName)
The name of the domain that you want to stop the latest service software update on.
|
String |
toString()
Returns a string representation of this object.
|
CancelElasticsearchServiceSoftwareUpdateRequest |
withDomainName(String domainName)
The name of the domain that you want to stop the latest service software update on.
|
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 CancelElasticsearchServiceSoftwareUpdateRequest()
public void setDomainName(String domainName)
The name of the domain that you want to stop the latest service software update on.
domainName
- The name of the domain that you want to stop the latest service software update on.public String getDomainName()
The name of the domain that you want to stop the latest service software update on.
public CancelElasticsearchServiceSoftwareUpdateRequest withDomainName(String domainName)
The name of the domain that you want to stop the latest service software update on.
domainName
- The name of the domain that you want to stop the latest service software update on.public String toString()
toString
in class Object
Object.toString()
public CancelElasticsearchServiceSoftwareUpdateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()