@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteSubscriptionTargetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteSubscriptionTargetRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteSubscriptionTargetRequest |
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 in which the subscription target is deleted.
|
String |
getEnvironmentIdentifier()
The ID of the Amazon DataZone environment in which the subscription target is deleted.
|
String |
getIdentifier()
The ID of the subscription target that is deleted.
|
int |
hashCode() |
void |
setDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which the subscription target is deleted.
|
void |
setEnvironmentIdentifier(String environmentIdentifier)
The ID of the Amazon DataZone environment in which the subscription target is deleted.
|
void |
setIdentifier(String identifier)
The ID of the subscription target that is deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteSubscriptionTargetRequest |
withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which the subscription target is deleted.
|
DeleteSubscriptionTargetRequest |
withEnvironmentIdentifier(String environmentIdentifier)
The ID of the Amazon DataZone environment in which the subscription target is deleted.
|
DeleteSubscriptionTargetRequest |
withIdentifier(String identifier)
The ID of the subscription target 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 in which the subscription target is deleted.
domainIdentifier
- The ID of the Amazon DataZone domain in which the subscription target is deleted.public String getDomainIdentifier()
The ID of the Amazon DataZone domain in which the subscription target is deleted.
public DeleteSubscriptionTargetRequest withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which the subscription target is deleted.
domainIdentifier
- The ID of the Amazon DataZone domain in which the subscription target is deleted.public void setEnvironmentIdentifier(String environmentIdentifier)
The ID of the Amazon DataZone environment in which the subscription target is deleted.
environmentIdentifier
- The ID of the Amazon DataZone environment in which the subscription target is deleted.public String getEnvironmentIdentifier()
The ID of the Amazon DataZone environment in which the subscription target is deleted.
public DeleteSubscriptionTargetRequest withEnvironmentIdentifier(String environmentIdentifier)
The ID of the Amazon DataZone environment in which the subscription target is deleted.
environmentIdentifier
- The ID of the Amazon DataZone environment in which the subscription target is deleted.public void setIdentifier(String identifier)
The ID of the subscription target that is deleted.
identifier
- The ID of the subscription target that is deleted.public String getIdentifier()
The ID of the subscription target that is deleted.
public DeleteSubscriptionTargetRequest withIdentifier(String identifier)
The ID of the subscription target that is deleted.
identifier
- The ID of the subscription target that is deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteSubscriptionTargetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()