Class QuietTime
- java.lang.Object
-
- software.amazon.awssdk.services.pinpoint.model.QuietTime
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<QuietTime.Builder,QuietTime>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceQuietTime.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static QuietTime.Builderbuilder()Stringend()The specific time when quiet time ends.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends QuietTime.Builder>serializableBuilderClass()Stringstart()The specific time when quiet time begins.QuietTime.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
end
public 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.
- Returns:
- 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.
-
start
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.
- Returns:
- 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.
-
toBuilder
public QuietTime.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<QuietTime.Builder,QuietTime>
-
builder
public static QuietTime.Builder builder()
-
serializableBuilderClass
public static Class<? extends QuietTime.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-