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>
40 template<
typename CheckNameT = Aws::String>
41 void SetCheckName(CheckNameT&& value) { m_checkNameHasBeenSet =
true; m_checkName = std::forward<CheckNameT>(value); }
42 template<
typename CheckNameT = Aws::String>
50 template<
typename ResourceIdentifierT = ResourceIdentifier>
51 void SetResourceIdentifier(ResourceIdentifierT&& value) { m_resourceIdentifierHasBeenSet =
true; m_resourceIdentifier = std::forward<ResourceIdentifierT>(value); }
52 template<
typename ResourceIdentifierT = ResourceIdentifier>
63 inline void SetAscendingOrder(
bool value) { m_ascendingOrderHasBeenSet =
true; m_ascendingOrder = value; }
73 template<
typename NextTokenT = Aws::String>
74 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
75 template<
typename NextTokenT = Aws::String>
85 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
91 bool m_checkNameHasBeenSet =
false;
94 bool m_resourceIdentifierHasBeenSet =
false;
96 bool m_ascendingOrder{
false};
97 bool m_ascendingOrderHasBeenSet =
false;
100 bool m_nextTokenHasBeenSet =
false;
103 bool m_maxResultsHasBeenSet =
false;
const ResourceIdentifier & GetResourceIdentifier() const
void SetNextToken(NextTokenT &&value)
ListAuditSuppressionsRequest & WithNextToken(NextTokenT &&value)
void SetCheckName(CheckNameT &&value)
ListAuditSuppressionsRequest & WithResourceIdentifier(ResourceIdentifierT &&value)
const Aws::String & GetNextToken() const
void SetMaxResults(int value)
bool CheckNameHasBeenSet() const
const Aws::String & GetCheckName() const
ListAuditSuppressionsRequest & WithCheckName(CheckNameT &&value)
AWS_IOT_API ListAuditSuppressionsRequest()=default
virtual const char * GetServiceRequestName() const override
bool AscendingOrderHasBeenSet() const
AWS_IOT_API Aws::String SerializePayload() const override
bool MaxResultsHasBeenSet() const
ListAuditSuppressionsRequest & WithAscendingOrder(bool value)
void SetResourceIdentifier(ResourceIdentifierT &&value)
bool NextTokenHasBeenSet() const
ListAuditSuppressionsRequest & WithMaxResults(int value)
bool ResourceIdentifierHasBeenSet() const
int GetMaxResults() const
bool GetAscendingOrder() const
void SetAscendingOrder(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String