@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RejectQualificationRequestRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
RejectQualificationRequestRequest() |
| Modifier and Type | Method and Description |
|---|---|
RejectQualificationRequestRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getQualificationRequestId()
The ID of the Qualification request, as returned by the
ListQualificationRequests operation. |
String |
getReason()
A text message explaining why the request was rejected, to be shown to the Worker who made the request.
|
int |
hashCode() |
void |
setQualificationRequestId(String qualificationRequestId)
The ID of the Qualification request, as returned by the
ListQualificationRequests operation. |
void |
setReason(String reason)
A text message explaining why the request was rejected, to be shown to the Worker who made the request.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
RejectQualificationRequestRequest |
withQualificationRequestId(String qualificationRequestId)
The ID of the Qualification request, as returned by the
ListQualificationRequests operation. |
RejectQualificationRequestRequest |
withReason(String reason)
A text message explaining why the request was rejected, to be shown to the Worker who made the request.
|
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, withSdkRequestTimeoutpublic void setQualificationRequestId(String qualificationRequestId)
The ID of the Qualification request, as returned by the ListQualificationRequests operation.
qualificationRequestId - The ID of the Qualification request, as returned by the ListQualificationRequests operation.public String getQualificationRequestId()
The ID of the Qualification request, as returned by the ListQualificationRequests operation.
ListQualificationRequests operation.public RejectQualificationRequestRequest withQualificationRequestId(String qualificationRequestId)
The ID of the Qualification request, as returned by the ListQualificationRequests operation.
qualificationRequestId - The ID of the Qualification request, as returned by the ListQualificationRequests operation.public void setReason(String reason)
A text message explaining why the request was rejected, to be shown to the Worker who made the request.
reason - A text message explaining why the request was rejected, to be shown to the Worker who made the request.public String getReason()
A text message explaining why the request was rejected, to be shown to the Worker who made the request.
public RejectQualificationRequestRequest withReason(String reason)
A text message explaining why the request was rejected, to be shown to the Worker who made the request.
reason - A text message explaining why the request was rejected, to be shown to the Worker who made the request.public String toString()
toString in class ObjectObject.toString()public RejectQualificationRequestRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.