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