Class GetRoleResult
java.lang.Object
com.amazonaws.services.identitymanagement.model.GetRoleResult
- All Implemented Interfaces:
Serializable, Cloneable
Contains the response to a successful GetRole request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetRole()A structure containing details about the IAM role.inthashCode()voidA structure containing details about the IAM role.toString()Returns a string representation of this object; useful for testing and debugging.A structure containing details about the IAM role.
-
Constructor Details
-
GetRoleResult
public GetRoleResult()
-
-
Method Details
-
setRole
A structure containing details about the IAM role.
- Parameters:
role- A structure containing details about the IAM role.
-
getRole
A structure containing details about the IAM role.
- Returns:
- A structure containing details about the IAM role.
-
withRole
A structure containing details about the IAM role.
- Parameters:
role- A structure containing details about the IAM role.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-