7#include <aws/auditmanager/AuditManager_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace AuditManager {
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
59 template <
typename DescriptionT = Aws::String>
61 m_descriptionHasBeenSet =
true;
62 m_description = std::forward<DescriptionT>(value);
64 template <
typename DescriptionT = Aws::String>
77 template <
typename LogoT = Aws::String>
79 m_logoHasBeenSet =
true;
80 m_logo = std::forward<LogoT>(value);
82 template <
typename LogoT = Aws::String>
84 SetLogo(std::forward<LogoT>(value));
96 template <
typename ComplianceTypeT = Aws::String>
98 m_complianceTypeHasBeenSet =
true;
99 m_complianceType = std::forward<ComplianceTypeT>(value);
101 template <
typename ComplianceTypeT = Aws::String>
115 bool m_nameHasBeenSet =
false;
116 bool m_descriptionHasBeenSet =
false;
117 bool m_logoHasBeenSet =
false;
118 bool m_complianceTypeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue