@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)
Marshalls this structured data using the given
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.HoursOfOperationDays
public String getDay()
The day that the hours of operation applies to.
HoursOfOperationDays
public HoursOfOperationConfig withDay(String day)
The day that the hours of operation applies to.
day
- The day that the hours of operation applies to.HoursOfOperationDays
public HoursOfOperationConfig withDay(HoursOfOperationDays day)
The day that the hours of operation applies to.
day
- The day that the hours of operation applies to.HoursOfOperationDays
public 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 Object
Object.toString()
public HoursOfOperationConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.