7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/iot/model/MitigationActionType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
59 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
69 template<
typename NextTokenT = Aws::String>
70 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
71 template<
typename NextTokenT = Aws::String>
77 bool m_actionTypeHasBeenSet =
false;
80 bool m_maxResultsHasBeenSet =
false;
83 bool m_nextTokenHasBeenSet =
false;
bool MaxResultsHasBeenSet() const
AWS_IOT_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetActionType(MitigationActionType value)
MitigationActionType GetActionType() const
void SetNextToken(NextTokenT &&value)
void SetMaxResults(int value)
bool ActionTypeHasBeenSet() const
ListMitigationActionsRequest & WithNextToken(NextTokenT &&value)
ListMitigationActionsRequest & WithActionType(MitigationActionType value)
AWS_IOT_API ListMitigationActionsRequest()=default
const Aws::String & GetNextToken() const
ListMitigationActionsRequest & WithMaxResults(int value)
AWS_IOT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool NextTokenHasBeenSet() const
int GetMaxResults() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String