15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
91 inline void SetNextToken(
const char* value) { m_nextToken.assign(value); }
void SetNextToken(Aws::String &&value)
ListDevicesResult & AddDevices(const Device &value)
void SetDevices(Aws::Vector< Device > &&value)
const Aws::Vector< Device > & GetDevices() const
ListDevicesResult & WithNextToken(const char *value)
ListDevicesResult & WithDevices(const Aws::Vector< Device > &value)
ListDevicesResult & WithDevices(Aws::Vector< Device > &&value)
const Aws::String & GetNextToken() const
ListDevicesResult & WithNextToken(const Aws::String &value)
void SetDevices(const Aws::Vector< Device > &value)
AWS_PANORAMA_API ListDevicesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListDevicesResult & AddDevices(Device &&value)
void SetNextToken(const Aws::String &value)
ListDevicesResult & WithNextToken(Aws::String &&value)
void SetNextToken(const char *value)
AWS_PANORAMA_API ListDevicesResult()
AWS_PANORAMA_API ListDevicesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector