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
56 template<
typename ArnT = Aws::String>
57 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
58 template<
typename ArnT = Aws::String>
68 template<
typename AwsServicesT = Aws::Vector<Aws::String>>
69 void SetAwsServices(AwsServicesT&& value) { m_awsServicesHasBeenSet =
true; m_awsServices = std::forward<AwsServicesT>(value); }
70 template<
typename AwsServicesT = Aws::Vector<Aws::String>>
72 template<
typename AwsServicesT = Aws::String>
82 template<
typename CheckArnT = Aws::String>
83 void SetCheckArn(CheckArnT&& value) { m_checkArnHasBeenSet =
true; m_checkArn = std::forward<CheckArnT>(value); }
84 template<
typename CheckArnT = Aws::String>
95 template<
typename CreatedAtT = Aws::Utils::DateTime>
96 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
97 template<
typename CreatedAtT = Aws::Utils::DateTime>
107 template<
typename IdT = Aws::String>
108 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
109 template<
typename IdT = Aws::String>
119 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
120 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
121 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
141 template<
typename NameT = Aws::String>
142 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
143 template<
typename NameT = Aws::String>
153 template<
typename PillarSpecificAggregatesT = RecommendationPillarSpecificAggregates>
154 void SetPillarSpecificAggregates(PillarSpecificAggregatesT&& value) { m_pillarSpecificAggregatesHasBeenSet =
true; m_pillarSpecificAggregates = std::forward<PillarSpecificAggregatesT>(value); }
155 template<
typename PillarSpecificAggregatesT = RecommendationPillarSpecificAggregates>
165 template<
typename PillarsT = Aws::Vector<RecommendationPillar>>
166 void SetPillars(PillarsT&& value) { m_pillarsHasBeenSet =
true; m_pillars = std::forward<PillarsT>(value); }
167 template<
typename PillarsT = Aws::Vector<RecommendationPillar>>
178 template<
typename ResourcesAggregatesT = RecommendationResourcesAggregates>
179 void SetResourcesAggregates(ResourcesAggregatesT&& value) { m_resourcesAggregatesHasBeenSet =
true; m_resourcesAggregates = std::forward<ResourcesAggregatesT>(value); }
180 template<
typename ResourcesAggregatesT = RecommendationResourcesAggregates>
217 bool m_arnHasBeenSet =
false;
220 bool m_awsServicesHasBeenSet =
false;
223 bool m_checkArnHasBeenSet =
false;
226 bool m_createdAtHasBeenSet =
false;
229 bool m_idHasBeenSet =
false;
232 bool m_lastUpdatedAtHasBeenSet =
false;
235 bool m_lifecycleStageHasBeenSet =
false;
238 bool m_nameHasBeenSet =
false;
240 RecommendationPillarSpecificAggregates m_pillarSpecificAggregates;
241 bool m_pillarSpecificAggregatesHasBeenSet =
false;
244 bool m_pillarsHasBeenSet =
false;
246 RecommendationResourcesAggregates m_resourcesAggregates;
247 bool m_resourcesAggregatesHasBeenSet =
false;
250 bool m_sourceHasBeenSet =
false;
253 bool m_statusHasBeenSet =
false;
256 bool m_typeHasBeenSet =
false;
bool PillarSpecificAggregatesHasBeenSet() const
const Aws::Vector< Aws::String > & GetAwsServices() const
const Aws::Utils::DateTime & GetCreatedAt() const
bool LastUpdatedAtHasBeenSet() const
OrganizationRecommendationSummary & WithLastUpdatedAt(LastUpdatedAtT &&value)
void SetLifecycleStage(RecommendationLifecycleStage value)
void SetAwsServices(AwsServicesT &&value)
OrganizationRecommendationSummary & WithName(NameT &&value)
RecommendationType GetType() const
OrganizationRecommendationSummary & WithSource(RecommendationSource value)
RecommendationSource GetSource() const
AWS_TRUSTEDADVISOR_API OrganizationRecommendationSummary(Aws::Utils::Json::JsonView jsonValue)
void SetType(RecommendationType value)
bool NameHasBeenSet() const
OrganizationRecommendationSummary & WithArn(ArnT &&value)
bool IdHasBeenSet() const
const RecommendationPillarSpecificAggregates & GetPillarSpecificAggregates() const
void SetPillarSpecificAggregates(PillarSpecificAggregatesT &&value)
RecommendationLifecycleStage GetLifecycleStage() const
void SetLastUpdatedAt(LastUpdatedAtT &&value)
const RecommendationResourcesAggregates & GetResourcesAggregates() const
OrganizationRecommendationSummary & WithCreatedAt(CreatedAtT &&value)
bool ArnHasBeenSet() const
OrganizationRecommendationSummary & AddPillars(RecommendationPillar value)
AWS_TRUSTEDADVISOR_API OrganizationRecommendationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
OrganizationRecommendationSummary & WithAwsServices(AwsServicesT &&value)
OrganizationRecommendationSummary & AddAwsServices(AwsServicesT &&value)
void SetPillars(PillarsT &&value)
const Aws::String & GetName() const
bool StatusHasBeenSet() const
bool CheckArnHasBeenSet() const
const Aws::String & GetCheckArn() const
bool CreatedAtHasBeenSet() const
OrganizationRecommendationSummary & WithPillarSpecificAggregates(PillarSpecificAggregatesT &&value)
bool AwsServicesHasBeenSet() const
RecommendationStatus GetStatus() const
OrganizationRecommendationSummary & WithLifecycleStage(RecommendationLifecycleStage value)
const Aws::Vector< RecommendationPillar > & GetPillars() const
void SetSource(RecommendationSource value)
bool LifecycleStageHasBeenSet() const
bool PillarsHasBeenSet() const
const Aws::String & GetArn() const
const Aws::Utils::DateTime & GetLastUpdatedAt() const
void SetStatus(RecommendationStatus value)
void SetCheckArn(CheckArnT &&value)
OrganizationRecommendationSummary & WithId(IdT &&value)
bool SourceHasBeenSet() const
AWS_TRUSTEDADVISOR_API OrganizationRecommendationSummary()=default
OrganizationRecommendationSummary & WithCheckArn(CheckArnT &&value)
void SetArn(ArnT &&value)
bool TypeHasBeenSet() const
OrganizationRecommendationSummary & WithType(RecommendationType value)
OrganizationRecommendationSummary & WithStatus(RecommendationStatus value)
void SetCreatedAt(CreatedAtT &&value)
OrganizationRecommendationSummary & WithPillars(PillarsT &&value)
OrganizationRecommendationSummary & WithResourcesAggregates(ResourcesAggregatesT &&value)
const Aws::String & GetId() const
void SetResourcesAggregates(ResourcesAggregatesT &&value)
void SetName(NameT &&value)
bool ResourcesAggregatesHasBeenSet() const
AWS_TRUSTEDADVISOR_API Aws::Utils::Json::JsonValue Jsonize() const
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