7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/datasync/DataSyncRequest.h>
10#include <aws/datasync/DataSync_EXPORTS.h>
11#include <aws/datasync/model/FilterRule.h>
12#include <aws/datasync/model/ManifestConfig.h>
13#include <aws/datasync/model/Options.h>
14#include <aws/datasync/model/TaskReportConfig.h>
15#include <aws/datasync/model/TaskSchedule.h>
48 template <
typename TaskArnT = Aws::String>
50 m_taskArnHasBeenSet =
true;
51 m_taskArn = std::forward<TaskArnT>(value);
53 template <
typename TaskArnT = Aws::String>
64 template <
typename OptionsT = Options>
66 m_optionsHasBeenSet =
true;
67 m_options = std::forward<OptionsT>(value);
69 template <
typename OptionsT = Options>
86 template <
typename ExcludesT = Aws::Vector<FilterRule>>
88 m_excludesHasBeenSet =
true;
89 m_excludes = std::forward<ExcludesT>(value);
91 template <
typename ExcludesT = Aws::Vector<FilterRule>>
96 template <
typename ExcludesT = FilterRule>
98 m_excludesHasBeenSet =
true;
99 m_excludes.emplace_back(std::forward<ExcludesT>(value));
113 template <
typename ScheduleT = TaskSchedule>
115 m_scheduleHasBeenSet =
true;
116 m_schedule = std::forward<ScheduleT>(value);
118 template <
typename ScheduleT = TaskSchedule>
131 template <
typename NameT = Aws::String>
133 m_nameHasBeenSet =
true;
134 m_name = std::forward<NameT>(value);
136 template <
typename NameT = Aws::String>
138 SetName(std::forward<NameT>(value));
155 template <
typename CloudWatchLogGroupArnT = Aws::String>
157 m_cloudWatchLogGroupArnHasBeenSet =
true;
158 m_cloudWatchLogGroupArn = std::forward<CloudWatchLogGroupArnT>(value);
160 template <
typename CloudWatchLogGroupArnT = Aws::String>
177 template <
typename IncludesT = Aws::Vector<FilterRule>>
179 m_includesHasBeenSet =
true;
180 m_includes = std::forward<IncludesT>(value);
182 template <
typename IncludesT = Aws::Vector<FilterRule>>
187 template <
typename IncludesT = FilterRule>
189 m_includesHasBeenSet =
true;
190 m_includes.emplace_back(std::forward<IncludesT>(value));
209 template <
typename ManifestConfigT = ManifestConfig>
211 m_manifestConfigHasBeenSet =
true;
212 m_manifestConfig = std::forward<ManifestConfigT>(value);
214 template <
typename ManifestConfigT = ManifestConfig>
235 template <
typename TaskReportConfigT = TaskReportConfig>
237 m_taskReportConfigHasBeenSet =
true;
238 m_taskReportConfig = std::forward<TaskReportConfigT>(value);
240 template <
typename TaskReportConfigT = TaskReportConfig>
264 bool m_taskArnHasBeenSet =
false;
265 bool m_optionsHasBeenSet =
false;
266 bool m_excludesHasBeenSet =
false;
267 bool m_scheduleHasBeenSet =
false;
268 bool m_nameHasBeenSet =
false;
269 bool m_cloudWatchLogGroupArnHasBeenSet =
false;
270 bool m_includesHasBeenSet =
false;
271 bool m_manifestConfigHasBeenSet =
false;
272 bool m_taskReportConfigHasBeenSet =
false;
AWS_DATASYNC_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool ManifestConfigHasBeenSet() const
void SetName(NameT &&value)
UpdateTaskRequest & WithTaskReportConfig(TaskReportConfigT &&value)
void SetTaskReportConfig(TaskReportConfigT &&value)
const ManifestConfig & GetManifestConfig() const
UpdateTaskRequest & WithExcludes(ExcludesT &&value)
UpdateTaskRequest & WithIncludes(IncludesT &&value)
UpdateTaskRequest & WithSchedule(ScheduleT &&value)
AWS_DATASYNC_API Aws::String SerializePayload() const override
const Aws::String & GetCloudWatchLogGroupArn() const
virtual const char * GetServiceRequestName() const override
const Aws::Vector< FilterRule > & GetExcludes() const
bool IncludesHasBeenSet() const
bool TaskArnHasBeenSet() const
const TaskReportConfig & GetTaskReportConfig() const
bool CloudWatchLogGroupArnHasBeenSet() const
UpdateTaskRequest & WithCloudWatchLogGroupArn(CloudWatchLogGroupArnT &&value)
void SetCloudWatchLogGroupArn(CloudWatchLogGroupArnT &&value)
UpdateTaskRequest & WithOptions(OptionsT &&value)
UpdateTaskRequest & AddIncludes(IncludesT &&value)
void SetOptions(OptionsT &&value)
const Aws::String & GetName() const
const Aws::String & GetTaskArn() const
bool OptionsHasBeenSet() const
UpdateTaskRequest & WithName(NameT &&value)
void SetManifestConfig(ManifestConfigT &&value)
const Options & GetOptions() const
void SetExcludes(ExcludesT &&value)
UpdateTaskRequest & AddExcludes(ExcludesT &&value)
bool TaskReportConfigHasBeenSet() const
void SetTaskArn(TaskArnT &&value)
bool ExcludesHasBeenSet() const
bool ScheduleHasBeenSet() const
UpdateTaskRequest & WithTaskArn(TaskArnT &&value)
bool NameHasBeenSet() const
void SetSchedule(ScheduleT &&value)
void SetIncludes(IncludesT &&value)
const Aws::Vector< FilterRule > & GetIncludes() const
const TaskSchedule & GetSchedule() const
UpdateTaskRequest & WithManifestConfig(ManifestConfigT &&value)
AWS_DATASYNC_API UpdateTaskRequest()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector