7#include <aws/support/Support_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
48 template<
typename StatusT = Aws::String>
49 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
50 template<
typename StatusT = Aws::String>
61 template<
typename RegionT = Aws::String>
62 void SetRegion(RegionT&& value) { m_regionHasBeenSet =
true; m_region = std::forward<RegionT>(value); }
63 template<
typename RegionT = Aws::String>
73 template<
typename ResourceIdT = Aws::String>
74 void SetResourceId(ResourceIdT&& value) { m_resourceIdHasBeenSet =
true; m_resourceId = std::forward<ResourceIdT>(value); }
75 template<
typename ResourceIdT = Aws::String>
86 inline void SetIsSuppressed(
bool value) { m_isSuppressedHasBeenSet =
true; m_isSuppressed = value; }
101 template<
typename MetadataT = Aws::Vector<Aws::String>>
102 void SetMetadata(MetadataT&& value) { m_metadataHasBeenSet =
true; m_metadata = std::forward<MetadataT>(value); }
103 template<
typename MetadataT = Aws::Vector<Aws::String>>
105 template<
typename MetadataT = Aws::String>
111 bool m_statusHasBeenSet =
false;
114 bool m_regionHasBeenSet =
false;
117 bool m_resourceIdHasBeenSet =
false;
119 bool m_isSuppressed{
false};
120 bool m_isSuppressedHasBeenSet =
false;
123 bool m_metadataHasBeenSet =
false;
AWS_SUPPORT_API TrustedAdvisorResourceDetail(Aws::Utils::Json::JsonView jsonValue)
bool StatusHasBeenSet() const
const Aws::Vector< Aws::String > & GetMetadata() const
TrustedAdvisorResourceDetail & WithMetadata(MetadataT &&value)
void SetStatus(StatusT &&value)
bool MetadataHasBeenSet() const
TrustedAdvisorResourceDetail & WithStatus(StatusT &&value)
void SetRegion(RegionT &&value)
bool GetIsSuppressed() const
const Aws::String & GetStatus() const
TrustedAdvisorResourceDetail & WithResourceId(ResourceIdT &&value)
TrustedAdvisorResourceDetail & AddMetadata(MetadataT &&value)
const Aws::String & GetResourceId() const
AWS_SUPPORT_API Aws::Utils::Json::JsonValue Jsonize() const
bool RegionHasBeenSet() const
bool IsSuppressedHasBeenSet() const
AWS_SUPPORT_API TrustedAdvisorResourceDetail()=default
void SetIsSuppressed(bool value)
AWS_SUPPORT_API TrustedAdvisorResourceDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ResourceIdHasBeenSet() const
void SetResourceId(ResourceIdT &&value)
TrustedAdvisorResourceDetail & WithRegion(RegionT &&value)
void SetMetadata(MetadataT &&value)
const Aws::String & GetRegion() const
TrustedAdvisorResourceDetail & WithIsSuppressed(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue