@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActivateUserResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| ActivateUserResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| ActivateUserResult | clone() | 
| boolean | equals(Object obj) | 
| User | getUser()
 The user information. | 
| int | hashCode() | 
| void | setUser(User user)
 The user information. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| ActivateUserResult | withUser(User user)
 The user information. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setUser(User user)
The user information.
user - The user information.public User getUser()
The user information.
public ActivateUserResult withUser(User user)
The user information.
user - The user information.public String toString()
toString in class ObjectObject.toString()public ActivateUserResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.