@Generated(value="software.amazon.awssdk:codegen") public final class OutboundCallerConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OutboundCallerConfig.Builder,OutboundCallerConfig>
The outbound caller ID name, number, and outbound whisper flow.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OutboundCallerConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static OutboundCallerConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
outboundCallerIdName()
The caller ID name.
|
String |
outboundCallerIdNumberId()
The caller ID number.
|
String |
outboundFlowId()
The outbound whisper flow to be used during an outbound call.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends OutboundCallerConfig.Builder> |
serializableBuilderClass() |
OutboundCallerConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String outboundCallerIdName()
The caller ID name.
public final String outboundCallerIdNumberId()
The caller ID number.
public final String outboundFlowId()
The outbound whisper flow to be used during an outbound call.
public OutboundCallerConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OutboundCallerConfig.Builder,OutboundCallerConfig>public static OutboundCallerConfig.Builder builder()
public static Class<? extends OutboundCallerConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.