Class ContactFlowSummary
- java.lang.Object
-
- software.amazon.awssdk.services.connect.model.ContactFlowSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ContactFlowSummary.Builder,ContactFlowSummary>
@Generated("software.amazon.awssdk:codegen") public final class ContactFlowSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ContactFlowSummary.Builder,ContactFlowSummary>
Contains summary information about a flow.
You can also create and update flows using the Amazon Connect Flow language.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceContactFlowSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) of the flow.static ContactFlowSummary.Builderbuilder()ContactFlowStatecontactFlowState()The type of flow.StringcontactFlowStateAsString()The type of flow.ContactFlowTypecontactFlowType()The type of flow.StringcontactFlowTypeAsString()The type of flow.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The identifier of the flow.Stringname()The name of the flow.List<SdkField<?>>sdkFields()static Class<? extends ContactFlowSummary.Builder>serializableBuilderClass()ContactFlowSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
id
public final String id()
The identifier of the flow.
- Returns:
- The identifier of the flow.
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the flow.
- Returns:
- The Amazon Resource Name (ARN) of the flow.
-
name
public final String name()
The name of the flow.
- Returns:
- The name of the flow.
-
contactFlowType
public final ContactFlowType contactFlowType()
The type of flow.
If the service returns an enum value that is not available in the current SDK version,
contactFlowTypewill returnContactFlowType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcontactFlowTypeAsString().- Returns:
- The type of flow.
- See Also:
ContactFlowType
-
contactFlowTypeAsString
public final String contactFlowTypeAsString()
The type of flow.
If the service returns an enum value that is not available in the current SDK version,
contactFlowTypewill returnContactFlowType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcontactFlowTypeAsString().- Returns:
- The type of flow.
- See Also:
ContactFlowType
-
contactFlowState
public final ContactFlowState contactFlowState()
The type of flow.
If the service returns an enum value that is not available in the current SDK version,
contactFlowStatewill returnContactFlowState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcontactFlowStateAsString().- Returns:
- The type of flow.
- See Also:
ContactFlowState
-
contactFlowStateAsString
public final String contactFlowStateAsString()
The type of flow.
If the service returns an enum value that is not available in the current SDK version,
contactFlowStatewill returnContactFlowState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcontactFlowStateAsString().- Returns:
- The type of flow.
- See Also:
ContactFlowState
-
toBuilder
public ContactFlowSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ContactFlowSummary.Builder,ContactFlowSummary>
-
builder
public static ContactFlowSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ContactFlowSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-