Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.identitymanagement.model
Class CreateUserResult

java.lang.Object
  extended by com.amazonaws.services.identitymanagement.model.CreateUserResult
All Implemented Interfaces:
Serializable

public class CreateUserResult
extends Object
implements Serializable

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

See Also:
Serialized Form

Constructor Summary
CreateUserResult()
           
 
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.
 CreateUserResult withUser(User user)
          Information about the user.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateUserResult

public CreateUserResult()
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 CreateUserResult 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.