7#include <aws/panorama/Panorama_EXPORTS.h>
8#include <aws/panorama/PanoramaRequest.h>
9#include <aws/panorama/model/DeviceAggregatedStatus.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/panorama/model/ListDevicesSortBy.h>
12#include <aws/panorama/model/SortOrder.h>
62 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
74 inline void SetNameFilter(
const char* value) { m_nameFilterHasBeenSet =
true; m_nameFilter.assign(value); }
89 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
122 bool m_deviceAggregatedStatusFilterHasBeenSet =
false;
125 bool m_maxResultsHasBeenSet =
false;
128 bool m_nameFilterHasBeenSet =
false;
131 bool m_nextTokenHasBeenSet =
false;
134 bool m_sortByHasBeenSet =
false;
137 bool m_sortOrderHasBeenSet =
false;
void SetNameFilter(const char *value)
void SetNextToken(const char *value)
void SetMaxResults(int value)
ListDevicesRequest & WithSortBy(ListDevicesSortBy &&value)
void SetNextToken(Aws::String &&value)
const ListDevicesSortBy & GetSortBy() const
bool SortByHasBeenSet() const
bool MaxResultsHasBeenSet() const
void SetDeviceAggregatedStatusFilter(DeviceAggregatedStatus &&value)
ListDevicesRequest & WithMaxResults(int value)
const Aws::String & GetNameFilter() const
ListDevicesRequest & WithNameFilter(const char *value)
void SetNameFilter(const Aws::String &value)
void SetSortBy(ListDevicesSortBy &&value)
ListDevicesRequest & WithNextToken(Aws::String &&value)
void SetSortOrder(SortOrder &&value)
void SetNameFilter(Aws::String &&value)
ListDevicesRequest & WithDeviceAggregatedStatusFilter(DeviceAggregatedStatus &&value)
const DeviceAggregatedStatus & GetDeviceAggregatedStatusFilter() const
void SetSortOrder(const SortOrder &value)
AWS_PANORAMA_API Aws::String SerializePayload() const override
const SortOrder & GetSortOrder() const
bool NameFilterHasBeenSet() const
AWS_PANORAMA_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::String & GetNextToken() const
ListDevicesRequest & WithNextToken(const Aws::String &value)
ListDevicesRequest & WithSortOrder(const SortOrder &value)
ListDevicesRequest & WithNameFilter(Aws::String &&value)
ListDevicesRequest & WithSortBy(const ListDevicesSortBy &value)
ListDevicesRequest & WithNameFilter(const Aws::String &value)
int GetMaxResults() const
virtual const char * GetServiceRequestName() const override
bool SortOrderHasBeenSet() const
bool DeviceAggregatedStatusFilterHasBeenSet() const
ListDevicesRequest & WithNextToken(const char *value)
ListDevicesRequest & WithSortOrder(SortOrder &&value)
void SetSortBy(const ListDevicesSortBy &value)
void SetDeviceAggregatedStatusFilter(const DeviceAggregatedStatus &value)
AWS_PANORAMA_API ListDevicesRequest()
ListDevicesRequest & WithDeviceAggregatedStatusFilter(const DeviceAggregatedStatus &value)
bool NextTokenHasBeenSet() const
void SetNextToken(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String