Class CreateUserProfileResult
java.lang.Object
com.amazonaws.services.opsworks.model.CreateUserProfileResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the response to a CreateUserProfile
request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The user's IAM ARN.int
hashCode()
void
setIamUserArn
(String iamUserArn) The user's IAM ARN.toString()
Returns a string representation of this object; useful for testing and debugging.withIamUserArn
(String iamUserArn) The user's IAM ARN.
-
Constructor Details
-
CreateUserProfileResult
public CreateUserProfileResult()
-
-
Method Details
-
setIamUserArn
The user's IAM ARN.
- Parameters:
iamUserArn
- The user's IAM ARN.
-
getIamUserArn
The user's IAM ARN.
- Returns:
- The user's IAM ARN.
-
withIamUserArn
The user's IAM ARN.
- Parameters:
iamUserArn
- The user's IAM ARN.- 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
-