Class ContactFlowModuleSummary
- java.lang.Object
-
- software.amazon.awssdk.services.connect.model.ContactFlowModuleSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ContactFlowModuleSummary.Builder,ContactFlowModuleSummary>
@Generated("software.amazon.awssdk:codegen") public final class ContactFlowModuleSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ContactFlowModuleSummary.Builder,ContactFlowModuleSummary>
Contains summary information about a flow.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceContactFlowModuleSummary.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 module.static ContactFlowModuleSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The identifier of the flow module.Stringname()The name of the flow module.List<SdkField<?>>sdkFields()static Class<? extends ContactFlowModuleSummary.Builder>serializableBuilderClass()ContactFlowModuleStatestate()The type of flow module.StringstateAsString()The type of flow module.ContactFlowModuleSummary.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 module.
- Returns:
- The identifier of the flow module.
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the flow module.
- Returns:
- The Amazon Resource Name (ARN) of the flow module.
-
name
public final String name()
The name of the flow module.
- Returns:
- The name of the flow module.
-
state
public final ContactFlowModuleState state()
The type of flow module.
If the service returns an enum value that is not available in the current SDK version,
statewill returnContactFlowModuleState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The type of flow module.
- See Also:
ContactFlowModuleState
-
stateAsString
public final String stateAsString()
The type of flow module.
If the service returns an enum value that is not available in the current SDK version,
statewill returnContactFlowModuleState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The type of flow module.
- See Also:
ContactFlowModuleState
-
toBuilder
public ContactFlowModuleSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ContactFlowModuleSummary.Builder,ContactFlowModuleSummary>
-
builder
public static ContactFlowModuleSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ContactFlowModuleSummary.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.
-
-