@Generated(value="software.amazon.awssdk:codegen") public final class OpenHoursRule extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OpenHoursRule.Builder,OpenHoursRule>
Specifies the start and end time for OpenHours.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OpenHoursRule.Builder |
| Modifier and Type | Method and Description |
|---|---|
static OpenHoursRule.Builder |
builder() |
String |
endTime()
The end of the scheduled time, in ISO 8601 format, when the channel can't send messages.
|
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 OpenHoursRule.Builder> |
serializableBuilderClass() |
String |
startTime()
The start of the scheduled time, in ISO 8601 format, when the channel can send messages.
|
OpenHoursRule.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String startTime()
The start of the scheduled time, in ISO 8601 format, when the channel can send messages.
public final String endTime()
The end of the scheduled time, in ISO 8601 format, when the channel can't send messages.
public OpenHoursRule.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OpenHoursRule.Builder,OpenHoursRule>public static OpenHoursRule.Builder builder()
public static Class<? extends OpenHoursRule.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.