@Generated(value="software.amazon.awssdk:codegen") public final class UpdateAccountRequest extends ChimeRequest implements ToCopyableBuilder<UpdateAccountRequest.Builder,UpdateAccountRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateAccountRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The Amazon Chime account ID.
|
static UpdateAccountRequest.Builder |
builder() |
License |
defaultLicense()
The default license applied when you add users to an Amazon Chime account.
|
String |
defaultLicenseAsString()
The default license applied when you add users to an Amazon Chime account.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The new name for the specified Amazon Chime account.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateAccountRequest.Builder> |
serializableBuilderClass() |
UpdateAccountRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String accountId()
The Amazon Chime account ID.
public final String name()
The new name for the specified Amazon Chime account.
public final License defaultLicense()
The default license applied when you add users to an 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 applied when you add users to an 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 UpdateAccountRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateAccountRequest.Builder,UpdateAccountRequest>toBuilder in class ChimeRequestpublic static UpdateAccountRequest.Builder builder()
public static Class<? extends UpdateAccountRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.