@Generated(value="software.amazon.awssdk:codegen") public final class UpdateContactFlowModuleMetadataRequest extends ConnectRequest implements ToCopyableBuilder<UpdateContactFlowModuleMetadataRequest.Builder,UpdateContactFlowModuleMetadataRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateContactFlowModuleMetadataRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateContactFlowModuleMetadataRequest.Builder |
builder() |
String |
contactFlowModuleId()
The identifier of the flow module.
|
String |
description()
The description of the flow module.
|
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.
|
String |
name()
The name of the flow module.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateContactFlowModuleMetadataRequest.Builder> |
serializableBuilderClass() |
ContactFlowModuleState |
state()
The state of flow module.
|
String |
stateAsString()
The state of flow module.
|
UpdateContactFlowModuleMetadataRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
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 String contactFlowModuleId()
The identifier of the flow module.
public final String name()
The name of the flow module.
public final String description()
The description of the flow module.
public final ContactFlowModuleState state()
The state of flow module.
If the service returns an enum value that is not available in the current SDK version, state will return
ContactFlowModuleState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
ContactFlowModuleStatepublic final String stateAsString()
The state of flow module.
If the service returns an enum value that is not available in the current SDK version, state will return
ContactFlowModuleState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
ContactFlowModuleStatepublic UpdateContactFlowModuleMetadataRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateContactFlowModuleMetadataRequest.Builder,UpdateContactFlowModuleMetadataRequest>toBuilder in class ConnectRequestpublic static UpdateContactFlowModuleMetadataRequest.Builder builder()
public static Class<? extends UpdateContactFlowModuleMetadataRequest.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.