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