@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IamUserProfileDetails extends Object implements Serializable, Cloneable, StructuredPojo
The details of an IAM user profile in Amazon DataZone.
| Constructor and Description | 
|---|
| IamUserProfileDetails() | 
| Modifier and Type | Method and Description | 
|---|---|
| IamUserProfileDetails | clone() | 
| boolean | equals(Object obj) | 
| String | getArn()
 The ARN of an IAM user profile in Amazon DataZone. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setArn(String arn)
 The ARN of an IAM user profile in Amazon DataZone. | 
| String | toString()Returns a string representation of this object. | 
| IamUserProfileDetails | withArn(String arn)
 The ARN of an IAM user profile in Amazon DataZone. | 
public void setArn(String arn)
The ARN of an IAM user profile in Amazon DataZone.
arn - The ARN of an IAM user profile in Amazon DataZone.public String getArn()
The ARN of an IAM user profile in Amazon DataZone.
public IamUserProfileDetails withArn(String arn)
The ARN of an IAM user profile in Amazon DataZone.
arn - The ARN of an IAM user profile in Amazon DataZone.public String toString()
toString in class ObjectObject.toString()public IamUserProfileDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.