@Generated(value="software.amazon.awssdk:codegen") public final class UpdateContactFlowContentRequest extends ConnectRequest implements ToCopyableBuilder<UpdateContactFlowContentRequest.Builder,UpdateContactFlowContentRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateContactFlowContentRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateContactFlowContentRequest.Builder |
builder() |
String |
contactFlowId()
The identifier of the flow.
|
String |
content()
The JSON string that represents flow's content.
|
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 UpdateContactFlowContentRequest.Builder> |
serializableBuilderClass() |
UpdateContactFlowContentRequest.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.
public final String contactFlowId()
The identifier of the flow.
public final String content()
The JSON string that represents flow's content. For an example, see Example contact flow in Amazon Connect Flow language in the Amazon Connect Administrator Guide.
public UpdateContactFlowContentRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateContactFlowContentRequest.Builder,UpdateContactFlowContentRequest>toBuilder in class ConnectRequestpublic static UpdateContactFlowContentRequest.Builder builder()
public static Class<? extends UpdateContactFlowContentRequest.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.