@Generated(value="software.amazon.awssdk:codegen") public final class DialerConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DialerConfig.Builder,DialerConfig>
The possible types of dialer config parameters
| Modifier and Type | Class and Description |
|---|---|
static interface |
DialerConfig.Builder |
static class |
DialerConfig.Type |
| Modifier and Type | Method and Description |
|---|---|
AgentlessDialerConfig |
agentlessDialerConfig()
Returns the value of the AgentlessDialerConfig property for this object.
|
static DialerConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
static DialerConfig |
fromAgentlessDialerConfig(AgentlessDialerConfig agentlessDialerConfig)
Create an instance of this class with
agentlessDialerConfig() initialized to the given value. |
static DialerConfig |
fromAgentlessDialerConfig(Consumer<AgentlessDialerConfig.Builder> agentlessDialerConfig)
Create an instance of this class with
agentlessDialerConfig() initialized to the given value. |
static DialerConfig |
fromPredictiveDialerConfig(Consumer<PredictiveDialerConfig.Builder> predictiveDialerConfig)
Create an instance of this class with
predictiveDialerConfig() initialized to the given value. |
static DialerConfig |
fromPredictiveDialerConfig(PredictiveDialerConfig predictiveDialerConfig)
Create an instance of this class with
predictiveDialerConfig() initialized to the given value. |
static DialerConfig |
fromProgressiveDialerConfig(Consumer<ProgressiveDialerConfig.Builder> progressiveDialerConfig)
Create an instance of this class with
progressiveDialerConfig() initialized to the given value. |
static DialerConfig |
fromProgressiveDialerConfig(ProgressiveDialerConfig progressiveDialerConfig)
Create an instance of this class with
progressiveDialerConfig() initialized to the given value. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
PredictiveDialerConfig |
predictiveDialerConfig()
Returns the value of the PredictiveDialerConfig property for this object.
|
ProgressiveDialerConfig |
progressiveDialerConfig()
Returns the value of the ProgressiveDialerConfig property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DialerConfig.Builder> |
serializableBuilderClass() |
DialerConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
DialerConfig.Type |
type()
Retrieve an enum value representing which member of this object is populated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ProgressiveDialerConfig progressiveDialerConfig()
public final PredictiveDialerConfig predictiveDialerConfig()
public final AgentlessDialerConfig agentlessDialerConfig()
public DialerConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DialerConfig.Builder,DialerConfig>public static DialerConfig.Builder builder()
public static Class<? extends DialerConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public static DialerConfig fromProgressiveDialerConfig(ProgressiveDialerConfig progressiveDialerConfig)
progressiveDialerConfig() initialized to the given value.
Sets the value of the ProgressiveDialerConfig property for this object.progressiveDialerConfig - The new value for the ProgressiveDialerConfig property for this object.public static DialerConfig fromProgressiveDialerConfig(Consumer<ProgressiveDialerConfig.Builder> progressiveDialerConfig)
progressiveDialerConfig() initialized to the given value.
Sets the value of the ProgressiveDialerConfig property for this object.progressiveDialerConfig - The new value for the ProgressiveDialerConfig property for this object.public static DialerConfig fromPredictiveDialerConfig(PredictiveDialerConfig predictiveDialerConfig)
predictiveDialerConfig() initialized to the given value.
Sets the value of the PredictiveDialerConfig property for this object.predictiveDialerConfig - The new value for the PredictiveDialerConfig property for this object.public static DialerConfig fromPredictiveDialerConfig(Consumer<PredictiveDialerConfig.Builder> predictiveDialerConfig)
predictiveDialerConfig() initialized to the given value.
Sets the value of the PredictiveDialerConfig property for this object.predictiveDialerConfig - The new value for the PredictiveDialerConfig property for this object.public static DialerConfig fromAgentlessDialerConfig(AgentlessDialerConfig agentlessDialerConfig)
agentlessDialerConfig() initialized to the given value.
Sets the value of the AgentlessDialerConfig property for this object.agentlessDialerConfig - The new value for the AgentlessDialerConfig property for this object.public static DialerConfig fromAgentlessDialerConfig(Consumer<AgentlessDialerConfig.Builder> agentlessDialerConfig)
agentlessDialerConfig() initialized to the given value.
Sets the value of the AgentlessDialerConfig property for this object.agentlessDialerConfig - The new value for the AgentlessDialerConfig property for this object.public DialerConfig.Type type()
DialerConfig.Type.UNKNOWN_TO_SDK_VERSION if the
service returned a member that is only known to a newer SDK version.
When this class is created directly in your code, this will be DialerConfig.Type.UNKNOWN_TO_SDK_VERSION if zero
members are set, and null if more than one member is set.Copyright © 2023. All rights reserved.