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