7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/iotwireless/model/DeviceProfile.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
45 inline void SetNextToken(
const char* value) { m_nextToken.assign(value); }
69 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
const Aws::String & GetNextToken() const
void SetRequestId(Aws::String &&value)
const Aws::String & GetRequestId() const
ListDeviceProfilesResult & WithRequestId(const char *value)
ListDeviceProfilesResult & WithRequestId(Aws::String &&value)
void SetDeviceProfileList(const Aws::Vector< DeviceProfile > &value)
ListDeviceProfilesResult & WithRequestId(const Aws::String &value)
const Aws::Vector< DeviceProfile > & GetDeviceProfileList() const
ListDeviceProfilesResult & WithNextToken(const Aws::String &value)
void SetRequestId(const Aws::String &value)
ListDeviceProfilesResult & WithNextToken(Aws::String &&value)
ListDeviceProfilesResult & WithDeviceProfileList(const Aws::Vector< DeviceProfile > &value)
ListDeviceProfilesResult & AddDeviceProfileList(DeviceProfile &&value)
AWS_IOTWIRELESS_API ListDeviceProfilesResult()
AWS_IOTWIRELESS_API ListDeviceProfilesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(const char *value)
void SetNextToken(const Aws::String &value)
void SetDeviceProfileList(Aws::Vector< DeviceProfile > &&value)
AWS_IOTWIRELESS_API ListDeviceProfilesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListDeviceProfilesResult & WithNextToken(const char *value)
void SetNextToken(const char *value)
void SetNextToken(Aws::String &&value)
ListDeviceProfilesResult & AddDeviceProfileList(const DeviceProfile &value)
ListDeviceProfilesResult & WithDeviceProfileList(Aws::Vector< DeviceProfile > &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue