@Generated(value="software.amazon.awssdk:codegen") public final class ClosedDaysRule extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ClosedDaysRule.Builder,ClosedDaysRule>
Specifies the rule settings for when messages can't be sent.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ClosedDaysRule.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ClosedDaysRule.Builder |
builder() |
String |
endDateTime()
End DateTime ISO 8601 format
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the closed day rule.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ClosedDaysRule.Builder> |
serializableBuilderClass() |
String |
startDateTime()
Start DateTime ISO 8601 format
|
ClosedDaysRule.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the closed day rule.
public final String startDateTime()
Start DateTime ISO 8601 format
public final String endDateTime()
End DateTime ISO 8601 format
public ClosedDaysRule.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ClosedDaysRule.Builder,ClosedDaysRule>public static ClosedDaysRule.Builder builder()
public static Class<? extends ClosedDaysRule.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.