@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelServiceSoftwareUpdateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the CancelServiceSoftwareUpdate
operation. Specifies the name
of the domain that you wish to cancel a service software update on.
NOOP
Constructor and Description |
---|
CancelServiceSoftwareUpdateRequest() |
Modifier and Type | Method and Description |
---|---|
CancelServiceSoftwareUpdateRequest |
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.
|
CancelServiceSoftwareUpdateRequest |
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 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 CancelServiceSoftwareUpdateRequest 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 CancelServiceSoftwareUpdateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()