Class UpdateAccountRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.chime.model.ChimeRequest
-
- software.amazon.awssdk.services.chime.model.UpdateAccountRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateAccountRequest.Builder,UpdateAccountRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateAccountRequest extends ChimeRequest implements ToCopyableBuilder<UpdateAccountRequest.Builder,UpdateAccountRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateAccountRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccountId()The Amazon Chime account ID.static UpdateAccountRequest.Builderbuilder()LicensedefaultLicense()The default license applied when you add users to an Amazon Chime account.StringdefaultLicenseAsString()The default license applied when you add users to an Amazon Chime account.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The new name for the specified Amazon Chime account.List<SdkField<?>>sdkFields()static Class<? extends UpdateAccountRequest.Builder>serializableBuilderClass()UpdateAccountRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
accountId
public final String accountId()
The Amazon Chime account ID.
- Returns:
- The Amazon Chime account ID.
-
name
public final String name()
The new name for the specified Amazon Chime account.
- Returns:
- The new name for the specified Amazon Chime account.
-
defaultLicense
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,
defaultLicensewill returnLicense.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdefaultLicenseAsString().- Returns:
- The default license applied when you add users to an Amazon Chime account.
- See Also:
License
-
defaultLicenseAsString
public 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,
defaultLicensewill returnLicense.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdefaultLicenseAsString().- Returns:
- The default license applied when you add users to an Amazon Chime account.
- See Also:
License
-
toBuilder
public UpdateAccountRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateAccountRequest.Builder,UpdateAccountRequest>- Specified by:
toBuilderin classChimeRequest
-
builder
public static UpdateAccountRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateAccountRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-