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>
42 template<
typename CheckNameT = Aws::String>
43 void SetCheckName(CheckNameT&& value) { m_checkNameHasBeenSet =
true; m_checkName = std::forward<CheckNameT>(value); }
44 template<
typename CheckNameT = Aws::String>
52 template<
typename ResourceIdentifierT = ResourceIdentifier>
53 void SetResourceIdentifier(ResourceIdentifierT&& value) { m_resourceIdentifierHasBeenSet =
true; m_resourceIdentifier = std::forward<ResourceIdentifierT>(value); }
54 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>
101 template<
typename ClientRequestTokenT = Aws::String>
102 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
103 template<
typename ClientRequestTokenT = Aws::String>
109 bool m_checkNameHasBeenSet =
false;
112 bool m_resourceIdentifierHasBeenSet =
false;
115 bool m_expirationDateHasBeenSet =
false;
117 bool m_suppressIndefinitely{
false};
118 bool m_suppressIndefinitelyHasBeenSet =
false;
121 bool m_descriptionHasBeenSet =
false;
124 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