Class HoursOfOperationOverrideConfig
- java.lang.Object
-
- software.amazon.awssdk.services.connect.model.HoursOfOperationOverrideConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<HoursOfOperationOverrideConfig.Builder,HoursOfOperationOverrideConfig>
@Generated("software.amazon.awssdk:codegen") public final class HoursOfOperationOverrideConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HoursOfOperationOverrideConfig.Builder,HoursOfOperationOverrideConfig>
Information about the hours of operation override config: day, start time, and end time.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHoursOfOperationOverrideConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HoursOfOperationOverrideConfig.Builderbuilder()OverrideDaysday()The day that the hours of operation override applies to.StringdayAsString()The day that the hours of operation override applies to.OverrideTimeSliceendTime()The end time that your contact center closes if overrides are applied.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends HoursOfOperationOverrideConfig.Builder>serializableBuilderClass()OverrideTimeSlicestartTime()The start time when your contact center opens if overrides are applied.HoursOfOperationOverrideConfig.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
-
day
public final OverrideDays day()
The day that the hours of operation override applies to.
If the service returns an enum value that is not available in the current SDK version,
daywill returnOverrideDays.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdayAsString().- Returns:
- The day that the hours of operation override applies to.
- See Also:
OverrideDays
-
dayAsString
public final String dayAsString()
The day that the hours of operation override applies to.
If the service returns an enum value that is not available in the current SDK version,
daywill returnOverrideDays.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdayAsString().- Returns:
- The day that the hours of operation override applies to.
- See Also:
OverrideDays
-
startTime
public final OverrideTimeSlice startTime()
The start time when your contact center opens if overrides are applied.
- Returns:
- The start time when your contact center opens if overrides are applied.
-
endTime
public final OverrideTimeSlice endTime()
The end time that your contact center closes if overrides are applied.
- Returns:
- The end time that your contact center closes if overrides are applied.
-
toBuilder
public HoursOfOperationOverrideConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<HoursOfOperationOverrideConfig.Builder,HoursOfOperationOverrideConfig>
-
builder
public static HoursOfOperationOverrideConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends HoursOfOperationOverrideConfig.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
-
-