7#include <aws/osis/OSIS_EXPORTS.h>
8#include <aws/osis/OSISRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename PipelineNameT = Aws::String>
42 void SetPipelineName(PipelineNameT&& value) { m_pipelineNameHasBeenSet =
true; m_pipelineName = std::forward<PipelineNameT>(value); }
43 template<
typename PipelineNameT = Aws::String>
49 bool m_pipelineNameHasBeenSet =
false;
StopPipelineRequest & WithPipelineName(PipelineNameT &&value)
AWS_OSIS_API StopPipelineRequest()=default
const Aws::String & GetPipelineName() const
virtual const char * GetServiceRequestName() const override
AWS_OSIS_API Aws::String SerializePayload() const override
void SetPipelineName(PipelineNameT &&value)
bool PipelineNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String