7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot/model/ResourceIdentifier.h>
10#include <aws/core/utils/DateTime.h>
49 inline void SetCheckName(
const char* value) { m_checkNameHasBeenSet =
true; m_checkName.assign(value); }
84 inline void SetSuppressIndefinitely(
bool value) { m_suppressIndefinitelyHasBeenSet =
true; m_suppressIndefinitely = value; }
96 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
104 bool m_checkNameHasBeenSet =
false;
107 bool m_resourceIdentifierHasBeenSet =
false;
110 bool m_expirationDateHasBeenSet =
false;
112 bool m_suppressIndefinitely;
113 bool m_suppressIndefinitelyHasBeenSet =
false;
116 bool m_descriptionHasBeenSet =
false;
bool GetSuppressIndefinitely() const
bool ResourceIdentifierHasBeenSet() const
AuditSuppression & WithResourceIdentifier(ResourceIdentifier &&value)
AuditSuppression & WithCheckName(Aws::String &&value)
AuditSuppression & WithSuppressIndefinitely(bool value)
AuditSuppression & WithCheckName(const Aws::String &value)
AuditSuppression & WithDescription(Aws::String &&value)
AuditSuppression & WithDescription(const Aws::String &value)
void SetSuppressIndefinitely(bool value)
void SetResourceIdentifier(const ResourceIdentifier &value)
void SetCheckName(const Aws::String &value)
bool ExpirationDateHasBeenSet() const
void SetDescription(Aws::String &&value)
const Aws::String & GetDescription() const
AuditSuppression & WithDescription(const char *value)
void SetCheckName(Aws::String &&value)
AWS_IOT_API AuditSuppression()
const Aws::String & GetCheckName() const
void SetExpirationDate(const Aws::Utils::DateTime &value)
AWS_IOT_API AuditSuppression(Aws::Utils::Json::JsonView jsonValue)
AWS_IOT_API AuditSuppression & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetExpirationDate() const
AuditSuppression & WithCheckName(const char *value)
void SetDescription(const char *value)
AuditSuppression & WithResourceIdentifier(const ResourceIdentifier &value)
AuditSuppression & WithExpirationDate(const Aws::Utils::DateTime &value)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
bool SuppressIndefinitelyHasBeenSet() const
AuditSuppression & WithExpirationDate(Aws::Utils::DateTime &&value)
void SetResourceIdentifier(ResourceIdentifier &&value)
void SetCheckName(const char *value)
bool DescriptionHasBeenSet() const
const ResourceIdentifier & GetResourceIdentifier() const
void SetDescription(const Aws::String &value)
bool CheckNameHasBeenSet() const
void SetExpirationDate(Aws::Utils::DateTime &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue