|
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(Object obj)
|
Role |
getRole()
Information about the role. |
int |
hashCode()
|
void |
setRole(Role role)
Information about the role. |
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 String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |