@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateRoleDescriptionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateRoleDescriptionResult() |
Modifier and Type | Method and Description |
---|---|
UpdateRoleDescriptionResult |
clone() |
boolean |
equals(Object obj) |
Role |
getRole()
A structure that contains details about the modified role.
|
int |
hashCode() |
void |
setRole(Role role)
A structure that contains details about the modified role.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateRoleDescriptionResult |
withRole(Role role)
A structure that contains details about the modified role.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRole(Role role)
A structure that contains details about the modified role.
role
- A structure that contains details about the modified role.public Role getRole()
A structure that contains details about the modified role.
public UpdateRoleDescriptionResult withRole(Role role)
A structure that contains details about the modified role.
role
- A structure that contains details about the modified role.public String toString()
toString
in class Object
Object.toString()
public UpdateRoleDescriptionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.