7#include <aws/trustedadvisor/TrustedAdvisor_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/trustedadvisor/model/RecommendationLifecycleStage.h>
12#include <aws/trustedadvisor/model/RecommendationPillarSpecificAggregates.h>
13#include <aws/trustedadvisor/model/RecommendationResourcesAggregates.h>
14#include <aws/trustedadvisor/model/RecommendationSource.h>
15#include <aws/trustedadvisor/model/RecommendationStatus.h>
16#include <aws/trustedadvisor/model/RecommendationType.h>
17#include <aws/trustedadvisor/model/RecommendationPillar.h>
30namespace TrustedAdvisor
55 template<
typename ArnT = Aws::String>
56 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
57 template<
typename ArnT = Aws::String>
67 template<
typename AwsServicesT = Aws::Vector<Aws::String>>
68 void SetAwsServices(AwsServicesT&& value) { m_awsServicesHasBeenSet =
true; m_awsServices = std::forward<AwsServicesT>(value); }
69 template<
typename AwsServicesT = Aws::Vector<Aws::String>>
71 template<
typename AwsServicesT = Aws::String>
81 template<
typename CheckArnT = Aws::String>
82 void SetCheckArn(CheckArnT&& value) { m_checkArnHasBeenSet =
true; m_checkArn = std::forward<CheckArnT>(value); }
83 template<
typename CheckArnT = Aws::String>
94 template<
typename CreatedAtT = Aws::Utils::DateTime>
95 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
96 template<
typename CreatedAtT = Aws::Utils::DateTime>
106 template<
typename IdT = Aws::String>
107 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
108 template<
typename IdT = Aws::String>
118 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
119 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
120 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
140 template<
typename NameT = Aws::String>
141 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
142 template<
typename NameT = Aws::String>
152 template<
typename PillarSpecificAggregatesT = RecommendationPillarSpecificAggregates>
153 void SetPillarSpecificAggregates(PillarSpecificAggregatesT&& value) { m_pillarSpecificAggregatesHasBeenSet =
true; m_pillarSpecificAggregates = std::forward<PillarSpecificAggregatesT>(value); }
154 template<
typename PillarSpecificAggregatesT = RecommendationPillarSpecificAggregates>
164 template<
typename PillarsT = Aws::Vector<RecommendationPillar>>
165 void SetPillars(PillarsT&& value) { m_pillarsHasBeenSet =
true; m_pillars = std::forward<PillarsT>(value); }
166 template<
typename PillarsT = Aws::Vector<RecommendationPillar>>
177 template<
typename ResourcesAggregatesT = RecommendationResourcesAggregates>
178 void SetResourcesAggregates(ResourcesAggregatesT&& value) { m_resourcesAggregatesHasBeenSet =
true; m_resourcesAggregates = std::forward<ResourcesAggregatesT>(value); }
179 template<
typename ResourcesAggregatesT = RecommendationResourcesAggregates>
216 bool m_arnHasBeenSet =
false;
219 bool m_awsServicesHasBeenSet =
false;
222 bool m_checkArnHasBeenSet =
false;
225 bool m_createdAtHasBeenSet =
false;
228 bool m_idHasBeenSet =
false;
231 bool m_lastUpdatedAtHasBeenSet =
false;
234 bool m_lifecycleStageHasBeenSet =
false;
237 bool m_nameHasBeenSet =
false;
239 RecommendationPillarSpecificAggregates m_pillarSpecificAggregates;
240 bool m_pillarSpecificAggregatesHasBeenSet =
false;
243 bool m_pillarsHasBeenSet =
false;
245 RecommendationResourcesAggregates m_resourcesAggregates;
246 bool m_resourcesAggregatesHasBeenSet =
false;
249 bool m_sourceHasBeenSet =
false;
252 bool m_statusHasBeenSet =
false;
255 bool m_typeHasBeenSet =
false;
RecommendationType GetType() const
RecommendationSummary & WithResourcesAggregates(ResourcesAggregatesT &&value)
RecommendationSummary & WithPillarSpecificAggregates(PillarSpecificAggregatesT &&value)
bool TypeHasBeenSet() const
bool CreatedAtHasBeenSet() const
bool LastUpdatedAtHasBeenSet() const
void SetType(RecommendationType value)
bool AwsServicesHasBeenSet() const
RecommendationSummary & AddAwsServices(AwsServicesT &&value)
const Aws::String & GetCheckArn() const
RecommendationSummary & WithCheckArn(CheckArnT &&value)
void SetResourcesAggregates(ResourcesAggregatesT &&value)
bool NameHasBeenSet() const
const Aws::String & GetArn() const
void SetLastUpdatedAt(LastUpdatedAtT &&value)
RecommendationSource GetSource() const
AWS_TRUSTEDADVISOR_API RecommendationSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetCreatedAt() const
const RecommendationPillarSpecificAggregates & GetPillarSpecificAggregates() const
bool LifecycleStageHasBeenSet() const
const Aws::String & GetName() const
RecommendationSummary & WithCreatedAt(CreatedAtT &&value)
void SetName(NameT &&value)
void SetCheckArn(CheckArnT &&value)
RecommendationSummary & WithArn(ArnT &&value)
RecommendationSummary & WithAwsServices(AwsServicesT &&value)
RecommendationSummary & WithLastUpdatedAt(LastUpdatedAtT &&value)
RecommendationSummary & WithType(RecommendationType value)
const Aws::String & GetId() const
void SetCreatedAt(CreatedAtT &&value)
void SetPillars(PillarsT &&value)
AWS_TRUSTEDADVISOR_API RecommendationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
RecommendationSummary & WithId(IdT &&value)
RecommendationSummary & WithStatus(RecommendationStatus value)
bool ArnHasBeenSet() const
const Aws::Vector< Aws::String > & GetAwsServices() const
bool PillarSpecificAggregatesHasBeenSet() const
const Aws::Utils::DateTime & GetLastUpdatedAt() const
bool StatusHasBeenSet() const
bool CheckArnHasBeenSet() const
void SetArn(ArnT &&value)
RecommendationSummary & AddPillars(RecommendationPillar value)
void SetStatus(RecommendationStatus value)
RecommendationStatus GetStatus() const
void SetAwsServices(AwsServicesT &&value)
bool SourceHasBeenSet() const
RecommendationLifecycleStage GetLifecycleStage() const
void SetPillarSpecificAggregates(PillarSpecificAggregatesT &&value)
RecommendationSummary & WithPillars(PillarsT &&value)
RecommendationSummary & WithLifecycleStage(RecommendationLifecycleStage value)
AWS_TRUSTEDADVISOR_API RecommendationSummary()=default
const RecommendationResourcesAggregates & GetResourcesAggregates() const
AWS_TRUSTEDADVISOR_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSource(RecommendationSource value)
const Aws::Vector< RecommendationPillar > & GetPillars() const
bool PillarsHasBeenSet() const
bool IdHasBeenSet() const
bool ResourcesAggregatesHasBeenSet() const
RecommendationSummary & WithName(NameT &&value)
RecommendationSummary & WithSource(RecommendationSource value)
void SetLifecycleStage(RecommendationLifecycleStage value)
RecommendationLifecycleStage
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue