7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/datapipeline/DataPipelineRequest.h>
10#include <aws/datapipeline/DataPipeline_EXPORTS.h>
11#include <aws/datapipeline/model/Field.h>
16namespace DataPipeline {
45 template <
typename TaskIdT = Aws::String>
47 m_taskIdHasBeenSet =
true;
48 m_taskId = std::forward<TaskIdT>(value);
50 template <
typename TaskIdT = Aws::String>
64 template <
typename FieldsT = Aws::Vector<Field>>
66 m_fieldsHasBeenSet =
true;
67 m_fields = std::forward<FieldsT>(value);
69 template <
typename FieldsT = Aws::Vector<Field>>
74 template <
typename FieldsT = Field>
76 m_fieldsHasBeenSet =
true;
77 m_fields.emplace_back(std::forward<FieldsT>(value));
85 bool m_taskIdHasBeenSet =
false;
86 bool m_fieldsHasBeenSet =
false;
AWS_DATAPIPELINE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_DATAPIPELINE_API Aws::String SerializePayload() const override
void SetFields(FieldsT &&value)
virtual const char * GetServiceRequestName() const override
AWS_DATAPIPELINE_API ReportTaskProgressRequest()=default
bool FieldsHasBeenSet() const
void SetTaskId(TaskIdT &&value)
bool TaskIdHasBeenSet() const
const Aws::String & GetTaskId() const
const Aws::Vector< Field > & GetFields() const
ReportTaskProgressRequest & AddFields(FieldsT &&value)
ReportTaskProgressRequest & WithFields(FieldsT &&value)
ReportTaskProgressRequest & WithTaskId(TaskIdT &&value)
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