7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/datapipeline/DataPipelineRequest.h>
11#include <aws/datapipeline/DataPipeline_EXPORTS.h>
12#include <aws/datapipeline/model/ParameterValue.h>
17namespace DataPipeline {
45 template <
typename PipelineIdT = Aws::String>
47 m_pipelineIdHasBeenSet =
true;
48 m_pipelineId = std::forward<PipelineIdT>(value);
50 template <
typename PipelineIdT = Aws::String>
63 template <
typename ParameterValuesT = Aws::Vector<ParameterValue>>
65 m_parameterValuesHasBeenSet =
true;
66 m_parameterValues = std::forward<ParameterValuesT>(value);
68 template <
typename ParameterValuesT = Aws::Vector<ParameterValue>>
73 template <
typename ParameterValuesT = ParameterValue>
75 m_parameterValuesHasBeenSet =
true;
76 m_parameterValues.emplace_back(std::forward<ParameterValuesT>(value));
88 template <
typename StartTimestampT = Aws::Utils::DateTime>
90 m_startTimestampHasBeenSet =
true;
91 m_startTimestamp = std::forward<StartTimestampT>(value);
93 template <
typename StartTimestampT = Aws::Utils::DateTime>
105 bool m_pipelineIdHasBeenSet =
false;
106 bool m_parameterValuesHasBeenSet =
false;
107 bool m_startTimestampHasBeenSet =
false;
const Aws::String & GetPipelineId() const
virtual const char * GetServiceRequestName() const override
bool ParameterValuesHasBeenSet() const
AWS_DATAPIPELINE_API Aws::String SerializePayload() const override
void SetStartTimestamp(StartTimestampT &&value)
ActivatePipelineRequest & WithParameterValues(ParameterValuesT &&value)
ActivatePipelineRequest & AddParameterValues(ParameterValuesT &&value)
const Aws::Utils::DateTime & GetStartTimestamp() const
ActivatePipelineRequest & WithPipelineId(PipelineIdT &&value)
void SetPipelineId(PipelineIdT &&value)
AWS_DATAPIPELINE_API ActivatePipelineRequest()=default
const Aws::Vector< ParameterValue > & GetParameterValues() const
AWS_DATAPIPELINE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool StartTimestampHasBeenSet() const
bool PipelineIdHasBeenSet() const
void SetParameterValues(ParameterValuesT &&value)
ActivatePipelineRequest & WithStartTimestamp(StartTimestampT &&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