7#include <aws/datapipeline/DataPipeline_EXPORTS.h>
8#include <aws/datapipeline/DataPipelineRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/datapipeline/model/Field.h>
49 template<
typename TaskIdT = Aws::String>
50 void SetTaskId(TaskIdT&& value) { m_taskIdHasBeenSet =
true; m_taskId = std::forward<TaskIdT>(value); }
51 template<
typename TaskIdT = Aws::String>
62 template<
typename FieldsT = Aws::Vector<Field>>
63 void SetFields(FieldsT&& value) { m_fieldsHasBeenSet =
true; m_fields = std::forward<FieldsT>(value); }
64 template<
typename FieldsT = Aws::Vector<Field>>
66 template<
typename FieldsT = Field>
72 bool m_taskIdHasBeenSet =
false;
75 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