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
48 template<
typename IdentifierT = Aws::String>
49 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
50 template<
typename IdentifierT = Aws::String>
60 template<
typename NextTokenT = Aws::String>
61 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
62 template<
typename NextTokenT = Aws::String>
72 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
78 bool m_identifierHasBeenSet =
false;
81 bool m_nextTokenHasBeenSet =
false;
84 bool m_maxResultsHasBeenSet =
false;
AWS_IOTMANAGEDINTEGRATIONS_API ListDiscoveredDevicesRequest()=default
virtual const char * GetServiceRequestName() const override
void SetMaxResults(int value)
bool MaxResultsHasBeenSet() const
ListDiscoveredDevicesRequest & WithNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
const Aws::String & GetNextToken() const
void SetIdentifier(IdentifierT &&value)
bool IdentifierHasBeenSet() const
ListDiscoveredDevicesRequest & WithIdentifier(IdentifierT &&value)
ListDiscoveredDevicesRequest & WithMaxResults(int value)
int GetMaxResults() const
const Aws::String & GetIdentifier() const
void SetNextToken(NextTokenT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API Aws::String SerializePayload() const override
AWS_IOTMANAGEDINTEGRATIONS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String