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