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>
47 template<
typename CheckNameT = Aws::String>
48 void SetCheckName(CheckNameT&& value) { m_checkNameHasBeenSet =
true; m_checkName = std::forward<CheckNameT>(value); }
49 template<
typename CheckNameT = Aws::String>
57 template<
typename ResourceIdentifierT = ResourceIdentifier>
58 void SetResourceIdentifier(ResourceIdentifierT&& value) { m_resourceIdentifierHasBeenSet =
true; m_resourceIdentifier = std::forward<ResourceIdentifierT>(value); }
59 template<
typename ResourceIdentifierT = ResourceIdentifier>
70 template<
typename ExpirationDateT = Aws::Utils::DateTime>
71 void SetExpirationDate(ExpirationDateT&& value) { m_expirationDateHasBeenSet =
true; m_expirationDate = std::forward<ExpirationDateT>(value); }
72 template<
typename ExpirationDateT = Aws::Utils::DateTime>
82 inline void SetSuppressIndefinitely(
bool value) { m_suppressIndefinitelyHasBeenSet =
true; m_suppressIndefinitely = value; }
92 template<
typename DescriptionT = Aws::String>
93 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
94 template<
typename DescriptionT = Aws::String>
100 bool m_checkNameHasBeenSet =
false;
103 bool m_resourceIdentifierHasBeenSet =
false;
106 bool m_expirationDateHasBeenSet =
false;
108 bool m_suppressIndefinitely{
false};
109 bool m_suppressIndefinitelyHasBeenSet =
false;
112 bool m_descriptionHasBeenSet =
false;
bool GetSuppressIndefinitely() const
bool ResourceIdentifierHasBeenSet() const
AuditSuppression & WithSuppressIndefinitely(bool value)
void SetCheckName(CheckNameT &&value)
void SetSuppressIndefinitely(bool value)
bool ExpirationDateHasBeenSet() const
const Aws::String & GetDescription() const
AWS_IOT_API AuditSuppression()=default
void SetResourceIdentifier(ResourceIdentifierT &&value)
AuditSuppression & WithDescription(DescriptionT &&value)
const Aws::String & GetCheckName() const
void SetExpirationDate(ExpirationDateT &&value)
AWS_IOT_API AuditSuppression(Aws::Utils::Json::JsonView jsonValue)
AWS_IOT_API AuditSuppression & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDescription(DescriptionT &&value)
const Aws::Utils::DateTime & GetExpirationDate() const
AuditSuppression & WithResourceIdentifier(ResourceIdentifierT &&value)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
bool SuppressIndefinitelyHasBeenSet() const
AuditSuppression & WithCheckName(CheckNameT &&value)
AuditSuppression & WithExpirationDate(ExpirationDateT &&value)
bool DescriptionHasBeenSet() const
const ResourceIdentifier & GetResourceIdentifier() const
bool CheckNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue