@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HoursOfOperationConfig extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the hours of operation.
| Constructor and Description |
|---|
HoursOfOperationConfig() |
| Modifier and Type | Method and Description |
|---|---|
HoursOfOperationConfig |
clone() |
boolean |
equals(Object obj) |
String |
getDay()
The day that the hours of operation applies to.
|
HoursOfOperationTimeSlice |
getEndTime()
The end time that your contact center is closes.
|
HoursOfOperationTimeSlice |
getStartTime()
The start time that your contact center is open.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDay(String day)
The day that the hours of operation applies to.
|
void |
setEndTime(HoursOfOperationTimeSlice endTime)
The end time that your contact center is closes.
|
void |
setStartTime(HoursOfOperationTimeSlice startTime)
The start time that your contact center is open.
|
String |
toString()
Returns a string representation of this object.
|
HoursOfOperationConfig |
withDay(HoursOfOperationDays day)
The day that the hours of operation applies to.
|
HoursOfOperationConfig |
withDay(String day)
The day that the hours of operation applies to.
|
HoursOfOperationConfig |
withEndTime(HoursOfOperationTimeSlice endTime)
The end time that your contact center is closes.
|
HoursOfOperationConfig |
withStartTime(HoursOfOperationTimeSlice startTime)
The start time that your contact center is open.
|
public void setDay(String day)
The day that the hours of operation applies to.
day - The day that the hours of operation applies to.HoursOfOperationDayspublic String getDay()
The day that the hours of operation applies to.
HoursOfOperationDayspublic HoursOfOperationConfig withDay(String day)
The day that the hours of operation applies to.
day - The day that the hours of operation applies to.HoursOfOperationDayspublic HoursOfOperationConfig withDay(HoursOfOperationDays day)
The day that the hours of operation applies to.
day - The day that the hours of operation applies to.HoursOfOperationDayspublic void setStartTime(HoursOfOperationTimeSlice startTime)
The start time that your contact center is open.
startTime - The start time that your contact center is open.public HoursOfOperationTimeSlice getStartTime()
The start time that your contact center is open.
public HoursOfOperationConfig withStartTime(HoursOfOperationTimeSlice startTime)
The start time that your contact center is open.
startTime - The start time that your contact center is open.public void setEndTime(HoursOfOperationTimeSlice endTime)
The end time that your contact center is closes.
endTime - The end time that your contact center is closes.public HoursOfOperationTimeSlice getEndTime()
The end time that your contact center is closes.
public HoursOfOperationConfig withEndTime(HoursOfOperationTimeSlice endTime)
The end time that your contact center is closes.
endTime - The end time that your contact center is closes.public String toString()
toString in class ObjectObject.toString()public HoursOfOperationConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.