7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
57 template<
typename NextTokenT = Aws::String>
58 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
59 template<
typename NextTokenT = Aws::String>
69 inline void SetAscendingOrder(
bool value) { m_ascendingOrderHasBeenSet =
true; m_ascendingOrder = value; }
75 bool m_maxResultsHasBeenSet =
false;
78 bool m_nextTokenHasBeenSet =
false;
80 bool m_ascendingOrder{
false};
81 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