7#include <aws/support/Support_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/support/model/TrustedAdvisorResourcesSummary.h>
10#include <aws/support/model/TrustedAdvisorCategorySpecificSummary.h>
49 template<
typename CheckIdT = Aws::String>
50 void SetCheckId(CheckIdT&& value) { m_checkIdHasBeenSet =
true; m_checkId = std::forward<CheckIdT>(value); }
51 template<
typename CheckIdT = Aws::String>
61 template<
typename TimestampT = Aws::String>
62 void SetTimestamp(TimestampT&& value) { m_timestampHasBeenSet =
true; m_timestamp = std::forward<TimestampT>(value); }
63 template<
typename TimestampT = Aws::String>
74 template<
typename StatusT = Aws::String>
75 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
76 template<
typename StatusT = Aws::String>
86 inline void SetHasFlaggedResources(
bool value) { m_hasFlaggedResourcesHasBeenSet =
true; m_hasFlaggedResources = value; }
94 template<
typename ResourcesSummaryT = TrustedAdvisorResourcesSummary>
95 void SetResourcesSummary(ResourcesSummaryT&& value) { m_resourcesSummaryHasBeenSet =
true; m_resourcesSummary = std::forward<ResourcesSummaryT>(value); }
96 template<
typename ResourcesSummaryT = TrustedAdvisorResourcesSummary>
107 template<
typename CategorySpecificSummaryT = TrustedAdvisorCategorySpecificSummary>
108 void SetCategorySpecificSummary(CategorySpecificSummaryT&& value) { m_categorySpecificSummaryHasBeenSet =
true; m_categorySpecificSummary = std::forward<CategorySpecificSummaryT>(value); }
109 template<
typename CategorySpecificSummaryT = TrustedAdvisorCategorySpecificSummary>
115 bool m_checkIdHasBeenSet =
false;
118 bool m_timestampHasBeenSet =
false;
121 bool m_statusHasBeenSet =
false;
123 bool m_hasFlaggedResources{
false};
124 bool m_hasFlaggedResourcesHasBeenSet =
false;
126 TrustedAdvisorResourcesSummary m_resourcesSummary;
127 bool m_resourcesSummaryHasBeenSet =
false;
129 TrustedAdvisorCategorySpecificSummary m_categorySpecificSummary;
130 bool m_categorySpecificSummaryHasBeenSet =
false;
TrustedAdvisorCheckSummary & WithCategorySpecificSummary(CategorySpecificSummaryT &&value)
bool GetHasFlaggedResources() const
bool HasFlaggedResourcesHasBeenSet() const
AWS_SUPPORT_API Aws::Utils::Json::JsonValue Jsonize() const
TrustedAdvisorCheckSummary & WithResourcesSummary(ResourcesSummaryT &&value)
TrustedAdvisorCheckSummary & WithHasFlaggedResources(bool value)
AWS_SUPPORT_API TrustedAdvisorCheckSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const TrustedAdvisorCategorySpecificSummary & GetCategorySpecificSummary() const
void SetHasFlaggedResources(bool value)
bool TimestampHasBeenSet() const
const Aws::String & GetTimestamp() const
const TrustedAdvisorResourcesSummary & GetResourcesSummary() const
AWS_SUPPORT_API TrustedAdvisorCheckSummary(Aws::Utils::Json::JsonView jsonValue)
void SetCheckId(CheckIdT &&value)
void SetResourcesSummary(ResourcesSummaryT &&value)
bool CheckIdHasBeenSet() const
void SetTimestamp(TimestampT &&value)
AWS_SUPPORT_API TrustedAdvisorCheckSummary()=default
void SetCategorySpecificSummary(CategorySpecificSummaryT &&value)
bool ResourcesSummaryHasBeenSet() const
void SetStatus(StatusT &&value)
TrustedAdvisorCheckSummary & WithStatus(StatusT &&value)
TrustedAdvisorCheckSummary & WithTimestamp(TimestampT &&value)
TrustedAdvisorCheckSummary & WithCheckId(CheckIdT &&value)
const Aws::String & GetCheckId() const
bool StatusHasBeenSet() const
const Aws::String & GetStatus() const
bool CategorySpecificSummaryHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue