public class CreateUserProfileResult extends Object implements Serializable
Contains the response to a CreateUserProfile request.
| Constructor and Description |
|---|
CreateUserProfileResult() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public String getIamUserArn()
public void setIamUserArn(String iamUserArn)
iamUserArn - The user's IAM ARN.public CreateUserProfileResult withIamUserArn(String iamUserArn)
Returns a reference to this object so that method calls can be chained together.
iamUserArn - The user's IAM ARN.public String toString()
toString in class ObjectObject.toString()Copyright © 2016. All rights reserved.