@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateHITTypeOfHITRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateHITTypeOfHITRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateHITTypeOfHITRequest |
clone() |
boolean |
equals(Object obj) |
String |
getHITId()
The HIT to update.
|
String |
getHITTypeId()
The ID of the new HIT type.
|
int |
hashCode() |
void |
setHITId(String hITId)
The HIT to update.
|
void |
setHITTypeId(String hITTypeId)
The ID of the new HIT type.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateHITTypeOfHITRequest |
withHITId(String hITId)
The HIT to update.
|
UpdateHITTypeOfHITRequest |
withHITTypeId(String hITTypeId)
The ID of the new HIT type.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setHITId(String hITId)
The HIT to update.
hITId - The HIT to update.public String getHITId()
The HIT to update.
public UpdateHITTypeOfHITRequest withHITId(String hITId)
The HIT to update.
hITId - The HIT to update.public void setHITTypeId(String hITTypeId)
The ID of the new HIT type.
hITTypeId - The ID of the new HIT type.public String getHITTypeId()
The ID of the new HIT type.
public UpdateHITTypeOfHITRequest withHITTypeId(String hITTypeId)
The ID of the new HIT type.
hITTypeId - The ID of the new HIT type.public String toString()
toString in class ObjectObject.toString()public UpdateHITTypeOfHITRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.