@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class User extends Object implements Serializable, Cloneable, StructuredPojo
The user on the Amazon Chime account.
Constructor and Description |
---|
User() |
Modifier and Type | Method and Description |
---|---|
User |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
The Amazon Chime account ID.
|
String |
getDisplayName()
The display name of the user.
|
Date |
getInvitedOn()
Date and time when the user is invited to the Amazon Chime account, in ISO 8601 format.
|
String |
getLicenseType()
The license type for the user.
|
String |
getPersonalPIN()
The user's personal meeting PIN.
|
String |
getPrimaryEmail()
The primary email address of the user.
|
String |
getPrimaryProvisionedNumber()
The primary phone number associated with the user.
|
Date |
getRegisteredOn()
Date and time when the user is registered, in ISO 8601 format.
|
String |
getUserId()
The user ID.
|
String |
getUserInvitationStatus()
The user invite status.
|
String |
getUserRegistrationStatus()
The user registration status.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAccountId(String accountId)
The Amazon Chime account ID.
|
void |
setDisplayName(String displayName)
The display name of the user.
|
void |
setInvitedOn(Date invitedOn)
Date and time when the user is invited to the Amazon Chime account, in ISO 8601 format.
|
void |
setLicenseType(String licenseType)
The license type for the user.
|
void |
setPersonalPIN(String personalPIN)
The user's personal meeting PIN.
|
void |
setPrimaryEmail(String primaryEmail)
The primary email address of the user.
|
void |
setPrimaryProvisionedNumber(String primaryProvisionedNumber)
The primary phone number associated with the user.
|
void |
setRegisteredOn(Date registeredOn)
Date and time when the user is registered, in ISO 8601 format.
|
void |
setUserId(String userId)
The user ID.
|
void |
setUserInvitationStatus(String userInvitationStatus)
The user invite status.
|
void |
setUserRegistrationStatus(String userRegistrationStatus)
The user registration status.
|
String |
toString()
Returns a string representation of this object.
|
User |
withAccountId(String accountId)
The Amazon Chime account ID.
|
User |
withDisplayName(String displayName)
The display name of the user.
|
User |
withInvitedOn(Date invitedOn)
Date and time when the user is invited to the Amazon Chime account, in ISO 8601 format.
|
User |
withLicenseType(License licenseType)
The license type for the user.
|
User |
withLicenseType(String licenseType)
The license type for the user.
|
User |
withPersonalPIN(String personalPIN)
The user's personal meeting PIN.
|
User |
withPrimaryEmail(String primaryEmail)
The primary email address of the user.
|
User |
withPrimaryProvisionedNumber(String primaryProvisionedNumber)
The primary phone number associated with the user.
|
User |
withRegisteredOn(Date registeredOn)
Date and time when the user is registered, in ISO 8601 format.
|
User |
withUserId(String userId)
The user ID.
|
User |
withUserInvitationStatus(InviteStatus userInvitationStatus)
The user invite status.
|
User |
withUserInvitationStatus(String userInvitationStatus)
The user invite status.
|
User |
withUserRegistrationStatus(RegistrationStatus userRegistrationStatus)
The user registration status.
|
User |
withUserRegistrationStatus(String userRegistrationStatus)
The user registration status.
|
public void setUserId(String userId)
The user ID.
userId
- The user ID.public String getUserId()
The user ID.
public User withUserId(String userId)
The user ID.
userId
- The user ID.public void setAccountId(String accountId)
The Amazon Chime account ID.
accountId
- The Amazon Chime account ID.public String getAccountId()
The Amazon Chime account ID.
public User withAccountId(String accountId)
The Amazon Chime account ID.
accountId
- The Amazon Chime account ID.public void setPrimaryEmail(String primaryEmail)
The primary email address of the user.
primaryEmail
- The primary email address of the user.public String getPrimaryEmail()
The primary email address of the user.
public User withPrimaryEmail(String primaryEmail)
The primary email address of the user.
primaryEmail
- The primary email address of the user.public void setPrimaryProvisionedNumber(String primaryProvisionedNumber)
The primary phone number associated with the user.
primaryProvisionedNumber
- The primary phone number associated with the user.public String getPrimaryProvisionedNumber()
The primary phone number associated with the user.
public User withPrimaryProvisionedNumber(String primaryProvisionedNumber)
The primary phone number associated with the user.
primaryProvisionedNumber
- The primary phone number associated with the user.public void setDisplayName(String displayName)
The display name of the user.
displayName
- The display name of the user.public String getDisplayName()
The display name of the user.
public User withDisplayName(String displayName)
The display name of the user.
displayName
- The display name of the user.public void setLicenseType(String licenseType)
The license type for the user.
licenseType
- The license type for the user.License
public String getLicenseType()
The license type for the user.
License
public User withLicenseType(String licenseType)
The license type for the user.
licenseType
- The license type for the user.License
public User withLicenseType(License licenseType)
The license type for the user.
licenseType
- The license type for the user.License
public void setUserRegistrationStatus(String userRegistrationStatus)
The user registration status.
userRegistrationStatus
- The user registration status.RegistrationStatus
public String getUserRegistrationStatus()
The user registration status.
RegistrationStatus
public User withUserRegistrationStatus(String userRegistrationStatus)
The user registration status.
userRegistrationStatus
- The user registration status.RegistrationStatus
public User withUserRegistrationStatus(RegistrationStatus userRegistrationStatus)
The user registration status.
userRegistrationStatus
- The user registration status.RegistrationStatus
public void setUserInvitationStatus(String userInvitationStatus)
The user invite status.
userInvitationStatus
- The user invite status.InviteStatus
public String getUserInvitationStatus()
The user invite status.
InviteStatus
public User withUserInvitationStatus(String userInvitationStatus)
The user invite status.
userInvitationStatus
- The user invite status.InviteStatus
public User withUserInvitationStatus(InviteStatus userInvitationStatus)
The user invite status.
userInvitationStatus
- The user invite status.InviteStatus
public void setRegisteredOn(Date registeredOn)
Date and time when the user is registered, in ISO 8601 format.
registeredOn
- Date and time when the user is registered, in ISO 8601 format.public Date getRegisteredOn()
Date and time when the user is registered, in ISO 8601 format.
public User withRegisteredOn(Date registeredOn)
Date and time when the user is registered, in ISO 8601 format.
registeredOn
- Date and time when the user is registered, in ISO 8601 format.public void setInvitedOn(Date invitedOn)
Date and time when the user is invited to the Amazon Chime account, in ISO 8601 format.
invitedOn
- Date and time when the user is invited to the Amazon Chime account, in ISO 8601 format.public Date getInvitedOn()
Date and time when the user is invited to the Amazon Chime account, in ISO 8601 format.
public User withInvitedOn(Date invitedOn)
Date and time when the user is invited to the Amazon Chime account, in ISO 8601 format.
invitedOn
- Date and time when the user is invited to the Amazon Chime account, in ISO 8601 format.public void setPersonalPIN(String personalPIN)
The user's personal meeting PIN.
personalPIN
- The user's personal meeting PIN.public String getPersonalPIN()
The user's personal meeting PIN.
public User withPersonalPIN(String personalPIN)
The user's personal meeting PIN.
personalPIN
- The user's personal meeting PIN.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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.