7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/iot/IoT_EXPORTS.h>
43 m_maxResultsHasBeenSet =
true;
58 template <
typename NextTokenT = Aws::String>
60 m_nextTokenHasBeenSet =
true;
61 m_nextToken = std::forward<NextTokenT>(value);
63 template <
typename NextTokenT = Aws::String>
77 m_ascendingOrderHasBeenSet =
true;
78 m_ascendingOrder = value;
87 bool m_maxResultsHasBeenSet =
false;
90 bool m_nextTokenHasBeenSet =
false;
92 bool m_ascendingOrder{
false};
93 bool m_ascendingOrderHasBeenSet =
false;
bool NextTokenHasBeenSet() const
const Aws::String & GetNextToken() const
ListStreamsRequest & WithMaxResults(int value)
AWS_IOT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool GetAscendingOrder() const
void SetMaxResults(int value)
AWS_IOT_API ListStreamsRequest()=default
ListStreamsRequest & WithAscendingOrder(bool value)
virtual const char * GetServiceRequestName() const override
AWS_IOT_API Aws::String SerializePayload() const override
ListStreamsRequest & WithNextToken(NextTokenT &&value)
bool MaxResultsHasBeenSet() const
bool AscendingOrderHasBeenSet() const
void SetNextToken(NextTokenT &&value)
void SetAscendingOrder(bool value)
int GetMaxResults() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String