7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/pipes/PipesRequest.h>
10#include <aws/pipes/Pipes_EXPORTS.h>
11#include <aws/pipes/model/PipeEnrichmentParameters.h>
12#include <aws/pipes/model/PipeLogConfigurationParameters.h>
13#include <aws/pipes/model/PipeSourceParameters.h>
14#include <aws/pipes/model/PipeTargetParameters.h>
15#include <aws/pipes/model/RequestedPipeState.h>
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
61 template <
typename DescriptionT = Aws::String>
63 m_descriptionHasBeenSet =
true;
64 m_description = std::forward<DescriptionT>(value);
66 template <
typename DescriptionT = Aws::String>
80 m_desiredStateHasBeenSet =
true;
81 m_desiredState = value;
95 template <
typename SourceT = Aws::String>
97 m_sourceHasBeenSet =
true;
98 m_source = std::forward<SourceT>(value);
100 template <
typename SourceT = Aws::String>
113 template <
typename SourceParametersT = PipeSourceParameters>
115 m_sourceParametersHasBeenSet =
true;
116 m_sourceParameters = std::forward<SourceParametersT>(value);
118 template <
typename SourceParametersT = PipeSourceParameters>
131 template <
typename EnrichmentT = Aws::String>
133 m_enrichmentHasBeenSet =
true;
134 m_enrichment = std::forward<EnrichmentT>(value);
136 template <
typename EnrichmentT = Aws::String>
149 template <
typename EnrichmentParametersT = PipeEnrichmentParameters>
151 m_enrichmentParametersHasBeenSet =
true;
152 m_enrichmentParameters = std::forward<EnrichmentParametersT>(value);
154 template <
typename EnrichmentParametersT = PipeEnrichmentParameters>
167 template <
typename TargetT = Aws::String>
169 m_targetHasBeenSet =
true;
170 m_target = std::forward<TargetT>(value);
172 template <
typename TargetT = Aws::String>
189 template <
typename TargetParametersT = PipeTargetParameters>
191 m_targetParametersHasBeenSet =
true;
192 m_targetParameters = std::forward<TargetParametersT>(value);
194 template <
typename TargetParametersT = PipeTargetParameters>
207 template <
typename RoleArnT = Aws::String>
209 m_roleArnHasBeenSet =
true;
210 m_roleArn = std::forward<RoleArnT>(value);
212 template <
typename RoleArnT = Aws::String>
225 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
227 m_tagsHasBeenSet =
true;
228 m_tags = std::forward<TagsT>(value);
230 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
232 SetTags(std::forward<TagsT>(value));
235 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
237 m_tagsHasBeenSet =
true;
238 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
249 template <
typename LogConfigurationT = PipeLogConfigurationParameters>
251 m_logConfigurationHasBeenSet =
true;
252 m_logConfiguration = std::forward<LogConfigurationT>(value);
254 template <
typename LogConfigurationT = PipeLogConfigurationParameters>
274 template <
typename KmsKeyIdentifierT = Aws::String>
276 m_kmsKeyIdentifierHasBeenSet =
true;
277 m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value);
279 template <
typename KmsKeyIdentifierT = Aws::String>
294 PipeSourceParameters m_sourceParameters;
298 PipeEnrichmentParameters m_enrichmentParameters;
302 PipeTargetParameters m_targetParameters;
308 PipeLogConfigurationParameters m_logConfiguration;
311 bool m_nameHasBeenSet =
false;
312 bool m_descriptionHasBeenSet =
false;
313 bool m_desiredStateHasBeenSet =
false;
314 bool m_sourceHasBeenSet =
false;
315 bool m_sourceParametersHasBeenSet =
false;
316 bool m_enrichmentHasBeenSet =
false;
317 bool m_enrichmentParametersHasBeenSet =
false;
318 bool m_targetHasBeenSet =
false;
319 bool m_targetParametersHasBeenSet =
false;
320 bool m_roleArnHasBeenSet =
false;
321 bool m_tagsHasBeenSet =
false;
322 bool m_logConfigurationHasBeenSet =
false;
323 bool m_kmsKeyIdentifierHasBeenSet =
false;
bool SourceHasBeenSet() const
const PipeSourceParameters & GetSourceParameters() const
bool EnrichmentParametersHasBeenSet() const
void SetTargetParameters(TargetParametersT &&value)
CreatePipeRequest & WithTargetParameters(TargetParametersT &&value)
void SetSource(SourceT &&value)
void SetRoleArn(RoleArnT &&value)
bool DesiredStateHasBeenSet() const
void SetEnrichment(EnrichmentT &&value)
CreatePipeRequest & WithTarget(TargetT &&value)
RequestedPipeState GetDesiredState() const
CreatePipeRequest & WithDescription(DescriptionT &&value)
void SetName(NameT &&value)
bool NameHasBeenSet() const
bool DescriptionHasBeenSet() const
const PipeLogConfigurationParameters & GetLogConfiguration() const
CreatePipeRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::String & GetDescription() const
CreatePipeRequest & WithLogConfiguration(LogConfigurationT &&value)
CreatePipeRequest & WithTags(TagsT &&value)
bool RoleArnHasBeenSet() const
CreatePipeRequest & WithKmsKeyIdentifier(KmsKeyIdentifierT &&value)
CreatePipeRequest & WithEnrichmentParameters(EnrichmentParametersT &&value)
bool KmsKeyIdentifierHasBeenSet() const
void SetDescription(DescriptionT &&value)
CreatePipeRequest & WithSource(SourceT &&value)
const Aws::String & GetRoleArn() const
void SetDesiredState(RequestedPipeState value)
void SetKmsKeyIdentifier(KmsKeyIdentifierT &&value)
const Aws::String & GetSource() const
const PipeTargetParameters & GetTargetParameters() const
AWS_PIPES_API Aws::String SerializePayload() const override
const Aws::String & GetEnrichment() const
bool SourceParametersHasBeenSet() const
AWS_PIPES_API CreatePipeRequest()=default
const Aws::String & GetKmsKeyIdentifier() const
bool TagsHasBeenSet() const
void SetSourceParameters(SourceParametersT &&value)
const Aws::String & GetName() const
CreatePipeRequest & WithSourceParameters(SourceParametersT &&value)
bool EnrichmentHasBeenSet() const
CreatePipeRequest & WithEnrichment(EnrichmentT &&value)
void SetEnrichmentParameters(EnrichmentParametersT &&value)
const PipeEnrichmentParameters & GetEnrichmentParameters() const
CreatePipeRequest & WithName(NameT &&value)
void SetLogConfiguration(LogConfigurationT &&value)
bool TargetHasBeenSet() const
void SetTags(TagsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetTarget() const
CreatePipeRequest & WithDesiredState(RequestedPipeState value)
void SetTarget(TargetT &&value)
CreatePipeRequest & WithRoleArn(RoleArnT &&value)
bool TargetParametersHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool LogConfigurationHasBeenSet() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String