@Generated(value="software.amazon.awssdk:codegen") public final class Account extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Account.Builder,Account>
The Amazon Chime account details. An AWS account can have multiple Amazon Chime accounts.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Account.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The Amazon Chime account ID.
|
AccountType |
accountType()
The Amazon Chime account type.
|
String |
accountTypeAsString()
The Amazon Chime account type.
|
String |
awsAccountId()
The AWS account ID.
|
static Account.Builder |
builder() |
Instant |
createdTimestamp()
The Amazon Chime account creation timestamp, in ISO 8601 format.
|
License |
defaultLicense()
The default license for the Amazon Chime account.
|
String |
defaultLicenseAsString()
The default license for the Amazon Chime account.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasSigninDelegateGroups()
Returns true if the SigninDelegateGroups property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasSupportedLicenses()
Returns true if the SupportedLicenses property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
String |
name()
The Amazon Chime account name.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Account.Builder> |
serializableBuilderClass() |
List<SigninDelegateGroup> |
signinDelegateGroups()
The sign-in delegate groups associated with the account.
|
List<License> |
supportedLicenses()
Supported licenses for the Amazon Chime account.
|
List<String> |
supportedLicensesAsStrings()
Supported licenses for the Amazon Chime account.
|
Account.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String awsAccountId()
The AWS account ID.
public final String accountId()
The Amazon Chime account ID.
public final String name()
The Amazon Chime account name.
public final 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.
If the service returns an enum value that is not available in the current SDK version, accountType will
return AccountType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
accountTypeAsString().
AccountTypepublic final String accountTypeAsString()
The Amazon Chime account type. For more information about different account types, see Managing Your Amazon Chime Accounts in the Amazon Chime Administration Guide.
If the service returns an enum value that is not available in the current SDK version, accountType will
return AccountType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
accountTypeAsString().
AccountTypepublic final Instant createdTimestamp()
The Amazon Chime account creation timestamp, in ISO 8601 format.
public final License defaultLicense()
The default license for the Amazon Chime account.
If the service returns an enum value that is not available in the current SDK version, defaultLicense
will return License.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
defaultLicenseAsString().
Licensepublic final String defaultLicenseAsString()
The default license for the Amazon Chime account.
If the service returns an enum value that is not available in the current SDK version, defaultLicense
will return License.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
defaultLicenseAsString().
Licensepublic final List<License> supportedLicenses()
Supported licenses for the Amazon Chime account.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasSupportedLicenses() to see if a value was sent in this field.
public final boolean hasSupportedLicenses()
public final List<String> supportedLicensesAsStrings()
Supported licenses for the Amazon Chime account.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasSupportedLicenses() to see if a value was sent in this field.
public final boolean hasSigninDelegateGroups()
public final List<SigninDelegateGroup> signinDelegateGroups()
The sign-in delegate groups associated with the account.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasSigninDelegateGroups() to see if a value was sent in this field.
public Account.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Account.Builder,Account>public static Account.Builder builder()
public static Class<? extends Account.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.