@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() |
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 String id()
The identifier of the contact flow.
public String arn()
The Amazon Resource Name (ARN) of the contact flow.
public String name()
The name of the contact flow.
public 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 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 ContactFlowSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ContactFlowSummary.Builder,ContactFlowSummary>public static ContactFlowSummary.Builder builder()
public static Class<? extends ContactFlowSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.