@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelFlowExecutionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CancelFlowExecutionsRequest() |
Modifier and Type | Method and Description |
---|---|
CancelFlowExecutionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getExecutionIds()
The ID of each active run to cancel.
|
String |
getFlowName()
The name of a flow with active runs that you want to cancel.
|
int |
hashCode() |
void |
setExecutionIds(Collection<String> executionIds)
The ID of each active run to cancel.
|
void |
setFlowName(String flowName)
The name of a flow with active runs that you want to cancel.
|
String |
toString()
Returns a string representation of this object.
|
CancelFlowExecutionsRequest |
withExecutionIds(Collection<String> executionIds)
The ID of each active run to cancel.
|
CancelFlowExecutionsRequest |
withExecutionIds(String... executionIds)
The ID of each active run to cancel.
|
CancelFlowExecutionsRequest |
withFlowName(String flowName)
The name of a flow with active runs that you want to cancel.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setFlowName(String flowName)
The name of a flow with active runs that you want to cancel.
flowName
- The name of a flow with active runs that you want to cancel.public String getFlowName()
The name of a flow with active runs that you want to cancel.
public CancelFlowExecutionsRequest withFlowName(String flowName)
The name of a flow with active runs that you want to cancel.
flowName
- The name of a flow with active runs that you want to cancel.public List<String> getExecutionIds()
The ID of each active run to cancel. These runs must belong to the flow you specify in your request.
If you omit this parameter, your request ends all active runs that belong to the flow.
If you omit this parameter, your request ends all active runs that belong to the flow.
public void setExecutionIds(Collection<String> executionIds)
The ID of each active run to cancel. These runs must belong to the flow you specify in your request.
If you omit this parameter, your request ends all active runs that belong to the flow.
executionIds
- The ID of each active run to cancel. These runs must belong to the flow you specify in your request.
If you omit this parameter, your request ends all active runs that belong to the flow.
public CancelFlowExecutionsRequest withExecutionIds(String... executionIds)
The ID of each active run to cancel. These runs must belong to the flow you specify in your request.
If you omit this parameter, your request ends all active runs that belong to the flow.
NOTE: This method appends the values to the existing list (if any). Use
setExecutionIds(java.util.Collection)
or withExecutionIds(java.util.Collection)
if you want to
override the existing values.
executionIds
- The ID of each active run to cancel. These runs must belong to the flow you specify in your request.
If you omit this parameter, your request ends all active runs that belong to the flow.
public CancelFlowExecutionsRequest withExecutionIds(Collection<String> executionIds)
The ID of each active run to cancel. These runs must belong to the flow you specify in your request.
If you omit this parameter, your request ends all active runs that belong to the flow.
executionIds
- The ID of each active run to cancel. These runs must belong to the flow you specify in your request.
If you omit this parameter, your request ends all active runs that belong to the flow.
public String toString()
toString
in class Object
Object.toString()
public CancelFlowExecutionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()