@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateSubscriptionRequestRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateSubscriptionRequestRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateSubscriptionRequestRequest |
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 a subscription request is to be updated.
|
String |
getIdentifier()
The identifier of the subscription request that is to be updated.
|
String |
getRequestReason()
The reason for the
UpdateSubscriptionRequest action. |
int |
hashCode() |
void |
setDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which a subscription request is to be updated.
|
void |
setIdentifier(String identifier)
The identifier of the subscription request that is to be updated.
|
void |
setRequestReason(String requestReason)
The reason for the
UpdateSubscriptionRequest action. |
String |
toString()
Returns a string representation of this object.
|
UpdateSubscriptionRequestRequest |
withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which a subscription request is to be updated.
|
UpdateSubscriptionRequestRequest |
withIdentifier(String identifier)
The identifier of the subscription request that is to be updated.
|
UpdateSubscriptionRequestRequest |
withRequestReason(String requestReason)
The reason for the
UpdateSubscriptionRequest action. |
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 identifier of the Amazon DataZone domain in which a subscription request is to be updated.
domainIdentifier
- The identifier of the Amazon DataZone domain in which a subscription request is to be updated.public String getDomainIdentifier()
The identifier of the Amazon DataZone domain in which a subscription request is to be updated.
public UpdateSubscriptionRequestRequest withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which a subscription request is to be updated.
domainIdentifier
- The identifier of the Amazon DataZone domain in which a subscription request is to be updated.public void setIdentifier(String identifier)
The identifier of the subscription request that is to be updated.
identifier
- The identifier of the subscription request that is to be updated.public String getIdentifier()
The identifier of the subscription request that is to be updated.
public UpdateSubscriptionRequestRequest withIdentifier(String identifier)
The identifier of the subscription request that is to be updated.
identifier
- The identifier of the subscription request that is to be updated.public void setRequestReason(String requestReason)
The reason for the UpdateSubscriptionRequest
action.
requestReason
- The reason for the UpdateSubscriptionRequest
action.public String getRequestReason()
The reason for the UpdateSubscriptionRequest
action.
UpdateSubscriptionRequest
action.public UpdateSubscriptionRequestRequest withRequestReason(String requestReason)
The reason for the UpdateSubscriptionRequest
action.
requestReason
- The reason for the UpdateSubscriptionRequest
action.public String toString()
toString
in class Object
Object.toString()
public UpdateSubscriptionRequestRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()