@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
WaitTime.Builder |
| Modifier and Type | Method and Description |
|---|---|
static WaitTime.Builder |
builder() |
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 WaitTime.Builder> |
serializableBuilderClass() |
WaitTime.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
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.
|
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.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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.
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.
public WaitTime.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<WaitTime.Builder,WaitTime>public static WaitTime.Builder builder()
public static Class<? extends WaitTime.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.