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>
10#include <aws/iot-managed-integrations/model/DiscoveryType.h>
11#include <aws/iot-managed-integrations/model/DeviceDiscoveryStatus.h>
20namespace IoTManagedIntegrations
49 template<
typename NextTokenT = Aws::String>
50 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
51 template<
typename NextTokenT = Aws::String>
62 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
88 bool m_nextTokenHasBeenSet =
false;
91 bool m_maxResultsHasBeenSet =
false;
94 bool m_typeFilterHasBeenSet =
false;
97 bool m_statusFilterHasBeenSet =
false;
DeviceDiscoveryStatus GetStatusFilter() const
int GetMaxResults() const
ListDeviceDiscoveriesRequest & WithStatusFilter(DeviceDiscoveryStatus value)
DiscoveryType GetTypeFilter() const
AWS_IOTMANAGEDINTEGRATIONS_API ListDeviceDiscoveriesRequest()=default
bool MaxResultsHasBeenSet() const
ListDeviceDiscoveriesRequest & WithMaxResults(int value)
void SetStatusFilter(DeviceDiscoveryStatus value)
void SetMaxResults(int value)
void SetNextToken(NextTokenT &&value)
void SetTypeFilter(DiscoveryType value)
bool StatusFilterHasBeenSet() const
AWS_IOTMANAGEDINTEGRATIONS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListDeviceDiscoveriesRequest & WithNextToken(NextTokenT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API Aws::String SerializePayload() const override
bool NextTokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool TypeFilterHasBeenSet() const
const Aws::String & GetNextToken() const
ListDeviceDiscoveriesRequest & WithTypeFilter(DiscoveryType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String