@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, withSdkRequestTimeout
public 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 Object
Object.toString()
public RejectQualificationRequestRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.