7#include <aws/pipes/Pipes_EXPORTS.h>
8#include <aws/pipes/PipesRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/pipes/model/RequestedPipeState.h>
11#include <aws/pipes/model/UpdatePipeSourceParameters.h>
12#include <aws/pipes/model/PipeEnrichmentParameters.h>
13#include <aws/pipes/model/PipeTargetParameters.h>
14#include <aws/pipes/model/PipeLogConfigurationParameters.h>
46 template<
typename NameT = Aws::String>
47 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
48 template<
typename NameT = Aws::String>
58 template<
typename DescriptionT = Aws::String>
59 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
60 template<
typename DescriptionT = Aws::String>
80 template<
typename SourceParametersT = UpdatePipeSourceParameters>
81 void SetSourceParameters(SourceParametersT&& value) { m_sourceParametersHasBeenSet =
true; m_sourceParameters = std::forward<SourceParametersT>(value); }
82 template<
typename SourceParametersT = UpdatePipeSourceParameters>
92 template<
typename EnrichmentT = Aws::String>
93 void SetEnrichment(EnrichmentT&& value) { m_enrichmentHasBeenSet =
true; m_enrichment = std::forward<EnrichmentT>(value); }
94 template<
typename EnrichmentT = Aws::String>
104 template<
typename EnrichmentParametersT = PipeEnrichmentParameters>
105 void SetEnrichmentParameters(EnrichmentParametersT&& value) { m_enrichmentParametersHasBeenSet =
true; m_enrichmentParameters = std::forward<EnrichmentParametersT>(value); }
106 template<
typename EnrichmentParametersT = PipeEnrichmentParameters>
116 template<
typename TargetT = Aws::String>
117 void SetTarget(TargetT&& value) { m_targetHasBeenSet =
true; m_target = std::forward<TargetT>(value); }
118 template<
typename TargetT = Aws::String>
132 template<
typename TargetParametersT = PipeTargetParameters>
133 void SetTargetParameters(TargetParametersT&& value) { m_targetParametersHasBeenSet =
true; m_targetParameters = std::forward<TargetParametersT>(value); }
134 template<
typename TargetParametersT = PipeTargetParameters>
144 template<
typename RoleArnT = Aws::String>
145 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
146 template<
typename RoleArnT = Aws::String>
156 template<
typename LogConfigurationT = PipeLogConfigurationParameters>
157 void SetLogConfiguration(LogConfigurationT&& value) { m_logConfigurationHasBeenSet =
true; m_logConfiguration = std::forward<LogConfigurationT>(value); }
158 template<
typename LogConfigurationT = PipeLogConfigurationParameters>
178 template<
typename KmsKeyIdentifierT = Aws::String>
179 void SetKmsKeyIdentifier(KmsKeyIdentifierT&& value) { m_kmsKeyIdentifierHasBeenSet =
true; m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value); }
180 template<
typename KmsKeyIdentifierT = Aws::String>
186 bool m_nameHasBeenSet =
false;
189 bool m_descriptionHasBeenSet =
false;
192 bool m_desiredStateHasBeenSet =
false;
194 UpdatePipeSourceParameters m_sourceParameters;
195 bool m_sourceParametersHasBeenSet =
false;
198 bool m_enrichmentHasBeenSet =
false;
200 PipeEnrichmentParameters m_enrichmentParameters;
201 bool m_enrichmentParametersHasBeenSet =
false;
204 bool m_targetHasBeenSet =
false;
206 PipeTargetParameters m_targetParameters;
207 bool m_targetParametersHasBeenSet =
false;
210 bool m_roleArnHasBeenSet =
false;
212 PipeLogConfigurationParameters m_logConfiguration;
213 bool m_logConfigurationHasBeenSet =
false;
216 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