|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.identitymanagement.model.CreateRoleResult
public class CreateRoleResult
Contains the result of a successful invocation of the CreateRole action.
| Constructor Summary | |
|---|---|
CreateRoleResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
Role |
getRole()
Information about the role. |
int |
hashCode()
|
void |
setRole(Role role)
Information about the role. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CreateRoleResult |
withRole(Role role)
Information about the role. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CreateRoleResult()
| Method Detail |
|---|
public Role getRole()
public void setRole(Role role)
role - Information about the role.public CreateRoleResult withRole(Role role)
Returns a reference to this object so that method calls can be chained together.
role - Information about the role.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||