Class OutboundCallerConfig
- java.lang.Object
-
- software.amazon.awssdk.services.connect.model.OutboundCallerConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<OutboundCallerConfig.Builder,OutboundCallerConfig>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOutboundCallerConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OutboundCallerConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringoutboundCallerIdName()The caller ID name.StringoutboundCallerIdNumberId()The caller ID number.StringoutboundFlowId()The outbound whisper flow to be used during an outbound call.List<SdkField<?>>sdkFields()static Class<? extends OutboundCallerConfig.Builder>serializableBuilderClass()OutboundCallerConfig.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
-
outboundCallerIdName
public final String outboundCallerIdName()
The caller ID name.
- Returns:
- The caller ID name.
-
outboundCallerIdNumberId
public final String outboundCallerIdNumberId()
The caller ID number.
- Returns:
- The caller ID number.
-
outboundFlowId
public final String outboundFlowId()
The outbound whisper flow to be used during an outbound call.
- Returns:
- The outbound whisper flow to be used during an outbound call.
-
toBuilder
public OutboundCallerConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<OutboundCallerConfig.Builder,OutboundCallerConfig>
-
builder
public static OutboundCallerConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends OutboundCallerConfig.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.
-
-