@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartTaskExecutionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
StartTaskExecutionRequest
NOOP
Constructor and Description |
---|
StartTaskExecutionRequest() |
Modifier and Type | Method and Description |
---|---|
StartTaskExecutionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<FilterRule> |
getIncludes()
A list of filter rules that determines which files to include when running a task.
|
Options |
getOverrideOptions() |
String |
getTaskArn()
The Amazon Resource Name (ARN) of the task to start.
|
int |
hashCode() |
void |
setIncludes(Collection<FilterRule> includes)
A list of filter rules that determines which files to include when running a task.
|
void |
setOverrideOptions(Options overrideOptions) |
void |
setTaskArn(String taskArn)
The Amazon Resource Name (ARN) of the task to start.
|
String |
toString()
Returns a string representation of this object.
|
StartTaskExecutionRequest |
withIncludes(Collection<FilterRule> includes)
A list of filter rules that determines which files to include when running a task.
|
StartTaskExecutionRequest |
withIncludes(FilterRule... includes)
A list of filter rules that determines which files to include when running a task.
|
StartTaskExecutionRequest |
withOverrideOptions(Options overrideOptions) |
StartTaskExecutionRequest |
withTaskArn(String taskArn)
The Amazon Resource Name (ARN) of the task to start.
|
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 setTaskArn(String taskArn)
The Amazon Resource Name (ARN) of the task to start.
taskArn
- The Amazon Resource Name (ARN) of the task to start.public String getTaskArn()
The Amazon Resource Name (ARN) of the task to start.
public StartTaskExecutionRequest withTaskArn(String taskArn)
The Amazon Resource Name (ARN) of the task to start.
taskArn
- The Amazon Resource Name (ARN) of the task to start.public void setOverrideOptions(Options overrideOptions)
overrideOptions
- public Options getOverrideOptions()
public StartTaskExecutionRequest withOverrideOptions(Options overrideOptions)
overrideOptions
- public List<FilterRule> getIncludes()
A list of filter rules that determines which files to include when running a task. The pattern should contain a
single filter string that consists of the patterns to include. The patterns are delimited by "|" (that is, a
pipe). For example: "/folder1|/folder2"
"/folder1|/folder2"
public void setIncludes(Collection<FilterRule> includes)
A list of filter rules that determines which files to include when running a task. The pattern should contain a
single filter string that consists of the patterns to include. The patterns are delimited by "|" (that is, a
pipe). For example: "/folder1|/folder2"
includes
- A list of filter rules that determines which files to include when running a task. The pattern should
contain a single filter string that consists of the patterns to include. The patterns are delimited by "|"
(that is, a pipe). For example: "/folder1|/folder2"
public StartTaskExecutionRequest withIncludes(FilterRule... includes)
A list of filter rules that determines which files to include when running a task. The pattern should contain a
single filter string that consists of the patterns to include. The patterns are delimited by "|" (that is, a
pipe). For example: "/folder1|/folder2"
NOTE: This method appends the values to the existing list (if any). Use
setIncludes(java.util.Collection)
or withIncludes(java.util.Collection)
if you want to override
the existing values.
includes
- A list of filter rules that determines which files to include when running a task. The pattern should
contain a single filter string that consists of the patterns to include. The patterns are delimited by "|"
(that is, a pipe). For example: "/folder1|/folder2"
public StartTaskExecutionRequest withIncludes(Collection<FilterRule> includes)
A list of filter rules that determines which files to include when running a task. The pattern should contain a
single filter string that consists of the patterns to include. The patterns are delimited by "|" (that is, a
pipe). For example: "/folder1|/folder2"
includes
- A list of filter rules that determines which files to include when running a task. The pattern should
contain a single filter string that consists of the patterns to include. The patterns are delimited by "|"
(that is, a pipe). For example: "/folder1|/folder2"
public String toString()
toString
in class Object
Object.toString()
public StartTaskExecutionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.