@Generated(value="software.amazon.awssdk:codegen") public final class DescribeMapRunResponse extends SfnResponse implements ToCopyableBuilder<DescribeMapRunResponse.Builder,DescribeMapRunResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeMapRunResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeMapRunResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
executionArn()
The Amazon Resource Name (ARN) that identifies the execution in which the Map Run was started.
|
MapRunExecutionCounts |
executionCounts()
A JSON object that contains information about the total number of child workflow executions for the Map Run, and
the count of child workflow executions for each status, such as
failed and succeeded. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
MapRunItemCounts |
itemCounts()
A JSON object that contains information about the total number of items, and the item count for each processing
status, such as
pending and failed. |
String |
mapRunArn()
The Amazon Resource Name (ARN) that identifies a Map Run.
|
Integer |
maxConcurrency()
The maximum number of child workflow executions configured to run in parallel for the Map Run at the same time.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeMapRunResponse.Builder> |
serializableBuilderClass() |
Instant |
startDate()
The date when the Map Run was started.
|
MapRunStatus |
status()
The current status of the Map Run.
|
String |
statusAsString()
The current status of the Map Run.
|
Instant |
stopDate()
The date when the Map Run was stopped.
|
DescribeMapRunResponse.Builder |
toBuilder() |
Long |
toleratedFailureCount()
The maximum number of failed child workflow executions before the Map Run fails.
|
Float |
toleratedFailurePercentage()
The maximum percentage of failed child workflow executions before the Map Run fails.
|
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String mapRunArn()
The Amazon Resource Name (ARN) that identifies a Map Run.
public final String executionArn()
The Amazon Resource Name (ARN) that identifies the execution in which the Map Run was started.
public final MapRunStatus status()
The current status of the Map Run.
If the service returns an enum value that is not available in the current SDK version, status will
return MapRunStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
MapRunStatuspublic final String statusAsString()
The current status of the Map Run.
If the service returns an enum value that is not available in the current SDK version, status will
return MapRunStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
MapRunStatuspublic final Instant startDate()
The date when the Map Run was started.
public final Instant stopDate()
The date when the Map Run was stopped.
public final Integer maxConcurrency()
The maximum number of child workflow executions configured to run in parallel for the Map Run at the same time.
public final Float toleratedFailurePercentage()
The maximum percentage of failed child workflow executions before the Map Run fails.
public final Long toleratedFailureCount()
The maximum number of failed child workflow executions before the Map Run fails.
public final MapRunItemCounts itemCounts()
A JSON object that contains information about the total number of items, and the item count for each processing
status, such as pending and failed.
pending and failed.public final MapRunExecutionCounts executionCounts()
A JSON object that contains information about the total number of child workflow executions for the Map Run, and
the count of child workflow executions for each status, such as failed and succeeded.
failed and
succeeded.public DescribeMapRunResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeMapRunResponse.Builder,DescribeMapRunResponse>toBuilder in class AwsResponsepublic static DescribeMapRunResponse.Builder builder()
public static Class<? extends DescribeMapRunResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2022. All rights reserved.