7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/UUID.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/iot/IoTRequest.h>
11#include <aws/iot/IoT_EXPORTS.h>
12#include <aws/iot/model/ResourceIdentifier.h>
38 template <
typename CheckNameT = Aws::String>
40 m_checkNameHasBeenSet =
true;
41 m_checkName = std::forward<CheckNameT>(value);
43 template <
typename CheckNameT = Aws::String>
54 template <
typename ResourceIdentifierT = ResourceIdentifier>
56 m_resourceIdentifierHasBeenSet =
true;
57 m_resourceIdentifier = std::forward<ResourceIdentifierT>(value);
59 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>
127 template <
typename ClientRequestTokenT = Aws::String>
129 m_clientRequestTokenHasBeenSet =
true;
130 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
132 template <
typename ClientRequestTokenT = Aws::String>
140 bool m_checkNameHasBeenSet =
false;
143 bool m_resourceIdentifierHasBeenSet =
false;
146 bool m_expirationDateHasBeenSet =
false;
148 bool m_suppressIndefinitely{
false};
149 bool m_suppressIndefinitelyHasBeenSet =
false;
152 bool m_descriptionHasBeenSet =
false;
155 bool m_clientRequestTokenHasBeenSet =
true;
bool DescriptionHasBeenSet() const
const ResourceIdentifier & GetResourceIdentifier() const
bool CheckNameHasBeenSet() const
const Aws::String & GetClientRequestToken() const
const Aws::String & GetCheckName() const
CreateAuditSuppressionRequest & WithClientRequestToken(ClientRequestTokenT &&value)
bool ExpirationDateHasBeenSet() const
void SetDescription(DescriptionT &&value)
bool ResourceIdentifierHasBeenSet() const
CreateAuditSuppressionRequest & WithSuppressIndefinitely(bool value)
void SetExpirationDate(ExpirationDateT &&value)
CreateAuditSuppressionRequest & WithExpirationDate(ExpirationDateT &&value)
void SetCheckName(CheckNameT &&value)
virtual const char * GetServiceRequestName() const override
AWS_IOT_API CreateAuditSuppressionRequest()=default
bool SuppressIndefinitelyHasBeenSet() const
CreateAuditSuppressionRequest & WithDescription(DescriptionT &&value)
void SetSuppressIndefinitely(bool value)
CreateAuditSuppressionRequest & WithResourceIdentifier(ResourceIdentifierT &&value)
bool ClientRequestTokenHasBeenSet() const
const Aws::String & GetDescription() const
bool GetSuppressIndefinitely() const
const Aws::Utils::DateTime & GetExpirationDate() const
void SetResourceIdentifier(ResourceIdentifierT &&value)
CreateAuditSuppressionRequest & WithCheckName(CheckNameT &&value)
void SetClientRequestToken(ClientRequestTokenT &&value)
AWS_IOT_API Aws::String SerializePayload() const override
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String