7#include <aws/iot-managed-integrations/IoTManagedIntegrations_EXPORTS.h>
8#include <aws/iot-managed-integrations/IoTManagedIntegrationsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
18namespace IoTManagedIntegrations
47 template<
typename NextTokenT = Aws::String>
48 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
49 template<
typename NextTokenT = Aws::String>
59 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
65 bool m_nextTokenHasBeenSet =
false;
68 bool m_maxResultsHasBeenSet =
false;
bool MaxResultsHasBeenSet() const
ListDestinationsRequest & WithMaxResults(int value)
AWS_IOTMANAGEDINTEGRATIONS_API ListDestinationsRequest()=default
int GetMaxResults() const
void SetNextToken(NextTokenT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetMaxResults(int value)
virtual const char * GetServiceRequestName() const override
AWS_IOTMANAGEDINTEGRATIONS_API Aws::String SerializePayload() const override
ListDestinationsRequest & WithNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
const Aws::String & GetNextToken() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String