@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UserUnion extends Object implements Serializable, Cloneable, StructuredPojo
Represents the identity of the person who performed the action.
Constructor and Description |
---|
UserUnion() |
Modifier and Type | Method and Description |
---|---|
UserUnion |
clone() |
boolean |
equals(Object obj) |
String |
getUserArn()
Represents the Amazon Connect ARN of the user.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setUserArn(String userArn)
Represents the Amazon Connect ARN of the user.
|
String |
toString()
Returns a string representation of this object.
|
UserUnion |
withUserArn(String userArn)
Represents the Amazon Connect ARN of the user.
|
public void setUserArn(String userArn)
Represents the Amazon Connect ARN of the user.
userArn
- Represents the Amazon Connect ARN of the user.public String getUserArn()
Represents the Amazon Connect ARN of the user.
public UserUnion withUserArn(String userArn)
Represents the Amazon Connect ARN of the user.
userArn
- Represents the Amazon Connect ARN of the user.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.