7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/iot/model/ResourceIdentifier.h>
11#include <aws/core/utils/DateTime.h>
41 template<
typename CheckNameT = Aws::String>
42 void SetCheckName(CheckNameT&& value) { m_checkNameHasBeenSet =
true; m_checkName = std::forward<CheckNameT>(value); }
43 template<
typename CheckNameT = Aws::String>
51 template<
typename ResourceIdentifierT = ResourceIdentifier>
52 void SetResourceIdentifier(ResourceIdentifierT&& value) { m_resourceIdentifierHasBeenSet =
true; m_resourceIdentifier = std::forward<ResourceIdentifierT>(value); }
53 template<
typename ResourceIdentifierT = ResourceIdentifier>
64 template<
typename ExpirationDateT = Aws::Utils::DateTime>
65 void SetExpirationDate(ExpirationDateT&& value) { m_expirationDateHasBeenSet =
true; m_expirationDate = std::forward<ExpirationDateT>(value); }
66 template<
typename ExpirationDateT = Aws::Utils::DateTime>
76 inline void SetSuppressIndefinitely(
bool value) { m_suppressIndefinitelyHasBeenSet =
true; m_suppressIndefinitely = value; }
86 template<
typename DescriptionT = Aws::String>
87 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
88 template<
typename DescriptionT = Aws::String>
94 bool m_checkNameHasBeenSet =
false;
97 bool m_resourceIdentifierHasBeenSet =
false;
100 bool m_expirationDateHasBeenSet =
false;
102 bool m_suppressIndefinitely{
false};
103 bool m_suppressIndefinitelyHasBeenSet =
false;
106 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