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>
43 inline void SetCheckName(
const char* value) { m_checkNameHasBeenSet =
true; m_checkName.assign(value); }
78 inline void SetSuppressIndefinitely(
bool value) { m_suppressIndefinitelyHasBeenSet =
true; m_suppressIndefinitely = value; }
90 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
98 bool m_checkNameHasBeenSet =
false;
101 bool m_resourceIdentifierHasBeenSet =
false;
104 bool m_expirationDateHasBeenSet =
false;
106 bool m_suppressIndefinitely;
107 bool m_suppressIndefinitelyHasBeenSet =
false;
110 bool m_descriptionHasBeenSet =
false;
bool ExpirationDateHasBeenSet() const
AWS_IOT_API UpdateAuditSuppressionRequest()
AWS_IOT_API Aws::String SerializePayload() const override
bool CheckNameHasBeenSet() const
void SetResourceIdentifier(ResourceIdentifier &&value)
UpdateAuditSuppressionRequest & WithDescription(Aws::String &&value)
const Aws::Utils::DateTime & GetExpirationDate() const
void SetSuppressIndefinitely(bool value)
bool ResourceIdentifierHasBeenSet() const
bool DescriptionHasBeenSet() const
UpdateAuditSuppressionRequest & WithResourceIdentifier(ResourceIdentifier &&value)
void SetExpirationDate(const Aws::Utils::DateTime &value)
void SetDescription(const Aws::String &value)
UpdateAuditSuppressionRequest & WithCheckName(const char *value)
UpdateAuditSuppressionRequest & WithDescription(const Aws::String &value)
void SetCheckName(Aws::String &&value)
void SetCheckName(const Aws::String &value)
void SetDescription(Aws::String &&value)
const Aws::String & GetDescription() const
void SetDescription(const char *value)
UpdateAuditSuppressionRequest & WithCheckName(Aws::String &&value)
void SetCheckName(const char *value)
const Aws::String & GetCheckName() const
virtual const char * GetServiceRequestName() const override
UpdateAuditSuppressionRequest & WithSuppressIndefinitely(bool value)
UpdateAuditSuppressionRequest & WithExpirationDate(Aws::Utils::DateTime &&value)
bool GetSuppressIndefinitely() const
UpdateAuditSuppressionRequest & WithDescription(const char *value)
UpdateAuditSuppressionRequest & WithResourceIdentifier(const ResourceIdentifier &value)
void SetResourceIdentifier(const ResourceIdentifier &value)
void SetExpirationDate(Aws::Utils::DateTime &&value)
const ResourceIdentifier & GetResourceIdentifier() const
UpdateAuditSuppressionRequest & WithCheckName(const Aws::String &value)
UpdateAuditSuppressionRequest & WithExpirationDate(const Aws::Utils::DateTime &value)
bool SuppressIndefinitelyHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String