7#include <aws/osis/OSIS_EXPORTS.h>
8#include <aws/osis/OSISRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/osis/model/LogPublishingOptions.h>
11#include <aws/osis/model/VpcOptions.h>
12#include <aws/osis/model/BufferOptions.h>
13#include <aws/osis/model/EncryptionAtRestOptions.h>
14#include <aws/core/utils/memory/stl/AWSVector.h>
15#include <aws/osis/model/Tag.h>
49 template<
typename PipelineNameT = Aws::String>
50 void SetPipelineName(PipelineNameT&& value) { m_pipelineNameHasBeenSet =
true; m_pipelineName = std::forward<PipelineNameT>(value); }
51 template<
typename PipelineNameT = Aws::String>
61 inline void SetMinUnits(
int value) { m_minUnitsHasBeenSet =
true; m_minUnits = value; }
71 inline void SetMaxUnits(
int value) { m_maxUnitsHasBeenSet =
true; m_maxUnits = value; }
84 template<
typename PipelineConfigurationBodyT = Aws::String>
85 void SetPipelineConfigurationBody(PipelineConfigurationBodyT&& value) { m_pipelineConfigurationBodyHasBeenSet =
true; m_pipelineConfigurationBody = std::forward<PipelineConfigurationBodyT>(value); }
86 template<
typename PipelineConfigurationBodyT = Aws::String>
96 template<
typename LogPublishingOptionsT = LogPublishingOptions>
97 void SetLogPublishingOptions(LogPublishingOptionsT&& value) { m_logPublishingOptionsHasBeenSet =
true; m_logPublishingOptions = std::forward<LogPublishingOptionsT>(value); }
98 template<
typename LogPublishingOptionsT = LogPublishingOptions>
110 template<
typename VpcOptionsT = VpcOptions>
111 void SetVpcOptions(VpcOptionsT&& value) { m_vpcOptionsHasBeenSet =
true; m_vpcOptions = std::forward<VpcOptionsT>(value); }
112 template<
typename VpcOptionsT = VpcOptions>
122 template<
typename BufferOptionsT = BufferOptions>
123 void SetBufferOptions(BufferOptionsT&& value) { m_bufferOptionsHasBeenSet =
true; m_bufferOptions = std::forward<BufferOptionsT>(value); }
124 template<
typename BufferOptionsT = BufferOptions>
135 template<
typename EncryptionAtRestOptionsT = EncryptionAtRestOptions>
136 void SetEncryptionAtRestOptions(EncryptionAtRestOptionsT&& value) { m_encryptionAtRestOptionsHasBeenSet =
true; m_encryptionAtRestOptions = std::forward<EncryptionAtRestOptionsT>(value); }
137 template<
typename EncryptionAtRestOptionsT = EncryptionAtRestOptions>
147 template<
typename TagsT = Aws::Vector<Tag>>
148 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
149 template<
typename TagsT = Aws::Vector<Tag>>
151 template<
typename TagsT = Tag>
157 bool m_pipelineNameHasBeenSet =
false;
160 bool m_minUnitsHasBeenSet =
false;
163 bool m_maxUnitsHasBeenSet =
false;
166 bool m_pipelineConfigurationBodyHasBeenSet =
false;
168 LogPublishingOptions m_logPublishingOptions;
169 bool m_logPublishingOptionsHasBeenSet =
false;
171 VpcOptions m_vpcOptions;
172 bool m_vpcOptionsHasBeenSet =
false;
174 BufferOptions m_bufferOptions;
175 bool m_bufferOptionsHasBeenSet =
false;
177 EncryptionAtRestOptions m_encryptionAtRestOptions;
178 bool m_encryptionAtRestOptionsHasBeenSet =
false;
181 bool m_tagsHasBeenSet =
false;
void SetBufferOptions(BufferOptionsT &&value)
CreatePipelineRequest & WithPipelineConfigurationBody(PipelineConfigurationBodyT &&value)
bool TagsHasBeenSet() const
CreatePipelineRequest & WithMaxUnits(int value)
void SetMinUnits(int value)
bool LogPublishingOptionsHasBeenSet() const
const LogPublishingOptions & GetLogPublishingOptions() const
const Aws::String & GetPipelineConfigurationBody() const
CreatePipelineRequest & WithEncryptionAtRestOptions(EncryptionAtRestOptionsT &&value)
void SetPipelineConfigurationBody(PipelineConfigurationBodyT &&value)
bool MaxUnitsHasBeenSet() const
bool VpcOptionsHasBeenSet() const
bool EncryptionAtRestOptionsHasBeenSet() const
CreatePipelineRequest & WithVpcOptions(VpcOptionsT &&value)
bool PipelineNameHasBeenSet() const
CreatePipelineRequest & WithTags(TagsT &&value)
AWS_OSIS_API CreatePipelineRequest()=default
bool PipelineConfigurationBodyHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
CreatePipelineRequest & WithLogPublishingOptions(LogPublishingOptionsT &&value)
void SetPipelineName(PipelineNameT &&value)
bool BufferOptionsHasBeenSet() const
CreatePipelineRequest & WithPipelineName(PipelineNameT &&value)
CreatePipelineRequest & AddTags(TagsT &&value)
const BufferOptions & GetBufferOptions() const
void SetVpcOptions(VpcOptionsT &&value)
AWS_OSIS_API Aws::String SerializePayload() const override
const EncryptionAtRestOptions & GetEncryptionAtRestOptions() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetPipelineName() const
void SetEncryptionAtRestOptions(EncryptionAtRestOptionsT &&value)
const VpcOptions & GetVpcOptions() const
CreatePipelineRequest & WithBufferOptions(BufferOptionsT &&value)
void SetLogPublishingOptions(LogPublishingOptionsT &&value)
void SetTags(TagsT &&value)
CreatePipelineRequest & WithMinUnits(int value)
void SetMaxUnits(int value)
bool MinUnitsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector