@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeMapRunResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeMapRunResult() |
Modifier and Type | Method and Description |
---|---|
DescribeMapRunResult |
clone() |
boolean |
equals(Object obj) |
String |
getExecutionArn()
The Amazon Resource Name (ARN) that identifies the execution in which the Map Run was started.
|
MapRunExecutionCounts |
getExecutionCounts()
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 . |
MapRunItemCounts |
getItemCounts()
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 |
getMapRunArn()
The Amazon Resource Name (ARN) that identifies a Map Run.
|
Integer |
getMaxConcurrency()
The maximum number of child workflow executions configured to run in parallel for the Map Run at the same time.
|
Integer |
getRedriveCount()
The number of times you've redriven a Map Run.
|
Date |
getRedriveDate()
The date a Map Run was last redriven.
|
Date |
getStartDate()
The date when the Map Run was started.
|
String |
getStatus()
The current status of the Map Run.
|
Date |
getStopDate()
The date when the Map Run was stopped.
|
Long |
getToleratedFailureCount()
The maximum number of failed child workflow executions before the Map Run fails.
|
Float |
getToleratedFailurePercentage()
The maximum percentage of failed child workflow executions before the Map Run fails.
|
int |
hashCode() |
void |
setExecutionArn(String executionArn)
The Amazon Resource Name (ARN) that identifies the execution in which the Map Run was started.
|
void |
setExecutionCounts(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 . |
void |
setItemCounts(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 . |
void |
setMapRunArn(String mapRunArn)
The Amazon Resource Name (ARN) that identifies a Map Run.
|
void |
setMaxConcurrency(Integer maxConcurrency)
The maximum number of child workflow executions configured to run in parallel for the Map Run at the same time.
|
void |
setRedriveCount(Integer redriveCount)
The number of times you've redriven a Map Run.
|
void |
setRedriveDate(Date redriveDate)
The date a Map Run was last redriven.
|
void |
setStartDate(Date startDate)
The date when the Map Run was started.
|
void |
setStatus(String status)
The current status of the Map Run.
|
void |
setStopDate(Date stopDate)
The date when the Map Run was stopped.
|
void |
setToleratedFailureCount(Long toleratedFailureCount)
The maximum number of failed child workflow executions before the Map Run fails.
|
void |
setToleratedFailurePercentage(Float toleratedFailurePercentage)
The maximum percentage of failed child workflow executions before the Map Run fails.
|
String |
toString()
Returns a string representation of this object.
|
DescribeMapRunResult |
withExecutionArn(String executionArn)
The Amazon Resource Name (ARN) that identifies the execution in which the Map Run was started.
|
DescribeMapRunResult |
withExecutionCounts(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 . |
DescribeMapRunResult |
withItemCounts(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 . |
DescribeMapRunResult |
withMapRunArn(String mapRunArn)
The Amazon Resource Name (ARN) that identifies a Map Run.
|
DescribeMapRunResult |
withMaxConcurrency(Integer maxConcurrency)
The maximum number of child workflow executions configured to run in parallel for the Map Run at the same time.
|
DescribeMapRunResult |
withRedriveCount(Integer redriveCount)
The number of times you've redriven a Map Run.
|
DescribeMapRunResult |
withRedriveDate(Date redriveDate)
The date a Map Run was last redriven.
|
DescribeMapRunResult |
withStartDate(Date startDate)
The date when the Map Run was started.
|
DescribeMapRunResult |
withStatus(MapRunStatus status)
The current status of the Map Run.
|
DescribeMapRunResult |
withStatus(String status)
The current status of the Map Run.
|
DescribeMapRunResult |
withStopDate(Date stopDate)
The date when the Map Run was stopped.
|
DescribeMapRunResult |
withToleratedFailureCount(Long toleratedFailureCount)
The maximum number of failed child workflow executions before the Map Run fails.
|
DescribeMapRunResult |
withToleratedFailurePercentage(Float toleratedFailurePercentage)
The maximum percentage of failed child workflow executions before the Map Run fails.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setMapRunArn(String mapRunArn)
The Amazon Resource Name (ARN) that identifies a Map Run.
mapRunArn
- The Amazon Resource Name (ARN) that identifies a Map Run.public String getMapRunArn()
The Amazon Resource Name (ARN) that identifies a Map Run.
public DescribeMapRunResult withMapRunArn(String mapRunArn)
The Amazon Resource Name (ARN) that identifies a Map Run.
mapRunArn
- The Amazon Resource Name (ARN) that identifies a Map Run.public void setExecutionArn(String executionArn)
The Amazon Resource Name (ARN) that identifies the execution in which the Map Run was started.
executionArn
- The Amazon Resource Name (ARN) that identifies the execution in which the Map Run was started.public String getExecutionArn()
The Amazon Resource Name (ARN) that identifies the execution in which the Map Run was started.
public DescribeMapRunResult withExecutionArn(String executionArn)
The Amazon Resource Name (ARN) that identifies the execution in which the Map Run was started.
executionArn
- The Amazon Resource Name (ARN) that identifies the execution in which the Map Run was started.public void setStatus(String status)
The current status of the Map Run.
status
- The current status of the Map Run.MapRunStatus
public String getStatus()
The current status of the Map Run.
MapRunStatus
public DescribeMapRunResult withStatus(String status)
The current status of the Map Run.
status
- The current status of the Map Run.MapRunStatus
public DescribeMapRunResult withStatus(MapRunStatus status)
The current status of the Map Run.
status
- The current status of the Map Run.MapRunStatus
public void setStartDate(Date startDate)
The date when the Map Run was started.
startDate
- The date when the Map Run was started.public Date getStartDate()
The date when the Map Run was started.
public DescribeMapRunResult withStartDate(Date startDate)
The date when the Map Run was started.
startDate
- The date when the Map Run was started.public void setStopDate(Date stopDate)
The date when the Map Run was stopped.
stopDate
- The date when the Map Run was stopped.public Date getStopDate()
The date when the Map Run was stopped.
public DescribeMapRunResult withStopDate(Date stopDate)
The date when the Map Run was stopped.
stopDate
- The date when the Map Run was stopped.public void setMaxConcurrency(Integer maxConcurrency)
The maximum number of child workflow executions configured to run in parallel for the Map Run at the same time.
maxConcurrency
- The maximum number of child workflow executions configured to run in parallel for the Map Run at the same
time.public Integer getMaxConcurrency()
The maximum number of child workflow executions configured to run in parallel for the Map Run at the same time.
public DescribeMapRunResult withMaxConcurrency(Integer maxConcurrency)
The maximum number of child workflow executions configured to run in parallel for the Map Run at the same time.
maxConcurrency
- The maximum number of child workflow executions configured to run in parallel for the Map Run at the same
time.public void setToleratedFailurePercentage(Float toleratedFailurePercentage)
The maximum percentage of failed child workflow executions before the Map Run fails.
toleratedFailurePercentage
- The maximum percentage of failed child workflow executions before the Map Run fails.public Float getToleratedFailurePercentage()
The maximum percentage of failed child workflow executions before the Map Run fails.
public DescribeMapRunResult withToleratedFailurePercentage(Float toleratedFailurePercentage)
The maximum percentage of failed child workflow executions before the Map Run fails.
toleratedFailurePercentage
- The maximum percentage of failed child workflow executions before the Map Run fails.public void setToleratedFailureCount(Long toleratedFailureCount)
The maximum number of failed child workflow executions before the Map Run fails.
toleratedFailureCount
- The maximum number of failed child workflow executions before the Map Run fails.public Long getToleratedFailureCount()
The maximum number of failed child workflow executions before the Map Run fails.
public DescribeMapRunResult withToleratedFailureCount(Long toleratedFailureCount)
The maximum number of failed child workflow executions before the Map Run fails.
toleratedFailureCount
- The maximum number of failed child workflow executions before the Map Run fails.public void setItemCounts(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
.
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
.public MapRunItemCounts getItemCounts()
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 DescribeMapRunResult withItemCounts(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
.
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
.public void setExecutionCounts(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
.
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
.public MapRunExecutionCounts getExecutionCounts()
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 DescribeMapRunResult withExecutionCounts(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
.
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
.public void setRedriveCount(Integer redriveCount)
The number of times you've redriven a Map Run. If you have not yet redriven a Map Run, the
redriveCount
is 0. This count is only updated if you successfully redrive a Map Run.
redriveCount
- The number of times you've redriven a Map Run. If you have not yet redriven a Map Run, the
redriveCount
is 0. This count is only updated if you successfully redrive a Map Run.public Integer getRedriveCount()
The number of times you've redriven a Map Run. If you have not yet redriven a Map Run, the
redriveCount
is 0. This count is only updated if you successfully redrive a Map Run.
redriveCount
is 0. This count is only updated if you successfully redrive a Map Run.public DescribeMapRunResult withRedriveCount(Integer redriveCount)
The number of times you've redriven a Map Run. If you have not yet redriven a Map Run, the
redriveCount
is 0. This count is only updated if you successfully redrive a Map Run.
redriveCount
- The number of times you've redriven a Map Run. If you have not yet redriven a Map Run, the
redriveCount
is 0. This count is only updated if you successfully redrive a Map Run.public void setRedriveDate(Date redriveDate)
The date a Map Run was last redriven. If you have not yet redriven a Map Run, the redriveDate
is
null.
redriveDate
- The date a Map Run was last redriven. If you have not yet redriven a Map Run, the redriveDate
is null.public Date getRedriveDate()
The date a Map Run was last redriven. If you have not yet redriven a Map Run, the redriveDate
is
null.
redriveDate
is null.public DescribeMapRunResult withRedriveDate(Date redriveDate)
The date a Map Run was last redriven. If you have not yet redriven a Map Run, the redriveDate
is
null.
redriveDate
- The date a Map Run was last redriven. If you have not yet redriven a Map Run, the redriveDate
is null.public String toString()
toString
in class Object
Object.toString()
public DescribeMapRunResult clone()