@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateHITWithHITTypeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateHITWithHITTypeResult() |
Modifier and Type | Method and Description |
---|---|
CreateHITWithHITTypeResult |
clone() |
boolean |
equals(Object obj) |
HIT |
getHIT()
Contains the newly created HIT data.
|
int |
hashCode() |
void |
setHIT(HIT hIT)
Contains the newly created HIT data.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateHITWithHITTypeResult |
withHIT(HIT hIT)
Contains the newly created HIT data.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setHIT(HIT hIT)
Contains the newly created HIT data. For a description of the HIT data structure as it appears in responses, see the HIT Data Structure documentation.
hIT
- Contains the newly created HIT data. For a description of the HIT data structure as it appears in
responses, see the HIT Data Structure documentation.public HIT getHIT()
Contains the newly created HIT data. For a description of the HIT data structure as it appears in responses, see the HIT Data Structure documentation.
public CreateHITWithHITTypeResult withHIT(HIT hIT)
Contains the newly created HIT data. For a description of the HIT data structure as it appears in responses, see the HIT Data Structure documentation.
hIT
- Contains the newly created HIT data. For a description of the HIT data structure as it appears in
responses, see the HIT Data Structure documentation.public String toString()
toString
in class Object
Object.toString()
public CreateHITWithHITTypeResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.