23 template<
typename RESULT_TYPE>
24 class AmazonWebServiceResult;
108 inline void SetNextToken(
const char* value) { m_nextToken.assign(value); }
#define AWS_DEVICEFARM_API
const Aws::Vector< Device > & GetDevices() const
ListDevicesResult & AddDevices(const Device &value)
void SetDevices(Aws::Vector< Device > &&value)
ListDevicesResult & WithNextToken(Aws::String &&value)
ListDevicesResult & WithDevices(Aws::Vector< Device > &&value)
std::vector< T, Aws::Allocator< T > > Vector
ListDevicesResult & WithDevices(const Aws::Vector< Device > &value)
ListDevicesResult & WithNextToken(const char *value)
ListDevicesResult & AddDevices(Device &&value)
void SetNextToken(const char *value)
const Aws::String & GetNextToken() const
void SetNextToken(const Aws::String &value)
ListDevicesResult & WithNextToken(const Aws::String &value)
void SetDevices(const Aws::Vector< Device > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetNextToken(Aws::String &&value)
JSON (JavaScript Object Notation).