@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelDomainConfigChangeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for parameters of the CancelDomainConfigChange
operation.
NOOP
Constructor and Description |
---|
CancelDomainConfigChangeRequest() |
Modifier and Type | Method and Description |
---|---|
CancelDomainConfigChangeRequest |
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 request to cancel.
|
Boolean |
getDryRun()
When set to True, returns the list of change IDs and properties that will be cancelled without actually
cancelling the change.
|
int |
hashCode() |
Boolean |
isDryRun()
When set to True, returns the list of change IDs and properties that will be cancelled without actually
cancelling the change.
|
void |
setDomainName(String domainName)
Name of the OpenSearch Service domain configuration request to cancel.
|
void |
setDryRun(Boolean dryRun)
When set to True, returns the list of change IDs and properties that will be cancelled without actually
cancelling the change.
|
String |
toString()
Returns a string representation of this object.
|
CancelDomainConfigChangeRequest |
withDomainName(String domainName)
Name of the OpenSearch Service domain configuration request to cancel.
|
CancelDomainConfigChangeRequest |
withDryRun(Boolean dryRun)
When set to True, returns the list of change IDs and properties that will be cancelled without actually
cancelling the change.
|
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 request to cancel.
domainName
- Name of the OpenSearch Service domain configuration request to cancel.public String getDomainName()
Name of the OpenSearch Service domain configuration request to cancel.
public CancelDomainConfigChangeRequest withDomainName(String domainName)
Name of the OpenSearch Service domain configuration request to cancel.
domainName
- Name of the OpenSearch Service domain configuration request to cancel.public void setDryRun(Boolean dryRun)
When set to True, returns the list of change IDs and properties that will be cancelled without actually cancelling the change.
dryRun
- When set to True, returns the list of change IDs and properties that will be cancelled without
actually cancelling the change.public Boolean getDryRun()
When set to True, returns the list of change IDs and properties that will be cancelled without actually cancelling the change.
public CancelDomainConfigChangeRequest withDryRun(Boolean dryRun)
When set to True, returns the list of change IDs and properties that will be cancelled without actually cancelling the change.
dryRun
- When set to True, returns the list of change IDs and properties that will be cancelled without
actually cancelling the change.public Boolean isDryRun()
When set to True, returns the list of change IDs and properties that will be cancelled without actually cancelling the change.
public String toString()
toString
in class Object
Object.toString()
public CancelDomainConfigChangeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()