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