7#include <aws/auditmanager/AuditManager_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace AuditManager {
41 template <
typename ArnT = Aws::String>
43 m_arnHasBeenSet =
true;
44 m_arn = std::forward<ArnT>(value);
46 template <
typename ArnT = Aws::String>
48 SetArn(std::forward<ArnT>(value));
59 template <
typename ValueT = Aws::String>
61 m_valueHasBeenSet =
true;
62 m_value = std::forward<ValueT>(value);
64 template <
typename ValueT = Aws::String>
66 SetValue(std::forward<ValueT>(value));
88 template <
typename ComplianceCheckT = Aws::String>
90 m_complianceCheckHasBeenSet =
true;
91 m_complianceCheck = std::forward<ComplianceCheckT>(value);
93 template <
typename ComplianceCheckT = Aws::String>
105 bool m_arnHasBeenSet =
false;
106 bool m_valueHasBeenSet =
false;
107 bool m_complianceCheckHasBeenSet =
false;
bool ArnHasBeenSet() const
const Aws::String & GetComplianceCheck() const
const Aws::String & GetValue() const
Resource & WithComplianceCheck(ComplianceCheckT &&value)
AWS_AUDITMANAGER_API Resource(Aws::Utils::Json::JsonView jsonValue)
bool ComplianceCheckHasBeenSet() const
Resource & WithValue(ValueT &&value)
void SetComplianceCheck(ComplianceCheckT &&value)
void SetValue(ValueT &&value)
void SetArn(ArnT &&value)
AWS_AUDITMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
Resource & WithArn(ArnT &&value)
AWS_AUDITMANAGER_API Resource & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ValueHasBeenSet() const
AWS_AUDITMANAGER_API Resource()=default
const Aws::String & GetArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue