@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RejectAssignmentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
RejectAssignmentRequest() |
Modifier and Type | Method and Description |
---|---|
RejectAssignmentRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAssignmentId()
The ID of the assignment.
|
String |
getRequesterFeedback()
A message for the Worker, which the Worker can see in the Status section of the web site.
|
int |
hashCode() |
void |
setAssignmentId(String assignmentId)
The ID of the assignment.
|
void |
setRequesterFeedback(String requesterFeedback)
A message for the Worker, which the Worker can see in the Status section of the web site.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
RejectAssignmentRequest |
withAssignmentId(String assignmentId)
The ID of the assignment.
|
RejectAssignmentRequest |
withRequesterFeedback(String requesterFeedback)
A message for the Worker, which the Worker can see in the Status section of the web site.
|
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 setAssignmentId(String assignmentId)
The ID of the assignment. The assignment must correspond to a HIT created by the Requester.
assignmentId
- The ID of the assignment. The assignment must correspond to a HIT created by the Requester.public String getAssignmentId()
The ID of the assignment. The assignment must correspond to a HIT created by the Requester.
public RejectAssignmentRequest withAssignmentId(String assignmentId)
The ID of the assignment. The assignment must correspond to a HIT created by the Requester.
assignmentId
- The ID of the assignment. The assignment must correspond to a HIT created by the Requester.public void setRequesterFeedback(String requesterFeedback)
A message for the Worker, which the Worker can see in the Status section of the web site.
requesterFeedback
- A message for the Worker, which the Worker can see in the Status section of the web site.public String getRequesterFeedback()
A message for the Worker, which the Worker can see in the Status section of the web site.
public RejectAssignmentRequest withRequesterFeedback(String requesterFeedback)
A message for the Worker, which the Worker can see in the Status section of the web site.
requesterFeedback
- A message for the Worker, which the Worker can see in the Status section of the web site.public String toString()
toString
in class Object
Object.toString()
public RejectAssignmentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.