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
-
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
-
contactFlowStatus
public final ContactFlowStatus contactFlowStatus()
The status of the flow.
If the service returns an enum value that is not available in the current SDK version,
contactFlowStatuswill returnContactFlowStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcontactFlowStatusAsString().- Returns:
- The status of the flow.
- See Also:
ContactFlowStatus
-
contactFlowStatusAsString
public final String contactFlowStatusAsString()
The status of the flow.
If the service returns an enum value that is not available in the current SDK version,
contactFlowStatuswill returnContactFlowStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcontactFlowStatusAsString().- Returns:
- The status of the flow.
- See Also:
ContactFlowStatus
-
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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-