Class WaitTime
- java.lang.Object
-
- software.amazon.awssdk.services.pinpoint.model.WaitTime
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<WaitTime.Builder,WaitTime>
@Generated("software.amazon.awssdk:codegen") public final class WaitTime extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WaitTime.Builder,WaitTime>
Specifies a duration or a date and time that indicates when Amazon Pinpoint determines whether an activity's conditions have been met or an activity moves participants to the next activity in a journey.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceWaitTime.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WaitTime.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends WaitTime.Builder>serializableBuilderClass()WaitTime.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringwaitFor()The amount of time to wait, as a duration in ISO 8601 format, before determining whether the activity's conditions have been met or moving participants to the next activity in the journey.StringwaitUntil()The date and time, in ISO 8601 format, when Amazon Pinpoint determines whether the activity's conditions have been met or the activity moves participants to the next activity in the journey.-
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
-
waitFor
public final String waitFor()
The amount of time to wait, as a duration in ISO 8601 format, before determining whether the activity's conditions have been met or moving participants to the next activity in the journey.
- Returns:
- The amount of time to wait, as a duration in ISO 8601 format, before determining whether the activity's conditions have been met or moving participants to the next activity in the journey.
-
waitUntil
public final String waitUntil()
The date and time, in ISO 8601 format, when Amazon Pinpoint determines whether the activity's conditions have been met or the activity moves participants to the next activity in the journey.
- Returns:
- The date and time, in ISO 8601 format, when Amazon Pinpoint determines whether the activity's conditions have been met or the activity moves participants to the next activity in the journey.
-
toBuilder
public WaitTime.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<WaitTime.Builder,WaitTime>
-
builder
public static WaitTime.Builder builder()
-
serializableBuilderClass
public static Class<? extends WaitTime.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.
-
-