/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include StartTaskExecutionRequestSee Also:
AWS
* API Reference
Specifies the Amazon Resource Name (ARN) of the task that you want to * start.
*/ inline const Aws::String& GetTaskArn() const{ return m_taskArn; } /** *Specifies the Amazon Resource Name (ARN) of the task that you want to * start.
*/ inline bool TaskArnHasBeenSet() const { return m_taskArnHasBeenSet; } /** *Specifies the Amazon Resource Name (ARN) of the task that you want to * start.
*/ inline void SetTaskArn(const Aws::String& value) { m_taskArnHasBeenSet = true; m_taskArn = value; } /** *Specifies the Amazon Resource Name (ARN) of the task that you want to * start.
*/ inline void SetTaskArn(Aws::String&& value) { m_taskArnHasBeenSet = true; m_taskArn = std::move(value); } /** *Specifies the Amazon Resource Name (ARN) of the task that you want to * start.
*/ inline void SetTaskArn(const char* value) { m_taskArnHasBeenSet = true; m_taskArn.assign(value); } /** *Specifies the Amazon Resource Name (ARN) of the task that you want to * start.
*/ inline StartTaskExecutionRequest& WithTaskArn(const Aws::String& value) { SetTaskArn(value); return *this;} /** *Specifies the Amazon Resource Name (ARN) of the task that you want to * start.
*/ inline StartTaskExecutionRequest& WithTaskArn(Aws::String&& value) { SetTaskArn(std::move(value)); return *this;} /** *Specifies the Amazon Resource Name (ARN) of the task that you want to * start.
*/ inline StartTaskExecutionRequest& WithTaskArn(const char* value) { SetTaskArn(value); return *this;} inline const Options& GetOverrideOptions() const{ return m_overrideOptions; } inline bool OverrideOptionsHasBeenSet() const { return m_overrideOptionsHasBeenSet; } inline void SetOverrideOptions(const Options& value) { m_overrideOptionsHasBeenSet = true; m_overrideOptions = value; } inline void SetOverrideOptions(Options&& value) { m_overrideOptionsHasBeenSet = true; m_overrideOptions = std::move(value); } inline StartTaskExecutionRequest& WithOverrideOptions(const Options& value) { SetOverrideOptions(value); return *this;} inline StartTaskExecutionRequest& WithOverrideOptions(Options&& value) { SetOverrideOptions(std::move(value)); return *this;} /** *Specifies 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"
.
Specifies 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"
.
Specifies 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"
.
Specifies 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"
.
Specifies 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"
.
Specifies 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"
.
Specifies 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"
.
Specifies 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"
.
Specifies a list of filter rules that determines which files to exclude from
* a task. The list contains a single filter string that consists of the patterns
* to exclude. The patterns are delimited by "|" (that is, a pipe), for example,
* "/folder1|/folder2"
.
Specifies a list of filter rules that determines which files to exclude from
* a task. The list contains a single filter string that consists of the patterns
* to exclude. The patterns are delimited by "|" (that is, a pipe), for example,
* "/folder1|/folder2"
.
Specifies a list of filter rules that determines which files to exclude from
* a task. The list contains a single filter string that consists of the patterns
* to exclude. The patterns are delimited by "|" (that is, a pipe), for example,
* "/folder1|/folder2"
.
Specifies a list of filter rules that determines which files to exclude from
* a task. The list contains a single filter string that consists of the patterns
* to exclude. The patterns are delimited by "|" (that is, a pipe), for example,
* "/folder1|/folder2"
.
Specifies a list of filter rules that determines which files to exclude from
* a task. The list contains a single filter string that consists of the patterns
* to exclude. The patterns are delimited by "|" (that is, a pipe), for example,
* "/folder1|/folder2"
.
Specifies a list of filter rules that determines which files to exclude from
* a task. The list contains a single filter string that consists of the patterns
* to exclude. The patterns are delimited by "|" (that is, a pipe), for example,
* "/folder1|/folder2"
.
Specifies a list of filter rules that determines which files to exclude from
* a task. The list contains a single filter string that consists of the patterns
* to exclude. The patterns are delimited by "|" (that is, a pipe), for example,
* "/folder1|/folder2"
.
Specifies a list of filter rules that determines which files to exclude from
* a task. The list contains a single filter string that consists of the patterns
* to exclude. The patterns are delimited by "|" (that is, a pipe), for example,
* "/folder1|/folder2"
.
Specifies the tags that you want to apply to the Amazon Resource Name (ARN) * representing the task execution.
Tags are key-value pairs that * help you manage, filter, and search for your DataSync resources.
*/ inline const Aws::VectorSpecifies the tags that you want to apply to the Amazon Resource Name (ARN) * representing the task execution.
Tags are key-value pairs that * help you manage, filter, and search for your DataSync resources.
*/ inline bool TagsHasBeenSet() const { return m_tagsHasBeenSet; } /** *Specifies the tags that you want to apply to the Amazon Resource Name (ARN) * representing the task execution.
Tags are key-value pairs that * help you manage, filter, and search for your DataSync resources.
*/ inline void SetTags(const Aws::VectorSpecifies the tags that you want to apply to the Amazon Resource Name (ARN) * representing the task execution.
Tags are key-value pairs that * help you manage, filter, and search for your DataSync resources.
*/ inline void SetTags(Aws::VectorSpecifies the tags that you want to apply to the Amazon Resource Name (ARN) * representing the task execution.
Tags are key-value pairs that * help you manage, filter, and search for your DataSync resources.
*/ inline StartTaskExecutionRequest& WithTags(const Aws::VectorSpecifies the tags that you want to apply to the Amazon Resource Name (ARN) * representing the task execution.
Tags are key-value pairs that * help you manage, filter, and search for your DataSync resources.
*/ inline StartTaskExecutionRequest& WithTags(Aws::VectorSpecifies the tags that you want to apply to the Amazon Resource Name (ARN) * representing the task execution.
Tags are key-value pairs that * help you manage, filter, and search for your DataSync resources.
*/ inline StartTaskExecutionRequest& AddTags(const TagListEntry& value) { m_tagsHasBeenSet = true; m_tags.push_back(value); return *this; } /** *Specifies the tags that you want to apply to the Amazon Resource Name (ARN) * representing the task execution.
Tags are key-value pairs that * help you manage, filter, and search for your DataSync resources.
*/ inline StartTaskExecutionRequest& AddTags(TagListEntry&& value) { m_tagsHasBeenSet = true; m_tags.push_back(std::move(value)); return *this; } private: Aws::String m_taskArn; bool m_taskArnHasBeenSet = false; Options m_overrideOptions; bool m_overrideOptionsHasBeenSet = false; Aws::Vector