@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateHITTypeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateHITTypeResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateHITTypeResult |
clone() |
boolean |
equals(Object obj) |
String |
getHITTypeId()
The ID of the newly registered HIT type.
|
int |
hashCode() |
void |
setHITTypeId(String hITTypeId)
The ID of the newly registered HIT type.
|
String |
toString()
Returns a string representation of this object.
|
CreateHITTypeResult |
withHITTypeId(String hITTypeId)
The ID of the newly registered HIT type.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setHITTypeId(String hITTypeId)
The ID of the newly registered HIT type.
hITTypeId - The ID of the newly registered HIT type.public String getHITTypeId()
The ID of the newly registered HIT type.
public CreateHITTypeResult withHITTypeId(String hITTypeId)
The ID of the newly registered HIT type.
hITTypeId - The ID of the newly registered HIT type.public String toString()
toString in class ObjectObject.toString()public CreateHITTypeResult clone()
Copyright © 2019. All rights reserved.