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
CreateUserProfile
request.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CreateUserProfileResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateUserProfileResult
clone()
boolean
equals(Object obj)
String
getIamUserArn()
The user's IAM ARN.int
hashCode()
void
setIamUserArn(String iamUserArn)
The user's IAM ARN.String
toString()
Returns a string representation of this object; useful for testing and debugging.CreateUserProfileResult
withIamUserArn(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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public CreateUserProfileResult clone()
-
-