@Generated(value="software.amazon.awssdk:codegen") public final class UpdateInstanceAttributeRequest extends ConnectRequest implements ToCopyableBuilder<UpdateInstanceAttributeRequest.Builder,UpdateInstanceAttributeRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateInstanceAttributeRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
InstanceAttributeType |
attributeType()
The type of attribute.
|
String |
attributeTypeAsString()
The type of attribute.
|
static UpdateInstanceAttributeRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
instanceId()
The identifier of the Amazon Connect instance.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateInstanceAttributeRequest.Builder> |
serializableBuilderClass() |
UpdateInstanceAttributeRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
value()
The value for the attribute.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String instanceId()
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
public final InstanceAttributeType attributeType()
The type of attribute.
Only allowlisted customers can consume USE_CUSTOM_TTS_VOICES. To access this feature, contact Amazon Web Services Support for allowlisting.
If the service returns an enum value that is not available in the current SDK version, attributeType
will return InstanceAttributeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from attributeTypeAsString().
Only allowlisted customers can consume USE_CUSTOM_TTS_VOICES. To access this feature, contact Amazon Web Services Support for allowlisting.
InstanceAttributeTypepublic final String attributeTypeAsString()
The type of attribute.
Only allowlisted customers can consume USE_CUSTOM_TTS_VOICES. To access this feature, contact Amazon Web Services Support for allowlisting.
If the service returns an enum value that is not available in the current SDK version, attributeType
will return InstanceAttributeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from attributeTypeAsString().
Only allowlisted customers can consume USE_CUSTOM_TTS_VOICES. To access this feature, contact Amazon Web Services Support for allowlisting.
InstanceAttributeTypepublic final String value()
The value for the attribute. Maximum character limit is 100.
public UpdateInstanceAttributeRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateInstanceAttributeRequest.Builder,UpdateInstanceAttributeRequest>toBuilder in class ConnectRequestpublic static UpdateInstanceAttributeRequest.Builder builder()
public static Class<? extends UpdateInstanceAttributeRequest.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 © 2023. All rights reserved.