Class OpenHoursRule
- java.lang.Object
-
- software.amazon.awssdk.services.pinpoint.model.OpenHoursRule
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<OpenHoursRule.Builder,OpenHoursRule>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOpenHoursRule.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OpenHoursRule.Builderbuilder()StringendTime()The end of the scheduled time, in ISO 8601 format, when the channel can't send messages.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends OpenHoursRule.Builder>serializableBuilderClass()StringstartTime()The start of the scheduled time, in ISO 8601 format, when the channel can send messages.OpenHoursRule.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
-
startTime
public final String startTime()
The start of the scheduled time, in ISO 8601 format, when the channel can send messages.
- Returns:
- The start of the scheduled time, in ISO 8601 format, when the channel can send messages.
-
endTime
public final String endTime()
The end of the scheduled time, in ISO 8601 format, when the channel can't send messages.
- Returns:
- The end of the scheduled time, in ISO 8601 format, when the channel can't send messages.
-
toBuilder
public OpenHoursRule.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<OpenHoursRule.Builder,OpenHoursRule>
-
builder
public static OpenHoursRule.Builder builder()
-
serializableBuilderClass
public static Class<? extends OpenHoursRule.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.
-
-