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/PipelineObject.h>
12#include <aws/datapipeline/model/ParameterObject.h>
13#include <aws/datapipeline/model/ParameterValue.h>
51 template<
typename PipelineIdT = Aws::String>
52 void SetPipelineId(PipelineIdT&& value) { m_pipelineIdHasBeenSet =
true; m_pipelineId = std::forward<PipelineIdT>(value); }
53 template<
typename PipelineIdT = Aws::String>
64 template<
typename PipelineObjectsT = Aws::Vector<PipelineObject>>
65 void SetPipelineObjects(PipelineObjectsT&& value) { m_pipelineObjectsHasBeenSet =
true; m_pipelineObjects = std::forward<PipelineObjectsT>(value); }
66 template<
typename PipelineObjectsT = Aws::Vector<PipelineObject>>
68 template<
typename PipelineObjectsT = PipelineObject>
78 template<
typename ParameterObjectsT = Aws::Vector<ParameterObject>>
79 void SetParameterObjects(ParameterObjectsT&& value) { m_parameterObjectsHasBeenSet =
true; m_parameterObjects = std::forward<ParameterObjectsT>(value); }
80 template<
typename ParameterObjectsT = Aws::Vector<ParameterObject>>
82 template<
typename ParameterObjectsT = ParameterObject>
92 template<
typename ParameterValuesT = Aws::Vector<ParameterValue>>
93 void SetParameterValues(ParameterValuesT&& value) { m_parameterValuesHasBeenSet =
true; m_parameterValues = std::forward<ParameterValuesT>(value); }
94 template<
typename ParameterValuesT = Aws::Vector<ParameterValue>>
96 template<
typename ParameterValuesT = ParameterValue>
102 bool m_pipelineIdHasBeenSet =
false;
105 bool m_pipelineObjectsHasBeenSet =
false;
108 bool m_parameterObjectsHasBeenSet =
false;
111 bool m_parameterValuesHasBeenSet =
false;
AWS_DATAPIPELINE_API Aws::String SerializePayload() const override
const Aws::Vector< ParameterObject > & GetParameterObjects() const
ValidatePipelineDefinitionRequest & WithPipelineObjects(PipelineObjectsT &&value)
ValidatePipelineDefinitionRequest & AddParameterObjects(ParameterObjectsT &&value)
ValidatePipelineDefinitionRequest & WithParameterValues(ParameterValuesT &&value)
AWS_DATAPIPELINE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool ParameterValuesHasBeenSet() const
bool PipelineIdHasBeenSet() const
void SetPipelineObjects(PipelineObjectsT &&value)
ValidatePipelineDefinitionRequest & AddPipelineObjects(PipelineObjectsT &&value)
void SetPipelineId(PipelineIdT &&value)
ValidatePipelineDefinitionRequest & AddParameterValues(ParameterValuesT &&value)
const Aws::Vector< PipelineObject > & GetPipelineObjects() const
virtual const char * GetServiceRequestName() const override
const Aws::Vector< ParameterValue > & GetParameterValues() const
void SetParameterObjects(ParameterObjectsT &&value)
bool ParameterObjectsHasBeenSet() const
ValidatePipelineDefinitionRequest & WithPipelineId(PipelineIdT &&value)
bool PipelineObjectsHasBeenSet() const
void SetParameterValues(ParameterValuesT &&value)
const Aws::String & GetPipelineId() const
AWS_DATAPIPELINE_API ValidatePipelineDefinitionRequest()=default
ValidatePipelineDefinitionRequest & WithParameterObjects(ParameterObjectsT &&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