Class CreateUserProfileResult
- java.lang.Object
-
- com.amazonaws.services.opsworks.model.CreateUserProfileResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class CreateUserProfileResult extends Object implements Serializable, Cloneable
Contains the response to a
CreateUserProfilerequest.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CreateUserProfileResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateUserProfileResultclone()booleanequals(Object obj)StringgetIamUserArn()The user's IAM ARN.inthashCode()voidsetIamUserArn(String iamUserArn)The user's IAM ARN.StringtoString()Returns a string representation of this object; useful for testing and debugging.CreateUserProfileResultwithIamUserArn(String iamUserArn)The user's IAM ARN.
-
-
-
Method Detail
-
setIamUserArn
public void setIamUserArn(String iamUserArn)
The user's IAM ARN.
- Parameters:
iamUserArn- The user's IAM ARN.
-
getIamUserArn
public String getIamUserArn()
The user's IAM ARN.
- Returns:
- The user's IAM ARN.
-
withIamUserArn
public CreateUserProfileResult withIamUserArn(String iamUserArn)
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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public CreateUserProfileResult clone()
-
-