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>
13#include <aws/core/utils/UUID.h>
44 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); }
107 inline void SetClientRequestToken(
const char* value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken.assign(value); }
115 bool m_checkNameHasBeenSet =
false;
118 bool m_resourceIdentifierHasBeenSet =
false;
121 bool m_expirationDateHasBeenSet =
false;
123 bool m_suppressIndefinitely;
124 bool m_suppressIndefinitelyHasBeenSet =
false;
127 bool m_descriptionHasBeenSet =
false;
130 bool m_clientRequestTokenHasBeenSet =
false;
CreateAuditSuppressionRequest & WithExpirationDate(Aws::Utils::DateTime &&value)
bool DescriptionHasBeenSet() const
const ResourceIdentifier & GetResourceIdentifier() const
CreateAuditSuppressionRequest & WithCheckName(Aws::String &&value)
bool CheckNameHasBeenSet() const
CreateAuditSuppressionRequest & WithClientRequestToken(const Aws::String &value)
const Aws::String & GetClientRequestToken() const
const Aws::String & GetCheckName() const
AWS_IOT_API CreateAuditSuppressionRequest()
bool ExpirationDateHasBeenSet() const
void SetClientRequestToken(const Aws::String &value)
CreateAuditSuppressionRequest & WithCheckName(const Aws::String &value)
bool ResourceIdentifierHasBeenSet() const
void SetCheckName(Aws::String &&value)
CreateAuditSuppressionRequest & WithDescription(Aws::String &&value)
void SetDescription(const Aws::String &value)
CreateAuditSuppressionRequest & WithSuppressIndefinitely(bool value)
CreateAuditSuppressionRequest & WithClientRequestToken(const char *value)
void SetDescription(Aws::String &&value)
CreateAuditSuppressionRequest & WithCheckName(const char *value)
void SetCheckName(const char *value)
virtual const char * GetServiceRequestName() const override
void SetDescription(const char *value)
CreateAuditSuppressionRequest & WithResourceIdentifier(ResourceIdentifier &&value)
bool SuppressIndefinitelyHasBeenSet() const
void SetClientRequestToken(const char *value)
CreateAuditSuppressionRequest & WithExpirationDate(const Aws::Utils::DateTime &value)
void SetSuppressIndefinitely(bool value)
void SetClientRequestToken(Aws::String &&value)
bool ClientRequestTokenHasBeenSet() const
const Aws::String & GetDescription() const
bool GetSuppressIndefinitely() const
const Aws::Utils::DateTime & GetExpirationDate() const
CreateAuditSuppressionRequest & WithClientRequestToken(Aws::String &&value)
CreateAuditSuppressionRequest & WithResourceIdentifier(const ResourceIdentifier &value)
void SetExpirationDate(const Aws::Utils::DateTime &value)
void SetCheckName(const Aws::String &value)
AWS_IOT_API Aws::String SerializePayload() const override
CreateAuditSuppressionRequest & WithDescription(const Aws::String &value)
void SetExpirationDate(Aws::Utils::DateTime &&value)
CreateAuditSuppressionRequest & WithDescription(const char *value)
void SetResourceIdentifier(ResourceIdentifier &&value)
void SetResourceIdentifier(const ResourceIdentifier &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String