@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
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 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 Object
Object.toString()
public UpdateHITTypeOfHITRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.