@Generated(value="software.amazon.awssdk:codegen") public final class HoursOfOperationConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HoursOfOperationConfig.Builder,HoursOfOperationConfig>
Contains information about the hours of operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
HoursOfOperationConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static HoursOfOperationConfig.Builder |
builder() |
HoursOfOperationDays |
day()
The day that the hours of operation applies to.
|
String |
dayAsString()
The day that the hours of operation applies to.
|
HoursOfOperationTimeSlice |
endTime()
The end time that your contact center closes.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends HoursOfOperationConfig.Builder> |
serializableBuilderClass() |
HoursOfOperationTimeSlice |
startTime()
The start time that your contact center opens.
|
HoursOfOperationConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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, day will return
HoursOfOperationDays.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
dayAsString().
HoursOfOperationDayspublic 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, day will return
HoursOfOperationDays.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
dayAsString().
HoursOfOperationDayspublic final HoursOfOperationTimeSlice startTime()
The start time that your contact center opens.
public final HoursOfOperationTimeSlice endTime()
The end time that your contact center closes.
public HoursOfOperationConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<HoursOfOperationConfig.Builder,HoursOfOperationConfig>public static HoursOfOperationConfig.Builder builder()
public static Class<? extends HoursOfOperationConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.