Class TelephonyOutboundMode
- java.lang.Object
-
- software.amazon.awssdk.services.connectcampaignsv2.model.TelephonyOutboundMode
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TelephonyOutboundMode.Builder,TelephonyOutboundMode>
@Generated("software.amazon.awssdk:codegen") public final class TelephonyOutboundMode extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TelephonyOutboundMode.Builder,TelephonyOutboundMode>
Telephony Outbound Mode
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTelephonyOutboundMode.Builderstatic classTelephonyOutboundMode.Type
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AgentlessConfigagentless()Returns the value of the Agentless property for this object.static TelephonyOutboundMode.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)static TelephonyOutboundModefromAgentless(Consumer<AgentlessConfig.Builder> agentless)Create an instance of this class withagentless()initialized to the given value.static TelephonyOutboundModefromAgentless(AgentlessConfig agentless)Create an instance of this class withagentless()initialized to the given value.static TelephonyOutboundModefromPredictive(Consumer<PredictiveConfig.Builder> predictive)Create an instance of this class withpredictive()initialized to the given value.static TelephonyOutboundModefromPredictive(PredictiveConfig predictive)Create an instance of this class withpredictive()initialized to the given value.static TelephonyOutboundModefromProgressive(Consumer<ProgressiveConfig.Builder> progressive)Create an instance of this class withprogressive()initialized to the given value.static TelephonyOutboundModefromProgressive(ProgressiveConfig progressive)Create an instance of this class withprogressive()initialized to the given value.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()PredictiveConfigpredictive()Returns the value of the Predictive property for this object.ProgressiveConfigprogressive()Returns the value of the Progressive property for this object.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends TelephonyOutboundMode.Builder>serializableBuilderClass()TelephonyOutboundMode.BuildertoBuilder()StringtoString()Returns a string representation of this object.TelephonyOutboundMode.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
-
progressive
public final ProgressiveConfig progressive()
Returns the value of the Progressive property for this object.- Returns:
- The value of the Progressive property for this object.
-
predictive
public final PredictiveConfig predictive()
Returns the value of the Predictive property for this object.- Returns:
- The value of the Predictive property for this object.
-
agentless
public final AgentlessConfig agentless()
Returns the value of the Agentless property for this object.- Returns:
- The value of the Agentless property for this object.
-
toBuilder
public TelephonyOutboundMode.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TelephonyOutboundMode.Builder,TelephonyOutboundMode>
-
builder
public static TelephonyOutboundMode.Builder builder()
-
serializableBuilderClass
public static Class<? extends TelephonyOutboundMode.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.
-
fromProgressive
public static TelephonyOutboundMode fromProgressive(ProgressiveConfig progressive)
Create an instance of this class withprogressive()initialized to the given value. Sets the value of the Progressive property for this object.- Parameters:
progressive- The new value for the Progressive property for this object.
-
fromProgressive
public static TelephonyOutboundMode fromProgressive(Consumer<ProgressiveConfig.Builder> progressive)
Create an instance of this class withprogressive()initialized to the given value. Sets the value of the Progressive property for this object.- Parameters:
progressive- The new value for the Progressive property for this object.
-
fromPredictive
public static TelephonyOutboundMode fromPredictive(PredictiveConfig predictive)
Create an instance of this class withpredictive()initialized to the given value. Sets the value of the Predictive property for this object.- Parameters:
predictive- The new value for the Predictive property for this object.
-
fromPredictive
public static TelephonyOutboundMode fromPredictive(Consumer<PredictiveConfig.Builder> predictive)
Create an instance of this class withpredictive()initialized to the given value. Sets the value of the Predictive property for this object.- Parameters:
predictive- The new value for the Predictive property for this object.
-
fromAgentless
public static TelephonyOutboundMode fromAgentless(AgentlessConfig agentless)
Create an instance of this class withagentless()initialized to the given value. Sets the value of the Agentless property for this object.- Parameters:
agentless- The new value for the Agentless property for this object.
-
fromAgentless
public static TelephonyOutboundMode fromAgentless(Consumer<AgentlessConfig.Builder> agentless)
Create an instance of this class withagentless()initialized to the given value. Sets the value of the Agentless property for this object.- Parameters:
agentless- The new value for the Agentless property for this object.
-
type
public TelephonyOutboundMode.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 beTelephonyOutboundMode.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 beTelephonyOutboundMode.Type.UNKNOWN_TO_SDK_VERSIONif zero members are set, andnullif more than one member is set.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-