7#include <aws/auditmanager/AuditManager_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename NameT = Aws::String>
48 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
49 template<
typename NameT = Aws::String>
59 template<
typename DescriptionT = Aws::String>
60 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
61 template<
typename DescriptionT = Aws::String>
71 template<
typename LogoT = Aws::String>
72 void SetLogo(LogoT&& value) { m_logoHasBeenSet =
true; m_logo = std::forward<LogoT>(value); }
73 template<
typename LogoT = Aws::String>
84 template<
typename ComplianceTypeT = Aws::String>
85 void SetComplianceType(ComplianceTypeT&& value) { m_complianceTypeHasBeenSet =
true; m_complianceType = std::forward<ComplianceTypeT>(value); }
86 template<
typename ComplianceTypeT = Aws::String>
92 bool m_nameHasBeenSet =
false;
95 bool m_descriptionHasBeenSet =
false;
98 bool m_logoHasBeenSet =
false;
101 bool m_complianceTypeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue