7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pipes/PipesRequest.h>
9#include <aws/pipes/Pipes_EXPORTS.h>
10#include <aws/pipes/model/PipeEnrichmentParameters.h>
11#include <aws/pipes/model/PipeLogConfigurationParameters.h>
12#include <aws/pipes/model/PipeTargetParameters.h>
13#include <aws/pipes/model/RequestedPipeState.h>
14#include <aws/pipes/model/UpdatePipeSourceParameters.h>
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
60 template <
typename DescriptionT = Aws::String>
62 m_descriptionHasBeenSet =
true;
63 m_description = std::forward<DescriptionT>(value);
65 template <
typename DescriptionT = Aws::String>
79 m_desiredStateHasBeenSet =
true;
80 m_desiredState = value;
94 template <
typename SourceParametersT = UpdatePipeSourceParameters>
96 m_sourceParametersHasBeenSet =
true;
97 m_sourceParameters = std::forward<SourceParametersT>(value);
99 template <
typename SourceParametersT = UpdatePipeSourceParameters>
112 template <
typename EnrichmentT = Aws::String>
114 m_enrichmentHasBeenSet =
true;
115 m_enrichment = std::forward<EnrichmentT>(value);
117 template <
typename EnrichmentT = Aws::String>
130 template <
typename EnrichmentParametersT = PipeEnrichmentParameters>
132 m_enrichmentParametersHasBeenSet =
true;
133 m_enrichmentParameters = std::forward<EnrichmentParametersT>(value);
135 template <
typename EnrichmentParametersT = PipeEnrichmentParameters>
148 template <
typename TargetT = Aws::String>
150 m_targetHasBeenSet =
true;
151 m_target = std::forward<TargetT>(value);
153 template <
typename TargetT = Aws::String>
170 template <
typename TargetParametersT = PipeTargetParameters>
172 m_targetParametersHasBeenSet =
true;
173 m_targetParameters = std::forward<TargetParametersT>(value);
175 template <
typename TargetParametersT = PipeTargetParameters>
188 template <
typename RoleArnT = Aws::String>
190 m_roleArnHasBeenSet =
true;
191 m_roleArn = std::forward<RoleArnT>(value);
193 template <
typename RoleArnT = Aws::String>
206 template <
typename LogConfigurationT = PipeLogConfigurationParameters>
208 m_logConfigurationHasBeenSet =
true;
209 m_logConfiguration = std::forward<LogConfigurationT>(value);
211 template <
typename LogConfigurationT = PipeLogConfigurationParameters>
234 template <
typename KmsKeyIdentifierT = Aws::String>
236 m_kmsKeyIdentifierHasBeenSet =
true;
237 m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value);
239 template <
typename KmsKeyIdentifierT = Aws::String>
252 UpdatePipeSourceParameters m_sourceParameters;
256 PipeEnrichmentParameters m_enrichmentParameters;
260 PipeTargetParameters m_targetParameters;
264 PipeLogConfigurationParameters m_logConfiguration;
267 bool m_nameHasBeenSet =
false;
268 bool m_descriptionHasBeenSet =
false;
269 bool m_desiredStateHasBeenSet =
false;
270 bool m_sourceParametersHasBeenSet =
false;
271 bool m_enrichmentHasBeenSet =
false;
272 bool m_enrichmentParametersHasBeenSet =
false;
273 bool m_targetHasBeenSet =
false;
274 bool m_targetParametersHasBeenSet =
false;
275 bool m_roleArnHasBeenSet =
false;
276 bool m_logConfigurationHasBeenSet =
false;
277 bool m_kmsKeyIdentifierHasBeenSet =
false;
UpdatePipeRequest & WithEnrichmentParameters(EnrichmentParametersT &&value)
void SetRoleArn(RoleArnT &&value)
const Aws::String & GetEnrichment() const
UpdatePipeRequest & WithTarget(TargetT &&value)
AWS_PIPES_API UpdatePipeRequest()=default
const UpdatePipeSourceParameters & GetSourceParameters() const
UpdatePipeRequest & WithRoleArn(RoleArnT &&value)
void SetLogConfiguration(LogConfigurationT &&value)
UpdatePipeRequest & WithDescription(DescriptionT &&value)
void SetTarget(TargetT &&value)
bool NameHasBeenSet() const
bool DescriptionHasBeenSet() const
UpdatePipeRequest & WithName(NameT &&value)
bool KmsKeyIdentifierHasBeenSet() const
const Aws::String & GetName() const
void SetDesiredState(RequestedPipeState value)
void SetKmsKeyIdentifier(KmsKeyIdentifierT &&value)
void SetDescription(DescriptionT &&value)
UpdatePipeRequest & WithKmsKeyIdentifier(KmsKeyIdentifierT &&value)
UpdatePipeRequest & WithDesiredState(RequestedPipeState value)
UpdatePipeRequest & WithEnrichment(EnrichmentT &&value)
UpdatePipeRequest & WithLogConfiguration(LogConfigurationT &&value)
void SetEnrichment(EnrichmentT &&value)
void SetName(NameT &&value)
virtual const char * GetServiceRequestName() const override
AWS_PIPES_API Aws::String SerializePayload() const override
bool SourceParametersHasBeenSet() const
bool TargetParametersHasBeenSet() const
bool EnrichmentHasBeenSet() const
UpdatePipeRequest & WithTargetParameters(TargetParametersT &&value)
const Aws::String & GetKmsKeyIdentifier() const
const Aws::String & GetDescription() const
const Aws::String & GetTarget() const
const PipeTargetParameters & GetTargetParameters() const
bool TargetHasBeenSet() const
bool LogConfigurationHasBeenSet() const
bool EnrichmentParametersHasBeenSet() const
bool DesiredStateHasBeenSet() const
const Aws::String & GetRoleArn() const
void SetEnrichmentParameters(EnrichmentParametersT &&value)
void SetTargetParameters(TargetParametersT &&value)
const PipeLogConfigurationParameters & GetLogConfiguration() const
void SetSourceParameters(SourceParametersT &&value)
bool RoleArnHasBeenSet() const
UpdatePipeRequest & WithSourceParameters(SourceParametersT &&value)
const PipeEnrichmentParameters & GetEnrichmentParameters() const
RequestedPipeState GetDesiredState() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String