@Generated(value="software.amazon.awssdk:codegen") public final class QuietTime extends Object implements SdkPojo, Serializable, ToCopyableBuilder<QuietTime.Builder,QuietTime>
Specifies the start and end times that define a time range when messages aren't sent to endpoints.
| Modifier and Type | Class and Description |
|---|---|
static interface |
QuietTime.Builder |
| Modifier and Type | Method and Description |
|---|---|
static QuietTime.Builder |
builder() |
String |
end()
The specific time when quiet time ends.
|
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 QuietTime.Builder> |
serializableBuilderClass() |
String |
start()
The specific time when quiet time begins.
|
QuietTime.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String end()
The specific time when quiet time ends. This value has to use 24-hour notation and be in HH:MM format, where HH is the hour (with a leading zero, if applicable) and MM is the minutes. For example, use 02:30 to represent 2:30 AM, or 14:30 to represent 2:30 PM.
public final String start()
The specific time when quiet time begins. This value has to use 24-hour notation and be in HH:MM format, where HH is the hour (with a leading zero, if applicable) and MM is the minutes. For example, use 02:30 to represent 2:30 AM, or 14:30 to represent 2:30 PM.
public QuietTime.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<QuietTime.Builder,QuietTime>public static QuietTime.Builder builder()
public static Class<? extends QuietTime.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.