@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UserSummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains summary information about a user.
| Constructor and Description |
|---|
UserSummary() |
| Modifier and Type | Method and Description |
|---|---|
UserSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the user account.
|
String |
getId()
The identifier of the user account.
|
String |
getUsername()
The Amazon Connect user name of the user account.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the user account.
|
void |
setId(String id)
The identifier of the user account.
|
void |
setUsername(String username)
The Amazon Connect user name of the user account.
|
String |
toString()
Returns a string representation of this object.
|
UserSummary |
withArn(String arn)
The Amazon Resource Name (ARN) of the user account.
|
UserSummary |
withId(String id)
The identifier of the user account.
|
UserSummary |
withUsername(String username)
The Amazon Connect user name of the user account.
|
public void setId(String id)
The identifier of the user account.
id - The identifier of the user account.public String getId()
The identifier of the user account.
public UserSummary withId(String id)
The identifier of the user account.
id - The identifier of the user account.public void setArn(String arn)
The Amazon Resource Name (ARN) of the user account.
arn - The Amazon Resource Name (ARN) of the user account.public String getArn()
The Amazon Resource Name (ARN) of the user account.
public UserSummary withArn(String arn)
The Amazon Resource Name (ARN) of the user account.
arn - The Amazon Resource Name (ARN) of the user account.public void setUsername(String username)
The Amazon Connect user name of the user account.
username - The Amazon Connect user name of the user account.public String getUsername()
The Amazon Connect user name of the user account.
public UserSummary withUsername(String username)
The Amazon Connect user name of the user account.
username - The Amazon Connect user name of the user account.public String toString()
toString in class ObjectObject.toString()public UserSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.