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