@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OpenHoursRule extends Object implements Serializable, Cloneable, StructuredPojo
List of OpenHours Rules.
| Constructor and Description |
|---|
OpenHoursRule() |
| Modifier and Type | Method and Description |
|---|---|
OpenHoursRule |
clone() |
boolean |
equals(Object obj) |
String |
getEndTime()
Local start time in ISO 8601 format.
|
String |
getStartTime()
Local start time in ISO 8601 format.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEndTime(String endTime)
Local start time in ISO 8601 format.
|
void |
setStartTime(String startTime)
Local start time in ISO 8601 format.
|
String |
toString()
Returns a string representation of this object.
|
OpenHoursRule |
withEndTime(String endTime)
Local start time in ISO 8601 format.
|
OpenHoursRule |
withStartTime(String startTime)
Local start time in ISO 8601 format.
|
public void setStartTime(String startTime)
Local start time in ISO 8601 format.
startTime - Local start time in ISO 8601 format.public String getStartTime()
Local start time in ISO 8601 format.
public OpenHoursRule withStartTime(String startTime)
Local start time in ISO 8601 format.
startTime - Local start time in ISO 8601 format.public void setEndTime(String endTime)
Local start time in ISO 8601 format.
endTime - Local start time in ISO 8601 format.public String getEndTime()
Local start time in ISO 8601 format.
public OpenHoursRule withEndTime(String endTime)
Local start time in ISO 8601 format.
endTime - Local start time in ISO 8601 format.public String toString()
toString in class ObjectObject.toString()public OpenHoursRule clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.