7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/pipes/Pipes_EXPORTS.h>
11#include <aws/pipes/model/PipeEnrichmentParameters.h>
12#include <aws/pipes/model/PipeLogConfiguration.h>
13#include <aws/pipes/model/PipeSourceParameters.h>
14#include <aws/pipes/model/PipeState.h>
15#include <aws/pipes/model/PipeTargetParameters.h>
16#include <aws/pipes/model/RequestedPipeStateDescribeResponse.h>
21template <
typename RESULT_TYPE>
22class AmazonWebServiceResult;
42 template <
typename ArnT = Aws::String>
44 m_arnHasBeenSet =
true;
45 m_arn = std::forward<ArnT>(value);
47 template <
typename ArnT = Aws::String>
49 SetArn(std::forward<ArnT>(value));
59 template <
typename NameT = Aws::String>
61 m_nameHasBeenSet =
true;
62 m_name = std::forward<NameT>(value);
64 template <
typename NameT = Aws::String>
66 SetName(std::forward<NameT>(value));
76 template <
typename DescriptionT = Aws::String>
78 m_descriptionHasBeenSet =
true;
79 m_description = std::forward<DescriptionT>(value);
81 template <
typename DescriptionT = Aws::String>
94 m_desiredStateHasBeenSet =
true;
95 m_desiredState = value;
109 m_currentStateHasBeenSet =
true;
110 m_currentState = value;
123 template <
typename StateReasonT = Aws::String>
125 m_stateReasonHasBeenSet =
true;
126 m_stateReason = std::forward<StateReasonT>(value);
128 template <
typename StateReasonT = Aws::String>
140 template <
typename SourceT = Aws::String>
142 m_sourceHasBeenSet =
true;
143 m_source = std::forward<SourceT>(value);
145 template <
typename SourceT = Aws::String>
157 template <
typename SourceParametersT = PipeSourceParameters>
159 m_sourceParametersHasBeenSet =
true;
160 m_sourceParameters = std::forward<SourceParametersT>(value);
162 template <
typename SourceParametersT = PipeSourceParameters>
174 template <
typename EnrichmentT = Aws::String>
176 m_enrichmentHasBeenSet =
true;
177 m_enrichment = std::forward<EnrichmentT>(value);
179 template <
typename EnrichmentT = Aws::String>
191 template <
typename EnrichmentParametersT = PipeEnrichmentParameters>
193 m_enrichmentParametersHasBeenSet =
true;
194 m_enrichmentParameters = std::forward<EnrichmentParametersT>(value);
196 template <
typename EnrichmentParametersT = PipeEnrichmentParameters>
208 template <
typename TargetT = Aws::String>
210 m_targetHasBeenSet =
true;
211 m_target = std::forward<TargetT>(value);
213 template <
typename TargetT = Aws::String>
229 template <
typename TargetParametersT = PipeTargetParameters>
231 m_targetParametersHasBeenSet =
true;
232 m_targetParameters = std::forward<TargetParametersT>(value);
234 template <
typename TargetParametersT = PipeTargetParameters>
246 template <
typename RoleArnT = Aws::String>
248 m_roleArnHasBeenSet =
true;
249 m_roleArn = std::forward<RoleArnT>(value);
251 template <
typename RoleArnT = Aws::String>
263 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
265 m_tagsHasBeenSet =
true;
266 m_tags = std::forward<TagsT>(value);
268 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
270 SetTags(std::forward<TagsT>(value));
273 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
275 m_tagsHasBeenSet =
true;
276 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
286 template <
typename CreationTimeT = Aws::Utils::DateTime>
288 m_creationTimeHasBeenSet =
true;
289 m_creationTime = std::forward<CreationTimeT>(value);
291 template <
typename CreationTimeT = Aws::Utils::DateTime>
305 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
307 m_lastModifiedTimeHasBeenSet =
true;
308 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
310 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
322 template <
typename LogConfigurationT = PipeLogConfiguration>
324 m_logConfigurationHasBeenSet =
true;
325 m_logConfiguration = std::forward<LogConfigurationT>(value);
327 template <
typename LogConfigurationT = PipeLogConfiguration>
343 template <
typename KmsKeyIdentifierT = Aws::String>
345 m_kmsKeyIdentifierHasBeenSet =
true;
346 m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value);
348 template <
typename KmsKeyIdentifierT = Aws::String>
358 template <
typename RequestIdT = Aws::String>
360 m_requestIdHasBeenSet =
true;
361 m_requestId = std::forward<RequestIdT>(value);
363 template <
typename RequestIdT = Aws::String>
384 PipeSourceParameters m_sourceParameters;
388 PipeEnrichmentParameters m_enrichmentParameters;
392 PipeTargetParameters m_targetParameters;
402 PipeLogConfiguration m_logConfiguration;
407 bool m_arnHasBeenSet =
false;
408 bool m_nameHasBeenSet =
false;
409 bool m_descriptionHasBeenSet =
false;
410 bool m_desiredStateHasBeenSet =
false;
411 bool m_currentStateHasBeenSet =
false;
412 bool m_stateReasonHasBeenSet =
false;
413 bool m_sourceHasBeenSet =
false;
414 bool m_sourceParametersHasBeenSet =
false;
415 bool m_enrichmentHasBeenSet =
false;
416 bool m_enrichmentParametersHasBeenSet =
false;
417 bool m_targetHasBeenSet =
false;
418 bool m_targetParametersHasBeenSet =
false;
419 bool m_roleArnHasBeenSet =
false;
420 bool m_tagsHasBeenSet =
false;
421 bool m_creationTimeHasBeenSet =
false;
422 bool m_lastModifiedTimeHasBeenSet =
false;
423 bool m_logConfigurationHasBeenSet =
false;
424 bool m_kmsKeyIdentifierHasBeenSet =
false;
425 bool m_requestIdHasBeenSet =
false;
void SetCreationTime(CreationTimeT &&value)
DescribePipeResult & WithRoleArn(RoleArnT &&value)
const Aws::String & GetName() 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