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
57 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
58 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
87 inline void SetCheckArn(
const char* value) { m_checkArnHasBeenSet =
true; m_checkArn.assign(value); }
114 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
152 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
235 bool m_arnHasBeenSet =
false;
238 bool m_awsServicesHasBeenSet =
false;
241 bool m_checkArnHasBeenSet =
false;
244 bool m_createdAtHasBeenSet =
false;
247 bool m_idHasBeenSet =
false;
250 bool m_lastUpdatedAtHasBeenSet =
false;
253 bool m_lifecycleStageHasBeenSet =
false;
256 bool m_nameHasBeenSet =
false;
259 bool m_pillarSpecificAggregatesHasBeenSet =
false;
262 bool m_pillarsHasBeenSet =
false;
265 bool m_resourcesAggregatesHasBeenSet =
false;
268 bool m_sourceHasBeenSet =
false;
271 bool m_statusHasBeenSet =
false;
274 bool m_typeHasBeenSet =
false;
bool PillarSpecificAggregatesHasBeenSet() const
void SetName(Aws::String &&value)
const Aws::Vector< Aws::String > & GetAwsServices() const
OrganizationRecommendationSummary & WithArn(const Aws::String &value)
OrganizationRecommendationSummary & WithCheckArn(const Aws::String &value)
void SetArn(const Aws::String &value)
const Aws::Utils::DateTime & GetCreatedAt() const
OrganizationRecommendationSummary & WithLastUpdatedAt(Aws::Utils::DateTime &&value)
bool LastUpdatedAtHasBeenSet() const
OrganizationRecommendationSummary & WithCheckArn(const char *value)
void SetName(const Aws::String &value)
void SetStatus(const RecommendationStatus &value)
void SetPillarSpecificAggregates(const RecommendationPillarSpecificAggregates &value)
OrganizationRecommendationSummary & WithName(Aws::String &&value)
void SetLifecycleStage(const RecommendationLifecycleStage &value)
OrganizationRecommendationSummary & WithId(const Aws::String &value)
OrganizationRecommendationSummary & WithSource(const RecommendationSource &value)
void SetCreatedAt(const Aws::Utils::DateTime &value)
OrganizationRecommendationSummary & WithResourcesAggregates(const RecommendationResourcesAggregates &value)
OrganizationRecommendationSummary & WithSource(RecommendationSource &&value)
OrganizationRecommendationSummary & WithCreatedAt(const Aws::Utils::DateTime &value)
void SetPillarSpecificAggregates(RecommendationPillarSpecificAggregates &&value)
OrganizationRecommendationSummary & WithName(const char *value)
void SetType(RecommendationType &&value)
AWS_TRUSTEDADVISOR_API OrganizationRecommendationSummary(Aws::Utils::Json::JsonView jsonValue)
void SetSource(RecommendationSource &&value)
OrganizationRecommendationSummary & WithPillars(Aws::Vector< RecommendationPillar > &&value)
OrganizationRecommendationSummary & WithCheckArn(Aws::String &&value)
OrganizationRecommendationSummary & WithAwsServices(Aws::Vector< Aws::String > &&value)
bool NameHasBeenSet() const
OrganizationRecommendationSummary & AddPillars(const RecommendationPillar &value)
void SetArn(Aws::String &&value)
void SetArn(const char *value)
OrganizationRecommendationSummary & WithType(RecommendationType &&value)
OrganizationRecommendationSummary & WithStatus(RecommendationStatus &&value)
bool IdHasBeenSet() const
OrganizationRecommendationSummary & WithLastUpdatedAt(const Aws::Utils::DateTime &value)
void SetCheckArn(Aws::String &&value)
const RecommendationPillarSpecificAggregates & GetPillarSpecificAggregates() const
void SetLifecycleStage(RecommendationLifecycleStage &&value)
void SetId(const Aws::String &value)
OrganizationRecommendationSummary & WithId(Aws::String &&value)
OrganizationRecommendationSummary & WithName(const Aws::String &value)
OrganizationRecommendationSummary & WithArn(Aws::String &&value)
const RecommendationResourcesAggregates & GetResourcesAggregates() const
void SetCheckArn(const Aws::String &value)
bool ArnHasBeenSet() const
void SetType(const RecommendationType &value)
void SetLastUpdatedAt(Aws::Utils::DateTime &&value)
void SetCreatedAt(Aws::Utils::DateTime &&value)
const RecommendationLifecycleStage & GetLifecycleStage() const
void SetId(const char *value)
AWS_TRUSTEDADVISOR_API OrganizationRecommendationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
OrganizationRecommendationSummary & AddAwsServices(const Aws::String &value)
OrganizationRecommendationSummary & WithAwsServices(const Aws::Vector< Aws::String > &value)
void SetAwsServices(Aws::Vector< Aws::String > &&value)
void SetResourcesAggregates(const RecommendationResourcesAggregates &value)
const Aws::String & GetName() const
OrganizationRecommendationSummary & WithCreatedAt(Aws::Utils::DateTime &&value)
bool StatusHasBeenSet() const
OrganizationRecommendationSummary & AddAwsServices(const char *value)
bool CheckArnHasBeenSet() const
void SetId(Aws::String &&value)
void SetAwsServices(const Aws::Vector< Aws::String > &value)
void SetPillars(const Aws::Vector< RecommendationPillar > &value)
const Aws::String & GetCheckArn() const
OrganizationRecommendationSummary & WithPillars(const Aws::Vector< RecommendationPillar > &value)
bool CreatedAtHasBeenSet() const
void SetStatus(RecommendationStatus &&value)
bool AwsServicesHasBeenSet() const
const Aws::Vector< RecommendationPillar > & GetPillars() const
void SetSource(const RecommendationSource &value)
bool LifecycleStageHasBeenSet() const
OrganizationRecommendationSummary & AddPillars(RecommendationPillar &&value)
bool PillarsHasBeenSet() const
const Aws::String & GetArn() const
const Aws::Utils::DateTime & GetLastUpdatedAt() const
const RecommendationSource & GetSource() const
AWS_TRUSTEDADVISOR_API OrganizationRecommendationSummary()
OrganizationRecommendationSummary & WithPillarSpecificAggregates(const RecommendationPillarSpecificAggregates &value)
void SetName(const char *value)
OrganizationRecommendationSummary & WithId(const char *value)
OrganizationRecommendationSummary & WithLifecycleStage(RecommendationLifecycleStage &&value)
void SetPillars(Aws::Vector< RecommendationPillar > &&value)
OrganizationRecommendationSummary & WithArn(const char *value)
OrganizationRecommendationSummary & WithPillarSpecificAggregates(RecommendationPillarSpecificAggregates &&value)
bool SourceHasBeenSet() const
bool TypeHasBeenSet() const
OrganizationRecommendationSummary & WithResourcesAggregates(RecommendationResourcesAggregates &&value)
void SetLastUpdatedAt(const Aws::Utils::DateTime &value)
OrganizationRecommendationSummary & AddAwsServices(Aws::String &&value)
OrganizationRecommendationSummary & WithType(const RecommendationType &value)
void SetCheckArn(const char *value)
OrganizationRecommendationSummary & WithStatus(const RecommendationStatus &value)
void SetResourcesAggregates(RecommendationResourcesAggregates &&value)
OrganizationRecommendationSummary & WithLifecycleStage(const RecommendationLifecycleStage &value)
const RecommendationStatus & GetStatus() const
const Aws::String & GetId() const
bool ResourcesAggregatesHasBeenSet() const
const RecommendationType & GetType() 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