@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelFlowExecutionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CancelFlowExecutionsResult() |
Modifier and Type | Method and Description |
---|---|
CancelFlowExecutionsResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getInvalidExecutions()
The IDs of runs that Amazon AppFlow couldn't cancel.
|
int |
hashCode() |
void |
setInvalidExecutions(Collection<String> invalidExecutions)
The IDs of runs that Amazon AppFlow couldn't cancel.
|
String |
toString()
Returns a string representation of this object.
|
CancelFlowExecutionsResult |
withInvalidExecutions(Collection<String> invalidExecutions)
The IDs of runs that Amazon AppFlow couldn't cancel.
|
CancelFlowExecutionsResult |
withInvalidExecutions(String... invalidExecutions)
The IDs of runs that Amazon AppFlow couldn't cancel.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getInvalidExecutions()
The IDs of runs that Amazon AppFlow couldn't cancel. These runs might be ineligible for canceling because they haven't started yet or have already completed.
public void setInvalidExecutions(Collection<String> invalidExecutions)
The IDs of runs that Amazon AppFlow couldn't cancel. These runs might be ineligible for canceling because they haven't started yet or have already completed.
invalidExecutions
- The IDs of runs that Amazon AppFlow couldn't cancel. These runs might be ineligible for canceling because
they haven't started yet or have already completed.public CancelFlowExecutionsResult withInvalidExecutions(String... invalidExecutions)
The IDs of runs that Amazon AppFlow couldn't cancel. These runs might be ineligible for canceling because they haven't started yet or have already completed.
NOTE: This method appends the values to the existing list (if any). Use
setInvalidExecutions(java.util.Collection)
or withInvalidExecutions(java.util.Collection)
if
you want to override the existing values.
invalidExecutions
- The IDs of runs that Amazon AppFlow couldn't cancel. These runs might be ineligible for canceling because
they haven't started yet or have already completed.public CancelFlowExecutionsResult withInvalidExecutions(Collection<String> invalidExecutions)
The IDs of runs that Amazon AppFlow couldn't cancel. These runs might be ineligible for canceling because they haven't started yet or have already completed.
invalidExecutions
- The IDs of runs that Amazon AppFlow couldn't cancel. These runs might be ineligible for canceling because
they haven't started yet or have already completed.public String toString()
toString
in class Object
Object.toString()
public CancelFlowExecutionsResult clone()