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>
60 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
70 template<
typename NameFilterT = Aws::String>
71 void SetNameFilter(NameFilterT&& value) { m_nameFilterHasBeenSet =
true; m_nameFilter = std::forward<NameFilterT>(value); }
72 template<
typename NameFilterT = Aws::String>
83 template<
typename NextTokenT = Aws::String>
84 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
85 template<
typename NextTokenT = Aws::String>
112 bool m_deviceAggregatedStatusFilterHasBeenSet =
false;
115 bool m_maxResultsHasBeenSet =
false;
118 bool m_nameFilterHasBeenSet =
false;
121 bool m_nextTokenHasBeenSet =
false;
124 bool m_sortByHasBeenSet =
false;
127 bool m_sortOrderHasBeenSet =
false;
void SetMaxResults(int value)
bool SortByHasBeenSet() const
bool MaxResultsHasBeenSet() const
ListDevicesRequest & WithMaxResults(int value)
const Aws::String & GetNameFilter() const
ListDevicesSortBy GetSortBy() const
SortOrder GetSortOrder() const
DeviceAggregatedStatus GetDeviceAggregatedStatusFilter() const
void SetNextToken(NextTokenT &&value)
AWS_PANORAMA_API Aws::String SerializePayload() const override
ListDevicesRequest & WithSortOrder(SortOrder value)
bool NameFilterHasBeenSet() const
AWS_PANORAMA_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::String & GetNextToken() const
ListDevicesRequest & WithNameFilter(NameFilterT &&value)
int GetMaxResults() const
virtual const char * GetServiceRequestName() const override
ListDevicesRequest & WithSortBy(ListDevicesSortBy value)
bool SortOrderHasBeenSet() const
void SetSortOrder(SortOrder value)
void SetNameFilter(NameFilterT &&value)
bool DeviceAggregatedStatusFilterHasBeenSet() const
void SetDeviceAggregatedStatusFilter(DeviceAggregatedStatus value)
AWS_PANORAMA_API ListDevicesRequest()=default
ListDevicesRequest & WithDeviceAggregatedStatusFilter(DeviceAggregatedStatus value)
bool NextTokenHasBeenSet() const
ListDevicesRequest & WithNextToken(NextTokenT &&value)
void SetSortBy(ListDevicesSortBy value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String