@Generated(value="software.amazon.awssdk:codegen") public final class JourneyRunResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JourneyRunResponse.Builder,JourneyRunResponse>
Provides information from a specified run of a journey.
| Modifier and Type | Class and Description |
|---|---|
static interface |
JourneyRunResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static JourneyRunResponse.Builder |
builder() |
String |
creationTime()
The time when the journey run was created or scheduled, in ISO 8601 format.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
lastUpdateTime()
The last time the journey run was updated, in ISO 8601 format..
|
String |
runId()
The unique identifier for the run.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends JourneyRunResponse.Builder> |
serializableBuilderClass() |
JourneyRunStatus |
status()
The current status of the journey run.
|
String |
statusAsString()
The current status of the journey run.
|
JourneyRunResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String creationTime()
The time when the journey run was created or scheduled, in ISO 8601 format.
public final String lastUpdateTime()
The last time the journey run was updated, in ISO 8601 format..
public final String runId()
The unique identifier for the run.
public final JourneyRunStatus status()
The current status of the journey run.
If the service returns an enum value that is not available in the current SDK version, status will
return JourneyRunStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
JourneyRunStatuspublic final String statusAsString()
The current status of the journey run.
If the service returns an enum value that is not available in the current SDK version, status will
return JourneyRunStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
JourneyRunStatuspublic JourneyRunResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<JourneyRunResponse.Builder,JourneyRunResponse>public static JourneyRunResponse.Builder builder()
public static Class<? extends JourneyRunResponse.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.