@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)
Marshalls this structured data using the given
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 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.