7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/pipes/Pipes_EXPORTS.h>
12#include <aws/pipes/model/PipeEnrichmentParameters.h>
13#include <aws/pipes/model/PipeLogConfiguration.h>
14#include <aws/pipes/model/PipeSourceParameters.h>
15#include <aws/pipes/model/PipeState.h>
16#include <aws/pipes/model/PipeTargetParameters.h>
17#include <aws/pipes/model/RequestedPipeStateDescribeResponse.h>
22template <
typename RESULT_TYPE>
23class AmazonWebServiceResult;
43 template <
typename ArnT = Aws::String>
45 m_arnHasBeenSet =
true;
46 m_arn = std::forward<ArnT>(value);
48 template <
typename ArnT = Aws::String>
50 SetArn(std::forward<ArnT>(value));
60 template <
typename NameT = Aws::String>
62 m_nameHasBeenSet =
true;
63 m_name = std::forward<NameT>(value);
65 template <
typename NameT = Aws::String>
67 SetName(std::forward<NameT>(value));
77 template <
typename DescriptionT = Aws::String>
79 m_descriptionHasBeenSet =
true;
80 m_description = std::forward<DescriptionT>(value);
82 template <
typename DescriptionT = Aws::String>
95 m_desiredStateHasBeenSet =
true;
96 m_desiredState = value;
110 m_currentStateHasBeenSet =
true;
111 m_currentState = value;
124 template <
typename StateReasonT = Aws::String>
126 m_stateReasonHasBeenSet =
true;
127 m_stateReason = std::forward<StateReasonT>(value);
129 template <
typename StateReasonT = Aws::String>
141 template <
typename SourceT = Aws::String>
143 m_sourceHasBeenSet =
true;
144 m_source = std::forward<SourceT>(value);
146 template <
typename SourceT = Aws::String>
158 template <
typename SourceParametersT = PipeSourceParameters>
160 m_sourceParametersHasBeenSet =
true;
161 m_sourceParameters = std::forward<SourceParametersT>(value);
163 template <
typename SourceParametersT = PipeSourceParameters>
175 template <
typename EnrichmentT = Aws::String>
177 m_enrichmentHasBeenSet =
true;
178 m_enrichment = std::forward<EnrichmentT>(value);
180 template <
typename EnrichmentT = Aws::String>
192 template <
typename EnrichmentParametersT = PipeEnrichmentParameters>
194 m_enrichmentParametersHasBeenSet =
true;
195 m_enrichmentParameters = std::forward<EnrichmentParametersT>(value);
197 template <
typename EnrichmentParametersT = PipeEnrichmentParameters>
209 template <
typename TargetT = Aws::String>
211 m_targetHasBeenSet =
true;
212 m_target = std::forward<TargetT>(value);
214 template <
typename TargetT = Aws::String>
230 template <
typename TargetParametersT = PipeTargetParameters>
232 m_targetParametersHasBeenSet =
true;
233 m_targetParameters = std::forward<TargetParametersT>(value);
235 template <
typename TargetParametersT = PipeTargetParameters>
247 template <
typename RoleArnT = Aws::String>
249 m_roleArnHasBeenSet =
true;
250 m_roleArn = std::forward<RoleArnT>(value);
252 template <
typename RoleArnT = Aws::String>
264 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
266 m_tagsHasBeenSet =
true;
267 m_tags = std::forward<TagsT>(value);
269 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
271 SetTags(std::forward<TagsT>(value));
274 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
276 m_tagsHasBeenSet =
true;
277 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
287 template <
typename CreationTimeT = Aws::Utils::DateTime>
289 m_creationTimeHasBeenSet =
true;
290 m_creationTime = std::forward<CreationTimeT>(value);
292 template <
typename CreationTimeT = Aws::Utils::DateTime>
306 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
308 m_lastModifiedTimeHasBeenSet =
true;
309 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
311 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
323 template <
typename LogConfigurationT = PipeLogConfiguration>
325 m_logConfigurationHasBeenSet =
true;
326 m_logConfiguration = std::forward<LogConfigurationT>(value);
328 template <
typename LogConfigurationT = PipeLogConfiguration>
344 template <
typename KmsKeyIdentifierT = Aws::String>
346 m_kmsKeyIdentifierHasBeenSet =
true;
347 m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value);
349 template <
typename KmsKeyIdentifierT = Aws::String>
359 template <
typename RequestIdT = Aws::String>
361 m_requestIdHasBeenSet =
true;
362 m_requestId = std::forward<RequestIdT>(value);
364 template <
typename RequestIdT = Aws::String>
387 PipeSourceParameters m_sourceParameters;
391 PipeEnrichmentParameters m_enrichmentParameters;
395 PipeTargetParameters m_targetParameters;
405 PipeLogConfiguration m_logConfiguration;
411 bool m_arnHasBeenSet =
false;
412 bool m_nameHasBeenSet =
false;
413 bool m_descriptionHasBeenSet =
false;
414 bool m_desiredStateHasBeenSet =
false;
415 bool m_currentStateHasBeenSet =
false;
416 bool m_stateReasonHasBeenSet =
false;
417 bool m_sourceHasBeenSet =
false;
418 bool m_sourceParametersHasBeenSet =
false;
419 bool m_enrichmentHasBeenSet =
false;
420 bool m_enrichmentParametersHasBeenSet =
false;
421 bool m_targetHasBeenSet =
false;
422 bool m_targetParametersHasBeenSet =
false;
423 bool m_roleArnHasBeenSet =
false;
424 bool m_tagsHasBeenSet =
false;
425 bool m_creationTimeHasBeenSet =
false;
426 bool m_lastModifiedTimeHasBeenSet =
false;
427 bool m_logConfigurationHasBeenSet =
false;
428 bool m_kmsKeyIdentifierHasBeenSet =
false;
429 bool m_requestIdHasBeenSet =
false;
void SetCreationTime(CreationTimeT &&value)
DescribePipeResult & WithRoleArn(RoleArnT &&value)
const Aws::String & GetName() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetEnrichment() const
DescribePipeResult & WithSource(SourceT &&value)
DescribePipeResult & WithStateReason(StateReasonT &&value)
void SetTarget(TargetT &&value)
const PipeSourceParameters & GetSourceParameters() const
AWS_PIPES_API DescribePipeResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_PIPES_API DescribePipeResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribePipeResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
void SetStateReason(StateReasonT &&value)
DescribePipeResult & WithTarget(TargetT &&value)
DescribePipeResult & WithDescription(DescriptionT &&value)
RequestedPipeStateDescribeResponse GetDesiredState() const
void SetEnrichment(EnrichmentT &&value)
const Aws::String & GetKmsKeyIdentifier() const
DescribePipeResult & WithRequestId(RequestIdT &&value)
DescribePipeResult & WithCurrentState(PipeState value)
const Aws::String & GetRequestId() const
DescribePipeResult & WithLogConfiguration(LogConfigurationT &&value)
DescribePipeResult & WithTargetParameters(TargetParametersT &&value)
void SetSourceParameters(SourceParametersT &&value)
void SetDesiredState(RequestedPipeStateDescribeResponse value)
PipeState GetCurrentState() const
void SetDescription(DescriptionT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
const Aws::String & GetStateReason() const
void SetKmsKeyIdentifier(KmsKeyIdentifierT &&value)
void SetName(NameT &&value)
AWS_PIPES_API DescribePipeResult()=default
void SetRequestId(RequestIdT &&value)
DescribePipeResult & WithKmsKeyIdentifier(KmsKeyIdentifierT &&value)
const PipeEnrichmentParameters & GetEnrichmentParameters() const
void SetSource(SourceT &&value)
DescribePipeResult & WithEnrichmentParameters(EnrichmentParametersT &&value)
void SetRoleArn(RoleArnT &&value)
void SetLogConfiguration(LogConfigurationT &&value)
void SetEnrichmentParameters(EnrichmentParametersT &&value)
DescribePipeResult & WithName(NameT &&value)
void SetTags(TagsT &&value)
void SetArn(ArnT &&value)
const Aws::String & GetDescription() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
DescribePipeResult & WithTags(TagsT &&value)
const PipeTargetParameters & GetTargetParameters() const
DescribePipeResult & WithArn(ArnT &&value)
const PipeLogConfiguration & GetLogConfiguration() const
const Aws::String & GetTarget() const
DescribePipeResult & WithSourceParameters(SourceParametersT &&value)
void SetTargetParameters(TargetParametersT &&value)
DescribePipeResult & WithDesiredState(RequestedPipeStateDescribeResponse value)
void SetCurrentState(PipeState value)
const Aws::String & GetSource() const
DescribePipeResult & WithEnrichment(EnrichmentT &&value)
DescribePipeResult & WithLastModifiedTime(LastModifiedTimeT &&value)
const Aws::String & GetArn() const
DescribePipeResult & WithCreationTime(CreationTimeT &&value)
const Aws::String & GetRoleArn() const
RequestedPipeStateDescribeResponse
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
Aws::Utils::Json::JsonValue JsonValue