7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot/IoT_EXPORTS.h>
10#include <aws/iot/model/ResourceIdentifier.h>
41 template <
typename CheckNameT = Aws::String>
43 m_checkNameHasBeenSet =
true;
44 m_checkName = std::forward<CheckNameT>(value);
46 template <
typename CheckNameT = Aws::String>
57 template <
typename ResourceIdentifierT = ResourceIdentifier>
59 m_resourceIdentifierHasBeenSet =
true;
60 m_resourceIdentifier = std::forward<ResourceIdentifierT>(value);
62 template <
typename ResourceIdentifierT = ResourceIdentifier>
76 template <
typename ExpirationDateT = Aws::Utils::DateTime>
78 m_expirationDateHasBeenSet =
true;
79 m_expirationDate = std::forward<ExpirationDateT>(value);
81 template <
typename ExpirationDateT = Aws::Utils::DateTime>
95 m_suppressIndefinitelyHasBeenSet =
true;
96 m_suppressIndefinitely = value;
110 template <
typename DescriptionT = Aws::String>
112 m_descriptionHasBeenSet =
true;
113 m_description = std::forward<DescriptionT>(value);
115 template <
typename DescriptionT = Aws::String>
128 bool m_suppressIndefinitely{
false};
131 bool m_checkNameHasBeenSet =
false;
132 bool m_resourceIdentifierHasBeenSet =
false;
133 bool m_expirationDateHasBeenSet =
false;
134 bool m_suppressIndefinitelyHasBeenSet =
false;
135 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