7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/devicefarm/DeviceFarmRequest.h>
10#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
11#include <aws/devicefarm/model/DeviceFilter.h>
45 template <
typename ArnT = Aws::String>
47 m_arnHasBeenSet =
true;
48 m_arn = std::forward<ArnT>(value);
50 template <
typename ArnT = Aws::String>
52 SetArn(std::forward<ArnT>(value));
64 template <
typename NextTokenT = Aws::String>
66 m_nextTokenHasBeenSet =
true;
67 m_nextToken = std::forward<NextTokenT>(value);
69 template <
typename NextTokenT = Aws::String>
116 template <
typename FiltersT = Aws::Vector<DeviceFilter>>
118 m_filtersHasBeenSet =
true;
119 m_filters = std::forward<FiltersT>(value);
121 template <
typename FiltersT = Aws::Vector<DeviceFilter>>
126 template <
typename FiltersT = DeviceFilter>
128 m_filtersHasBeenSet =
true;
129 m_filters.emplace_back(std::forward<FiltersT>(value));
139 bool m_arnHasBeenSet =
false;
140 bool m_nextTokenHasBeenSet =
false;
141 bool m_filtersHasBeenSet =
false;
const Aws::String & GetArn() const
ListDevicesRequest & AddFilters(FiltersT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetNextToken() const
void SetArn(ArnT &&value)
ListDevicesRequest & WithNextToken(NextTokenT &&value)
AWS_DEVICEFARM_API ListDevicesRequest()=default
bool ArnHasBeenSet() const
void SetFilters(FiltersT &&value)
ListDevicesRequest & WithArn(ArnT &&value)
bool NextTokenHasBeenSet() const
const Aws::Vector< DeviceFilter > & GetFilters() const
bool FiltersHasBeenSet() const
void SetNextToken(NextTokenT &&value)
AWS_DEVICEFARM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ListDevicesRequest & WithFilters(FiltersT &&value)
AWS_DEVICEFARM_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector