Class CommunicationTimeConfig
- java.lang.Object
-
- software.amazon.awssdk.services.connectcampaignsv2.model.CommunicationTimeConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CommunicationTimeConfig.Builder,CommunicationTimeConfig>
@Generated("software.amazon.awssdk:codegen") public final class CommunicationTimeConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CommunicationTimeConfig.Builder,CommunicationTimeConfig>
Campaign communication time config
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCommunicationTimeConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CommunicationTimeConfig.Builderbuilder()TimeWindowemail()Returns the value of the Email property for this object.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LocalTimeZoneConfiglocalTimeZoneConfig()Returns the value of the LocalTimeZoneConfig property for this object.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CommunicationTimeConfig.Builder>serializableBuilderClass()TimeWindowsms()Returns the value of the Sms property for this object.TimeWindowtelephony()Returns the value of the Telephony property for this object.CommunicationTimeConfig.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
-
localTimeZoneConfig
public final LocalTimeZoneConfig localTimeZoneConfig()
Returns the value of the LocalTimeZoneConfig property for this object.- Returns:
- The value of the LocalTimeZoneConfig property for this object.
-
telephony
public final TimeWindow telephony()
Returns the value of the Telephony property for this object.- Returns:
- The value of the Telephony property for this object.
-
sms
public final TimeWindow sms()
Returns the value of the Sms property for this object.- Returns:
- The value of the Sms property for this object.
-
email
public final TimeWindow email()
Returns the value of the Email property for this object.- Returns:
- The value of the Email property for this object.
-
toBuilder
public CommunicationTimeConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CommunicationTimeConfig.Builder,CommunicationTimeConfig>
-
builder
public static CommunicationTimeConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends CommunicationTimeConfig.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-