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