7#include <aws/pipes/Pipes_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/pipes/model/RequestedPipeStateDescribeResponse.h>
10#include <aws/pipes/model/PipeState.h>
11#include <aws/pipes/model/PipeSourceParameters.h>
12#include <aws/pipes/model/PipeEnrichmentParameters.h>
13#include <aws/pipes/model/PipeTargetParameters.h>
14#include <aws/core/utils/memory/stl/AWSMap.h>
15#include <aws/core/utils/DateTime.h>
16#include <aws/pipes/model/PipeLogConfiguration.h>
21template<
typename RESULT_TYPE>
22class AmazonWebServiceResult;
48 template<
typename ArnT = Aws::String>
49 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
50 template<
typename ArnT = Aws::String>
59 template<
typename NameT = Aws::String>
60 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
61 template<
typename NameT = Aws::String>
70 template<
typename DescriptionT = Aws::String>
71 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
72 template<
typename DescriptionT = Aws::String>
99 template<
typename StateReasonT = Aws::String>
100 void SetStateReason(StateReasonT&& value) { m_stateReasonHasBeenSet =
true; m_stateReason = std::forward<StateReasonT>(value); }
101 template<
typename StateReasonT = Aws::String>
110 template<
typename SourceT = Aws::String>
111 void SetSource(SourceT&& value) { m_sourceHasBeenSet =
true; m_source = std::forward<SourceT>(value); }
112 template<
typename SourceT = Aws::String>
121 template<
typename SourceParametersT = PipeSourceParameters>
122 void SetSourceParameters(SourceParametersT&& value) { m_sourceParametersHasBeenSet =
true; m_sourceParameters = std::forward<SourceParametersT>(value); }
123 template<
typename SourceParametersT = PipeSourceParameters>
132 template<
typename EnrichmentT = Aws::String>
133 void SetEnrichment(EnrichmentT&& value) { m_enrichmentHasBeenSet =
true; m_enrichment = std::forward<EnrichmentT>(value); }
134 template<
typename EnrichmentT = Aws::String>
143 template<
typename EnrichmentParametersT = PipeEnrichmentParameters>
144 void SetEnrichmentParameters(EnrichmentParametersT&& value) { m_enrichmentParametersHasBeenSet =
true; m_enrichmentParameters = std::forward<EnrichmentParametersT>(value); }
145 template<
typename EnrichmentParametersT = PipeEnrichmentParameters>
154 template<
typename TargetT = Aws::String>
155 void SetTarget(TargetT&& value) { m_targetHasBeenSet =
true; m_target = std::forward<TargetT>(value); }
156 template<
typename TargetT = Aws::String>
169 template<
typename TargetParametersT = PipeTargetParameters>
170 void SetTargetParameters(TargetParametersT&& value) { m_targetParametersHasBeenSet =
true; m_targetParameters = std::forward<TargetParametersT>(value); }
171 template<
typename TargetParametersT = PipeTargetParameters>
180 template<
typename RoleArnT = Aws::String>
181 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
182 template<
typename RoleArnT = Aws::String>
191 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
192 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
193 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
195 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
197 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
206 template<
typename CreationTimeT = Aws::Utils::DateTime>
207 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
208 template<
typename CreationTimeT = Aws::Utils::DateTime>
219 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
220 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
221 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
230 template<
typename LogConfigurationT = PipeLogConfiguration>
231 void SetLogConfiguration(LogConfigurationT&& value) { m_logConfigurationHasBeenSet =
true; m_logConfiguration = std::forward<LogConfigurationT>(value); }
232 template<
typename LogConfigurationT = PipeLogConfiguration>
245 template<
typename KmsKeyIdentifierT = Aws::String>
246 void SetKmsKeyIdentifier(KmsKeyIdentifierT&& value) { m_kmsKeyIdentifierHasBeenSet =
true; m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value); }
247 template<
typename KmsKeyIdentifierT = Aws::String>
254 template<
typename RequestIdT = Aws::String>
255 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
256 template<
typename RequestIdT = Aws::String>
262 bool m_arnHasBeenSet =
false;
265 bool m_nameHasBeenSet =
false;
268 bool m_descriptionHasBeenSet =
false;
271 bool m_desiredStateHasBeenSet =
false;
274 bool m_currentStateHasBeenSet =
false;
277 bool m_stateReasonHasBeenSet =
false;
280 bool m_sourceHasBeenSet =
false;
282 PipeSourceParameters m_sourceParameters;
283 bool m_sourceParametersHasBeenSet =
false;
286 bool m_enrichmentHasBeenSet =
false;
288 PipeEnrichmentParameters m_enrichmentParameters;
289 bool m_enrichmentParametersHasBeenSet =
false;
292 bool m_targetHasBeenSet =
false;
294 PipeTargetParameters m_targetParameters;
295 bool m_targetParametersHasBeenSet =
false;
298 bool m_roleArnHasBeenSet =
false;
301 bool m_tagsHasBeenSet =
false;
304 bool m_creationTimeHasBeenSet =
false;
307 bool m_lastModifiedTimeHasBeenSet =
false;
309 PipeLogConfiguration m_logConfiguration;
310 bool m_logConfigurationHasBeenSet =
false;
313 bool m_kmsKeyIdentifierHasBeenSet =
false;
316 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