7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot/IoTRequest.h>
10#include <aws/iot/IoT_EXPORTS.h>
11#include <aws/iot/model/ResourceIdentifier.h>
37 template <
typename CheckNameT = Aws::String>
39 m_checkNameHasBeenSet =
true;
40 m_checkName = std::forward<CheckNameT>(value);
42 template <
typename CheckNameT = Aws::String>
53 template <
typename ResourceIdentifierT = ResourceIdentifier>
55 m_resourceIdentifierHasBeenSet =
true;
56 m_resourceIdentifier = std::forward<ResourceIdentifierT>(value);
58 template <
typename ResourceIdentifierT = ResourceIdentifier>
72 template <
typename ExpirationDateT = Aws::Utils::DateTime>
74 m_expirationDateHasBeenSet =
true;
75 m_expirationDate = std::forward<ExpirationDateT>(value);
77 template <
typename ExpirationDateT = Aws::Utils::DateTime>
91 m_suppressIndefinitelyHasBeenSet =
true;
92 m_suppressIndefinitely = value;
106 template <
typename DescriptionT = Aws::String>
108 m_descriptionHasBeenSet =
true;
109 m_description = std::forward<DescriptionT>(value);
111 template <
typename DescriptionT = Aws::String>
119 bool m_checkNameHasBeenSet =
false;
122 bool m_resourceIdentifierHasBeenSet =
false;
125 bool m_expirationDateHasBeenSet =
false;
127 bool m_suppressIndefinitely{
false};
128 bool m_suppressIndefinitelyHasBeenSet =
false;
131 bool m_descriptionHasBeenSet =
false;
void SetResourceIdentifier(ResourceIdentifierT &&value)
bool ExpirationDateHasBeenSet() const
AWS_IOT_API Aws::String SerializePayload() const override
UpdateAuditSuppressionRequest & WithDescription(DescriptionT &&value)
bool CheckNameHasBeenSet() const
void SetDescription(DescriptionT &&value)
const Aws::Utils::DateTime & GetExpirationDate() const
void SetSuppressIndefinitely(bool value)
bool ResourceIdentifierHasBeenSet() const
bool DescriptionHasBeenSet() const
const Aws::String & GetDescription() const
UpdateAuditSuppressionRequest & WithResourceIdentifier(ResourceIdentifierT &&value)
const Aws::String & GetCheckName() const
virtual const char * GetServiceRequestName() const override
UpdateAuditSuppressionRequest & WithSuppressIndefinitely(bool value)
bool GetSuppressIndefinitely() const
void SetCheckName(CheckNameT &&value)
UpdateAuditSuppressionRequest & WithCheckName(CheckNameT &&value)
void SetExpirationDate(ExpirationDateT &&value)
UpdateAuditSuppressionRequest & WithExpirationDate(ExpirationDateT &&value)
AWS_IOT_API UpdateAuditSuppressionRequest()=default
const ResourceIdentifier & GetResourceIdentifier() const
bool SuppressIndefinitelyHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String