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