@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 |
getLastModifiedRegion()
The Amazon Web Services Region where this resource was last modified.
|
Date |
getLastModifiedTime()
The timestamp when this resource was last modified.
|
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 |
setLastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The timestamp when this resource was last modified.
|
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 |
withLastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
|
UserSummary |
withLastModifiedTime(Date lastModifiedTime)
The timestamp when this resource was last modified.
|
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 void setLastModifiedTime(Date lastModifiedTime)
The timestamp when this resource was last modified.
lastModifiedTime
- The timestamp when this resource was last modified.public Date getLastModifiedTime()
The timestamp when this resource was last modified.
public UserSummary withLastModifiedTime(Date lastModifiedTime)
The timestamp when this resource was last modified.
lastModifiedTime
- The timestamp when this resource was last modified.public void setLastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
lastModifiedRegion
- The Amazon Web Services Region where this resource was last modified.public String getLastModifiedRegion()
The Amazon Web Services Region where this resource was last modified.
public UserSummary withLastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
lastModifiedRegion
- The Amazon Web Services Region where this resource was last modified.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.