@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; useful for testing and debugging.
|
CreateHITTypeResult |
withHITTypeId(String hITTypeId)
The ID of the newly registered HIT type.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 Object
Object.toString()
public CreateHITTypeResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.