@Generated(value="software.amazon.awssdk:codegen") public final class StartTaskExecutionRequest extends DataSyncRequest implements ToCopyableBuilder<StartTaskExecutionRequest.Builder,StartTaskExecutionRequest>
StartTaskExecutionRequest
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartTaskExecutionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartTaskExecutionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasIncludes()
Returns true if the Includes property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
List<FilterRule> |
includes()
A list of filter rules that determines which files to include when running a task.
|
Options |
overrideOptions()
Returns the value of the OverrideOptions property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartTaskExecutionRequest.Builder> |
serializableBuilderClass() |
String |
taskArn()
The Amazon Resource Name (ARN) of the task to start.
|
StartTaskExecutionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String taskArn()
The Amazon Resource Name (ARN) of the task to start.
public Options overrideOptions()
public boolean hasIncludes()
public List<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"
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasIncludes() to see if a value was sent in this field.
"/folder1|/folder2"
public StartTaskExecutionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartTaskExecutionRequest.Builder,StartTaskExecutionRequest>toBuilder in class DataSyncRequestpublic static StartTaskExecutionRequest.Builder builder()
public static Class<? extends StartTaskExecutionRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.