88 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
119 inline void SetNameFilter(
const char* value) { m_nameFilterHasBeenSet =
true; m_nameFilter.assign(value); }
165 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
256 bool m_deviceAggregatedStatusFilterHasBeenSet =
false;
259 bool m_maxResultsHasBeenSet =
false;
262 bool m_nameFilterHasBeenSet =
false;
265 bool m_nextTokenHasBeenSet =
false;
268 bool m_sortByHasBeenSet =
false;
271 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