com.amazonaws.services.identitymanagement.model
Class GetUserResult

java.lang.Object
  extended by com.amazonaws.services.identitymanagement.model.GetUserResult

public class GetUserResult
extends Object

Contains the result of a successful invocation of the GetUser action.


Constructor Summary
GetUserResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 User getUser()
          Information about the user.
 int hashCode()
           
 void setUser(User user)
          Information about the user.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 GetUserResult withUser(User user)
          Information about the user.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetUserResult

public GetUserResult()
Method Detail

getUser

public User getUser()
Information about the user.

Returns:
Information about the user.

setUser

public void setUser(User user)
Information about the user.

Parameters:
user - Information about the user.

withUser

public GetUserResult withUser(User user)
Information about the user.

Returns a reference to this object so that method calls can be chained together.

Parameters:
user - Information about the user.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.