@Generated(value="software.amazon.awssdk:codegen") public final class OutboundCallConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OutboundCallConfig.Builder,OutboundCallConfig>
The configuration used for outbound calls.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OutboundCallConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
AnswerMachineDetectionConfig |
answerMachineDetectionConfig()
Returns the value of the AnswerMachineDetectionConfig property for this object.
|
static OutboundCallConfig.Builder |
builder() |
String |
connectContactFlowId()
Returns the value of the ConnectContactFlowId property for this object.
|
String |
connectQueueId()
Returns the value of the ConnectQueueId property for this object.
|
String |
connectSourcePhoneNumber()
Returns the value of the ConnectSourcePhoneNumber property for this object.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends OutboundCallConfig.Builder> |
serializableBuilderClass() |
OutboundCallConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AnswerMachineDetectionConfig answerMachineDetectionConfig()
public final String connectContactFlowId()
public final String connectQueueId()
public final String connectSourcePhoneNumber()
public OutboundCallConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OutboundCallConfig.Builder,OutboundCallConfig>public static OutboundCallConfig.Builder builder()
public static Class<? extends OutboundCallConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.