@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()
|
Options |
getOverrideOptions() |
String |
getTaskArn()
The Amazon Resource Name (ARN) of the task to start.
|
int |
hashCode() |
void |
setIncludes(Collection<FilterRule> includes)
|
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)
|
StartTaskExecutionRequest |
withIncludes(FilterRule... includes)
|
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 filter that determines which files to include in the transfer during a task execution based on the specified pattern in the filter. When multiple include filters are set, they are interpreted as an OR.
A filter that determines which files to include in the transfer during a task execution based on the specified pattern in the filter. When multiple include filters are set, they are interpreted as an OR.
public void setIncludes(Collection<FilterRule> includes)
A filter that determines which files to include in the transfer during a task execution based on the specified pattern in the filter. When multiple include filters are set, they are interpreted as an OR.
includes
- A filter that determines which files to include in the transfer during a task execution based on the specified pattern in the filter. When multiple include filters are set, they are interpreted as an OR.
public StartTaskExecutionRequest withIncludes(FilterRule... includes)
A filter that determines which files to include in the transfer during a task execution based on the specified pattern in the filter. When multiple include filters are set, they are interpreted as an OR.
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 filter that determines which files to include in the transfer during a task execution based on the specified pattern in the filter. When multiple include filters are set, they are interpreted as an OR.
public StartTaskExecutionRequest withIncludes(Collection<FilterRule> includes)
A filter that determines which files to include in the transfer during a task execution based on the specified pattern in the filter. When multiple include filters are set, they are interpreted as an OR.
includes
- A filter that determines which files to include in the transfer during a task execution based on the specified pattern in the filter. When multiple include filters are set, they are interpreted as an OR.
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.