@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UserSummary extends Object implements Serializable, Cloneable, StructuredPojo
A UserSummary
object that contains Information about a user, including ARN, Id, and user name.
Constructor and Description |
---|
UserSummary() |
Modifier and Type | Method and Description |
---|---|
UserSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN for the user account.
|
String |
getId()
The identifier for the user account.
|
String |
getUsername()
The Amazon Connect user name for the user account.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The ARN for the user account.
|
void |
setId(String id)
The identifier for the user account.
|
void |
setUsername(String username)
The Amazon Connect user name for the user account.
|
String |
toString()
Returns a string representation of this object.
|
UserSummary |
withArn(String arn)
The ARN for the user account.
|
UserSummary |
withId(String id)
The identifier for the user account.
|
UserSummary |
withUsername(String username)
The Amazon Connect user name for the user account.
|
public void setId(String id)
The identifier for the user account.
id
- The identifier for the user account.public String getId()
The identifier for the user account.
public UserSummary withId(String id)
The identifier for the user account.
id
- The identifier for the user account.public void setArn(String arn)
The ARN for the user account.
arn
- The ARN for the user account.public String getArn()
The ARN for the user account.
public UserSummary withArn(String arn)
The ARN for the user account.
arn
- The ARN for the user account.public void setUsername(String username)
The Amazon Connect user name for the user account.
username
- The Amazon Connect user name for the user account.public String getUsername()
The Amazon Connect user name for the user account.
public UserSummary withUsername(String username)
The Amazon Connect user name for the user account.
username
- The Amazon Connect user name for the user account.public String toString()
toString
in class Object
Object.toString()
public UserSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.