@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelSubscriptionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| CancelSubscriptionRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| CancelSubscriptionRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getDomainIdentifier()
 The unique identifier of the Amazon DataZone domain where the subscription request is being cancelled. | 
| String | getIdentifier()
 The unique identifier of the subscription that is being cancelled. | 
| int | hashCode() | 
| void | setDomainIdentifier(String domainIdentifier)
 The unique identifier of the Amazon DataZone domain where the subscription request is being cancelled. | 
| void | setIdentifier(String identifier)
 The unique identifier of the subscription that is being cancelled. | 
| String | toString()Returns a string representation of this object. | 
| CancelSubscriptionRequest | withDomainIdentifier(String domainIdentifier)
 The unique identifier of the Amazon DataZone domain where the subscription request is being cancelled. | 
| CancelSubscriptionRequest | withIdentifier(String identifier)
 The unique identifier of the subscription that is being cancelled. | 
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, withSdkRequestTimeoutpublic void setDomainIdentifier(String domainIdentifier)
The unique identifier of the Amazon DataZone domain where the subscription request is being cancelled.
domainIdentifier - The unique identifier of the Amazon DataZone domain where the subscription request is being cancelled.public String getDomainIdentifier()
The unique identifier of the Amazon DataZone domain where the subscription request is being cancelled.
public CancelSubscriptionRequest withDomainIdentifier(String domainIdentifier)
The unique identifier of the Amazon DataZone domain where the subscription request is being cancelled.
domainIdentifier - The unique identifier of the Amazon DataZone domain where the subscription request is being cancelled.public void setIdentifier(String identifier)
The unique identifier of the subscription that is being cancelled.
identifier - The unique identifier of the subscription that is being cancelled.public String getIdentifier()
The unique identifier of the subscription that is being cancelled.
public CancelSubscriptionRequest withIdentifier(String identifier)
The unique identifier of the subscription that is being cancelled.
identifier - The unique identifier of the subscription that is being cancelled.public String toString()
toString in class ObjectObject.toString()public CancelSubscriptionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()