Class DialerConfig
- java.lang.Object
-
- software.amazon.awssdk.services.connectcampaigns.model.DialerConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DialerConfig.Builder,DialerConfig>
@Generated("software.amazon.awssdk:codegen") public final class DialerConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DialerConfig.Builder,DialerConfig>
The possible types of dialer config parameters
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDialerConfig.Builderstatic classDialerConfig.Type
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AgentlessDialerConfigagentlessDialerConfig()Returns the value of the AgentlessDialerConfig property for this object.static DialerConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)static DialerConfigfromAgentlessDialerConfig(Consumer<AgentlessDialerConfig.Builder> agentlessDialerConfig)Create an instance of this class withagentlessDialerConfig()initialized to the given value.static DialerConfigfromAgentlessDialerConfig(AgentlessDialerConfig agentlessDialerConfig)Create an instance of this class withagentlessDialerConfig()initialized to the given value.static DialerConfigfromPredictiveDialerConfig(Consumer<PredictiveDialerConfig.Builder> predictiveDialerConfig)Create an instance of this class withpredictiveDialerConfig()initialized to the given value.static DialerConfigfromPredictiveDialerConfig(PredictiveDialerConfig predictiveDialerConfig)Create an instance of this class withpredictiveDialerConfig()initialized to the given value.static DialerConfigfromProgressiveDialerConfig(Consumer<ProgressiveDialerConfig.Builder> progressiveDialerConfig)Create an instance of this class withprogressiveDialerConfig()initialized to the given value.static DialerConfigfromProgressiveDialerConfig(ProgressiveDialerConfig progressiveDialerConfig)Create an instance of this class withprogressiveDialerConfig()initialized to the given value.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()PredictiveDialerConfigpredictiveDialerConfig()Returns the value of the PredictiveDialerConfig property for this object.ProgressiveDialerConfigprogressiveDialerConfig()Returns the value of the ProgressiveDialerConfig property for this object.List<SdkField<?>>sdkFields()static Class<? extends DialerConfig.Builder>serializableBuilderClass()DialerConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.DialerConfig.Typetype()Retrieve an enum value representing which member of this object is populated.-
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
-
progressiveDialerConfig
public final ProgressiveDialerConfig progressiveDialerConfig()
Returns the value of the ProgressiveDialerConfig property for this object.- Returns:
- The value of the ProgressiveDialerConfig property for this object.
-
predictiveDialerConfig
public final PredictiveDialerConfig predictiveDialerConfig()
Returns the value of the PredictiveDialerConfig property for this object.- Returns:
- The value of the PredictiveDialerConfig property for this object.
-
agentlessDialerConfig
public final AgentlessDialerConfig agentlessDialerConfig()
Returns the value of the AgentlessDialerConfig property for this object.- Returns:
- The value of the AgentlessDialerConfig property for this object.
-
toBuilder
public DialerConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DialerConfig.Builder,DialerConfig>
-
builder
public static DialerConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends DialerConfig.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.
-
fromProgressiveDialerConfig
public static DialerConfig fromProgressiveDialerConfig(ProgressiveDialerConfig progressiveDialerConfig)
Create an instance of this class withprogressiveDialerConfig()initialized to the given value. Sets the value of the ProgressiveDialerConfig property for this object.- Parameters:
progressiveDialerConfig- The new value for the ProgressiveDialerConfig property for this object.
-
fromProgressiveDialerConfig
public static DialerConfig fromProgressiveDialerConfig(Consumer<ProgressiveDialerConfig.Builder> progressiveDialerConfig)
Create an instance of this class withprogressiveDialerConfig()initialized to the given value. Sets the value of the ProgressiveDialerConfig property for this object.- Parameters:
progressiveDialerConfig- The new value for the ProgressiveDialerConfig property for this object.
-
fromPredictiveDialerConfig
public static DialerConfig fromPredictiveDialerConfig(PredictiveDialerConfig predictiveDialerConfig)
Create an instance of this class withpredictiveDialerConfig()initialized to the given value. Sets the value of the PredictiveDialerConfig property for this object.- Parameters:
predictiveDialerConfig- The new value for the PredictiveDialerConfig property for this object.
-
fromPredictiveDialerConfig
public static DialerConfig fromPredictiveDialerConfig(Consumer<PredictiveDialerConfig.Builder> predictiveDialerConfig)
Create an instance of this class withpredictiveDialerConfig()initialized to the given value. Sets the value of the PredictiveDialerConfig property for this object.- Parameters:
predictiveDialerConfig- The new value for the PredictiveDialerConfig property for this object.
-
fromAgentlessDialerConfig
public static DialerConfig fromAgentlessDialerConfig(AgentlessDialerConfig agentlessDialerConfig)
Create an instance of this class withagentlessDialerConfig()initialized to the given value. Sets the value of the AgentlessDialerConfig property for this object.- Parameters:
agentlessDialerConfig- The new value for the AgentlessDialerConfig property for this object.
-
fromAgentlessDialerConfig
public static DialerConfig fromAgentlessDialerConfig(Consumer<AgentlessDialerConfig.Builder> agentlessDialerConfig)
Create an instance of this class withagentlessDialerConfig()initialized to the given value. Sets the value of the AgentlessDialerConfig property for this object.- Parameters:
agentlessDialerConfig- The new value for the AgentlessDialerConfig property for this object.
-
type
public DialerConfig.Type type()
Retrieve an enum value representing which member of this object is populated. When this class is returned in a service response, this will beDialerConfig.Type.UNKNOWN_TO_SDK_VERSIONif 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 beDialerConfig.Type.UNKNOWN_TO_SDK_VERSIONif zero members are set, andnullif more than one member is set.
-
-