Class GetUserResult
java.lang.Object
com.amazonaws.services.identitymanagement.model.GetUserResult
- All Implemented Interfaces:
Serializable, Cloneable
Contains the response to a successful GetUser request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetUser()A structure containing details about the IAM user.inthashCode()voidA structure containing details about the IAM user.toString()Returns a string representation of this object; useful for testing and debugging.A structure containing details about the IAM user.
-
Constructor Details
-
GetUserResult
public GetUserResult()
-
-
Method Details
-
setUser
A structure containing details about the IAM user.
- Parameters:
user- A structure containing details about the IAM user.
-
getUser
A structure containing details about the IAM user.
- Returns:
- A structure containing details about the IAM user.
-
withUser
A structure containing details about the IAM user.
- Parameters:
user- A structure containing details about the IAM user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-