@Generated(value="software.amazon.awssdk:codegen") public final class ContactFlowModuleSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ContactFlowModuleSummary.Builder,ContactFlowModuleSummary>
Contains summary information about a contact flow.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ContactFlowModuleSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the contact flow module.
|
static ContactFlowModuleSummary.Builder |
builder() |
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 module.
|
String |
name()
The name of the contact flow module.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ContactFlowModuleSummary.Builder> |
serializableBuilderClass() |
ContactFlowModuleState |
state()
The type of contact flow module.
|
String |
stateAsString()
The type of contact flow module.
|
ContactFlowModuleSummary.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 module.
public final String arn()
The Amazon Resource Name (ARN) of the contact flow module.
public final String name()
The name of the contact flow module.
public final ContactFlowModuleState state()
The type of contact flow module.
If the service returns an enum value that is not available in the current SDK version, state will return
ContactFlowModuleState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
ContactFlowModuleStatepublic final String stateAsString()
The type of contact flow module.
If the service returns an enum value that is not available in the current SDK version, state will return
ContactFlowModuleState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
ContactFlowModuleStatepublic ContactFlowModuleSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ContactFlowModuleSummary.Builder,ContactFlowModuleSummary>public static ContactFlowModuleSummary.Builder builder()
public static Class<? extends ContactFlowModuleSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.