@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTypeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetTypeResult() |
| Modifier and Type | Method and Description |
|---|---|
GetTypeResult |
clone() |
boolean |
equals(Object obj) |
Type |
getType()
The
Type object. |
int |
hashCode() |
void |
setType(Type type)
The
Type object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetTypeResult |
withType(Type type)
The
Type object. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setType(Type type)
The Type object.
type - The Type object.public Type getType()
The Type object.
Type object.public GetTypeResult withType(Type type)
The Type object.
type - The Type object.public String toString()
toString in class ObjectObject.toString()public GetTypeResult clone()
Copyright © 2018. All rights reserved.