@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Account extends Object implements Serializable, Cloneable, StructuredPojo
The Amazon Chime account details. An AWS account can have multiple Amazon Chime accounts.
Constructor and Description |
---|
Account() |
Modifier and Type | Method and Description |
---|---|
Account |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
The Amazon Chime account ID.
|
String |
getAccountStatus()
The status of the account.
|
String |
getAccountType()
The Amazon Chime account type.
|
String |
getAwsAccountId()
The AWS account ID.
|
Date |
getCreatedTimestamp()
The Amazon Chime account creation timestamp, in ISO 8601 format.
|
String |
getDefaultLicense()
The default license for the Amazon Chime account.
|
String |
getName()
The Amazon Chime account name.
|
List<SigninDelegateGroup> |
getSigninDelegateGroups()
The sign-in delegate groups associated with the account.
|
List<String> |
getSupportedLicenses()
Supported licenses for the Amazon Chime account.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAccountId(String accountId)
The Amazon Chime account ID.
|
void |
setAccountStatus(String accountStatus)
The status of the account.
|
void |
setAccountType(String accountType)
The Amazon Chime account type.
|
void |
setAwsAccountId(String awsAccountId)
The AWS account ID.
|
void |
setCreatedTimestamp(Date createdTimestamp)
The Amazon Chime account creation timestamp, in ISO 8601 format.
|
void |
setDefaultLicense(String defaultLicense)
The default license for the Amazon Chime account.
|
void |
setName(String name)
The Amazon Chime account name.
|
void |
setSigninDelegateGroups(Collection<SigninDelegateGroup> signinDelegateGroups)
The sign-in delegate groups associated with the account.
|
void |
setSupportedLicenses(Collection<String> supportedLicenses)
Supported licenses for the Amazon Chime account.
|
String |
toString()
Returns a string representation of this object.
|
Account |
withAccountId(String accountId)
The Amazon Chime account ID.
|
Account |
withAccountStatus(AccountStatus accountStatus)
The status of the account.
|
Account |
withAccountStatus(String accountStatus)
The status of the account.
|
Account |
withAccountType(AccountType accountType)
The Amazon Chime account type.
|
Account |
withAccountType(String accountType)
The Amazon Chime account type.
|
Account |
withAwsAccountId(String awsAccountId)
The AWS account ID.
|
Account |
withCreatedTimestamp(Date createdTimestamp)
The Amazon Chime account creation timestamp, in ISO 8601 format.
|
Account |
withDefaultLicense(License defaultLicense)
The default license for the Amazon Chime account.
|
Account |
withDefaultLicense(String defaultLicense)
The default license for the Amazon Chime account.
|
Account |
withName(String name)
The Amazon Chime account name.
|
Account |
withSigninDelegateGroups(Collection<SigninDelegateGroup> signinDelegateGroups)
The sign-in delegate groups associated with the account.
|
Account |
withSigninDelegateGroups(SigninDelegateGroup... signinDelegateGroups)
The sign-in delegate groups associated with the account.
|
Account |
withSupportedLicenses(Collection<String> supportedLicenses)
Supported licenses for the Amazon Chime account.
|
Account |
withSupportedLicenses(License... supportedLicenses)
Supported licenses for the Amazon Chime account.
|
Account |
withSupportedLicenses(String... supportedLicenses)
Supported licenses for the Amazon Chime account.
|
public void setAwsAccountId(String awsAccountId)
The AWS account ID.
awsAccountId
- The AWS account ID.public String getAwsAccountId()
The AWS account ID.
public Account withAwsAccountId(String awsAccountId)
The AWS account ID.
awsAccountId
- The AWS account 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 Account withAccountId(String accountId)
The Amazon Chime account ID.
accountId
- The Amazon Chime account ID.public void setName(String name)
The Amazon Chime account name.
name
- The Amazon Chime account name.public String getName()
The Amazon Chime account name.
public Account withName(String name)
The Amazon Chime account name.
name
- The Amazon Chime account name.public void setAccountType(String accountType)
The Amazon Chime account type. For more information about different account types, see Managing Your Amazon Chime Accounts in the Amazon Chime Administration Guide.
accountType
- The Amazon Chime account type. For more information about different account types, see Managing Your Amazon Chime
Accounts in the Amazon Chime Administration Guide.AccountType
public String getAccountType()
The Amazon Chime account type. For more information about different account types, see Managing Your Amazon Chime Accounts in the Amazon Chime Administration Guide.
AccountType
public Account withAccountType(String accountType)
The Amazon Chime account type. For more information about different account types, see Managing Your Amazon Chime Accounts in the Amazon Chime Administration Guide.
accountType
- The Amazon Chime account type. For more information about different account types, see Managing Your Amazon Chime
Accounts in the Amazon Chime Administration Guide.AccountType
public Account withAccountType(AccountType accountType)
The Amazon Chime account type. For more information about different account types, see Managing Your Amazon Chime Accounts in the Amazon Chime Administration Guide.
accountType
- The Amazon Chime account type. For more information about different account types, see Managing Your Amazon Chime
Accounts in the Amazon Chime Administration Guide.AccountType
public void setCreatedTimestamp(Date createdTimestamp)
The Amazon Chime account creation timestamp, in ISO 8601 format.
createdTimestamp
- The Amazon Chime account creation timestamp, in ISO 8601 format.public Date getCreatedTimestamp()
The Amazon Chime account creation timestamp, in ISO 8601 format.
public Account withCreatedTimestamp(Date createdTimestamp)
The Amazon Chime account creation timestamp, in ISO 8601 format.
createdTimestamp
- The Amazon Chime account creation timestamp, in ISO 8601 format.public void setDefaultLicense(String defaultLicense)
The default license for the Amazon Chime account.
defaultLicense
- The default license for the Amazon Chime account.License
public String getDefaultLicense()
The default license for the Amazon Chime account.
License
public Account withDefaultLicense(String defaultLicense)
The default license for the Amazon Chime account.
defaultLicense
- The default license for the Amazon Chime account.License
public Account withDefaultLicense(License defaultLicense)
The default license for the Amazon Chime account.
defaultLicense
- The default license for the Amazon Chime account.License
public List<String> getSupportedLicenses()
Supported licenses for the Amazon Chime account.
License
public void setSupportedLicenses(Collection<String> supportedLicenses)
Supported licenses for the Amazon Chime account.
supportedLicenses
- Supported licenses for the Amazon Chime account.License
public Account withSupportedLicenses(String... supportedLicenses)
Supported licenses for the Amazon Chime account.
NOTE: This method appends the values to the existing list (if any). Use
setSupportedLicenses(java.util.Collection)
or withSupportedLicenses(java.util.Collection)
if
you want to override the existing values.
supportedLicenses
- Supported licenses for the Amazon Chime account.License
public Account withSupportedLicenses(Collection<String> supportedLicenses)
Supported licenses for the Amazon Chime account.
supportedLicenses
- Supported licenses for the Amazon Chime account.License
public Account withSupportedLicenses(License... supportedLicenses)
Supported licenses for the Amazon Chime account.
supportedLicenses
- Supported licenses for the Amazon Chime account.License
public void setAccountStatus(String accountStatus)
The status of the account.
accountStatus
- The status of the account.AccountStatus
public String getAccountStatus()
The status of the account.
AccountStatus
public Account withAccountStatus(String accountStatus)
The status of the account.
accountStatus
- The status of the account.AccountStatus
public Account withAccountStatus(AccountStatus accountStatus)
The status of the account.
accountStatus
- The status of the account.AccountStatus
public List<SigninDelegateGroup> getSigninDelegateGroups()
The sign-in delegate groups associated with the account.
public void setSigninDelegateGroups(Collection<SigninDelegateGroup> signinDelegateGroups)
The sign-in delegate groups associated with the account.
signinDelegateGroups
- The sign-in delegate groups associated with the account.public Account withSigninDelegateGroups(SigninDelegateGroup... signinDelegateGroups)
The sign-in delegate groups associated with the account.
NOTE: This method appends the values to the existing list (if any). Use
setSigninDelegateGroups(java.util.Collection)
or withSigninDelegateGroups(java.util.Collection)
if you want to override the existing values.
signinDelegateGroups
- The sign-in delegate groups associated with the account.public Account withSigninDelegateGroups(Collection<SigninDelegateGroup> signinDelegateGroups)
The sign-in delegate groups associated with the account.
signinDelegateGroups
- The sign-in delegate groups associated with the account.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2022. All rights reserved.