@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.
|
AlexaForBusinessMetadata |
getAlexaForBusinessMetadata()
The Alexa for Business metadata.
|
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.
|
String |
getUserType()
The user type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAccountId(String accountId)
The Amazon Chime account ID.
|
void |
setAlexaForBusinessMetadata(AlexaForBusinessMetadata alexaForBusinessMetadata)
The Alexa for Business metadata.
|
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.
|
void |
setUserType(String userType)
The user type.
|
String |
toString()
Returns a string representation of this object.
|
User |
withAccountId(String accountId)
The Amazon Chime account ID.
|
User |
withAlexaForBusinessMetadata(AlexaForBusinessMetadata alexaForBusinessMetadata)
The Alexa for Business metadata.
|
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.
|
User |
withUserType(String userType)
The user type.
|
User |
withUserType(UserType userType)
The user type.
|
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 setUserType(String userType)
The user type.
userType
- The user type.UserType
public User withUserType(String userType)
The user type.
userType
- The user type.UserType
public User withUserType(UserType userType)
The user type.
userType
- The user type.UserType
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 setAlexaForBusinessMetadata(AlexaForBusinessMetadata alexaForBusinessMetadata)
The Alexa for Business metadata.
alexaForBusinessMetadata
- The Alexa for Business metadata.public AlexaForBusinessMetadata getAlexaForBusinessMetadata()
The Alexa for Business metadata.
public User withAlexaForBusinessMetadata(AlexaForBusinessMetadata alexaForBusinessMetadata)
The Alexa for Business metadata.
alexaForBusinessMetadata
- The Alexa for Business metadata.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)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.