15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
91 inline void SetNextToken(
const char* value) { m_nextToken.assign(value); }
ListDevicesJobsResult & WithDeviceJobs(Aws::Vector< DeviceJob > &&value)
const Aws::String & GetNextToken() const
void SetNextToken(const Aws::String &value)
void SetDeviceJobs(Aws::Vector< DeviceJob > &&value)
AWS_PANORAMA_API ListDevicesJobsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetDeviceJobs(const Aws::Vector< DeviceJob > &value)
ListDevicesJobsResult & WithNextToken(const Aws::String &value)
AWS_PANORAMA_API ListDevicesJobsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListDevicesJobsResult & WithNextToken(Aws::String &&value)
AWS_PANORAMA_API ListDevicesJobsResult()
void SetNextToken(Aws::String &&value)
ListDevicesJobsResult & AddDeviceJobs(const DeviceJob &value)
const Aws::Vector< DeviceJob > & GetDeviceJobs() const
ListDevicesJobsResult & WithDeviceJobs(const Aws::Vector< DeviceJob > &value)
void SetNextToken(const char *value)
ListDevicesJobsResult & AddDeviceJobs(DeviceJob &&value)
ListDevicesJobsResult & WithNextToken(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector