@Generated(value="software.amazon.awssdk:codegen") public final class ContactFlowSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ContactFlowSummary.Builder,ContactFlowSummary>
Contains summary information about a contact flow.
You can also create and update contact flows using the Amazon Connect Flow language.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ContactFlowSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the contact flow.
|
static ContactFlowSummary.Builder |
builder() |
ContactFlowState |
contactFlowState()
The type of contact flow.
|
String |
contactFlowStateAsString()
The type of contact flow.
|
ContactFlowType |
contactFlowType()
The type of contact flow.
|
String |
contactFlowTypeAsString()
The type of contact flow.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The identifier of the contact flow.
|
String |
name()
The name of the contact flow.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ContactFlowSummary.Builder> |
serializableBuilderClass() |
ContactFlowSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The identifier of the contact flow.
public final String arn()
The Amazon Resource Name (ARN) of the contact flow.
public final String name()
The name of the contact flow.
public final ContactFlowType contactFlowType()
The type of contact flow.
If the service returns an enum value that is not available in the current SDK version, contactFlowType
will return ContactFlowType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from contactFlowTypeAsString().
ContactFlowTypepublic final String contactFlowTypeAsString()
The type of contact flow.
If the service returns an enum value that is not available in the current SDK version, contactFlowType
will return ContactFlowType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from contactFlowTypeAsString().
ContactFlowTypepublic final ContactFlowState contactFlowState()
The type of contact flow.
If the service returns an enum value that is not available in the current SDK version, contactFlowState
will return ContactFlowState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from contactFlowStateAsString().
ContactFlowStatepublic final String contactFlowStateAsString()
The type of contact flow.
If the service returns an enum value that is not available in the current SDK version, contactFlowState
will return ContactFlowState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from contactFlowStateAsString().
ContactFlowStatepublic ContactFlowSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ContactFlowSummary.Builder,ContactFlowSummary>public static ContactFlowSummary.Builder builder()
public static Class<? extends ContactFlowSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.