@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAdditionalAssignmentsForHITRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateAdditionalAssignmentsForHITRequest() |
Modifier and Type | Method and Description |
---|---|
CreateAdditionalAssignmentsForHITRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getHITId()
The ID of the HIT to extend.
|
Integer |
getNumberOfAdditionalAssignments()
The number of additional assignments to request for this HIT.
|
String |
getUniqueRequestToken()
A unique identifier for this request, which allows you to retry the call on error without extending the HIT
multiple times.
|
int |
hashCode() |
void |
setHITId(String hITId)
The ID of the HIT to extend.
|
void |
setNumberOfAdditionalAssignments(Integer numberOfAdditionalAssignments)
The number of additional assignments to request for this HIT.
|
void |
setUniqueRequestToken(String uniqueRequestToken)
A unique identifier for this request, which allows you to retry the call on error without extending the HIT
multiple times.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateAdditionalAssignmentsForHITRequest |
withHITId(String hITId)
The ID of the HIT to extend.
|
CreateAdditionalAssignmentsForHITRequest |
withNumberOfAdditionalAssignments(Integer numberOfAdditionalAssignments)
The number of additional assignments to request for this HIT.
|
CreateAdditionalAssignmentsForHITRequest |
withUniqueRequestToken(String uniqueRequestToken)
A unique identifier for this request, which allows you to retry the call on error without extending the HIT
multiple times.
|
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 CreateAdditionalAssignmentsForHITRequest()
public void setHITId(String hITId)
The ID of the HIT to extend.
hITId
- The ID of the HIT to extend.public String getHITId()
The ID of the HIT to extend.
public CreateAdditionalAssignmentsForHITRequest withHITId(String hITId)
The ID of the HIT to extend.
hITId
- The ID of the HIT to extend.public void setNumberOfAdditionalAssignments(Integer numberOfAdditionalAssignments)
The number of additional assignments to request for this HIT.
numberOfAdditionalAssignments
- The number of additional assignments to request for this HIT.public Integer getNumberOfAdditionalAssignments()
The number of additional assignments to request for this HIT.
public CreateAdditionalAssignmentsForHITRequest withNumberOfAdditionalAssignments(Integer numberOfAdditionalAssignments)
The number of additional assignments to request for this HIT.
numberOfAdditionalAssignments
- The number of additional assignments to request for this HIT.public void setUniqueRequestToken(String uniqueRequestToken)
A unique identifier for this request, which allows you to retry the call on error without extending the HIT
multiple times. This is useful in cases such as network timeouts where it is unclear whether or not the call
succeeded on the server. If the extend HIT already exists in the system from a previous call using the same
UniqueRequestToken
, subsequent calls will return an error with a message containing the request ID.
uniqueRequestToken
- A unique identifier for this request, which allows you to retry the call on error without extending the
HIT multiple times. This is useful in cases such as network timeouts where it is unclear whether or not
the call succeeded on the server. If the extend HIT already exists in the system from a previous call
using the same UniqueRequestToken
, subsequent calls will return an error with a message
containing the request ID.public String getUniqueRequestToken()
A unique identifier for this request, which allows you to retry the call on error without extending the HIT
multiple times. This is useful in cases such as network timeouts where it is unclear whether or not the call
succeeded on the server. If the extend HIT already exists in the system from a previous call using the same
UniqueRequestToken
, subsequent calls will return an error with a message containing the request ID.
UniqueRequestToken
, subsequent calls will return an error with a message
containing the request ID.public CreateAdditionalAssignmentsForHITRequest withUniqueRequestToken(String uniqueRequestToken)
A unique identifier for this request, which allows you to retry the call on error without extending the HIT
multiple times. This is useful in cases such as network timeouts where it is unclear whether or not the call
succeeded on the server. If the extend HIT already exists in the system from a previous call using the same
UniqueRequestToken
, subsequent calls will return an error with a message containing the request ID.
uniqueRequestToken
- A unique identifier for this request, which allows you to retry the call on error without extending the
HIT multiple times. This is useful in cases such as network timeouts where it is unclear whether or not
the call succeeded on the server. If the extend HIT already exists in the system from a previous call
using the same UniqueRequestToken
, subsequent calls will return an error with a message
containing the request ID.public String toString()
toString
in class Object
Object.toString()
public CreateAdditionalAssignmentsForHITRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.