7#include <aws/iottwinmaker/IoTTwinMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/iottwinmaker/model/PropertyLatestValue.h>
12#include <aws/iottwinmaker/model/DataValue.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
64 inline void SetNextToken(
const char* value) { m_nextToken.assign(value); }
88 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
GetPropertyValueResult & WithNextToken(const Aws::String &value)
const Aws::Vector< Aws::Vector< Aws::Map< Aws::String, DataValue > > > & GetTabularPropertyValues() const
AWS_IOTTWINMAKER_API GetPropertyValueResult()
GetPropertyValueResult & WithNextToken(Aws::String &&value)
GetPropertyValueResult & AddPropertyValues(const Aws::String &key, PropertyLatestValue &&value)
void SetTabularPropertyValues(const Aws::Vector< Aws::Vector< Aws::Map< Aws::String, DataValue > > > &value)
GetPropertyValueResult & AddPropertyValues(const Aws::String &key, const PropertyLatestValue &value)
void SetTabularPropertyValues(Aws::Vector< Aws::Vector< Aws::Map< Aws::String, DataValue > > > &&value)
void SetNextToken(const Aws::String &value)
GetPropertyValueResult & AddPropertyValues(const char *key, PropertyLatestValue &&value)
GetPropertyValueResult & WithTabularPropertyValues(Aws::Vector< Aws::Vector< Aws::Map< Aws::String, DataValue > > > &&value)
GetPropertyValueResult & WithNextToken(const char *value)
GetPropertyValueResult & AddTabularPropertyValues(Aws::Vector< Aws::Map< Aws::String, DataValue > > &&value)
GetPropertyValueResult & WithRequestId(const Aws::String &value)
void SetPropertyValues(const Aws::Map< Aws::String, PropertyLatestValue > &value)
void SetNextToken(Aws::String &&value)
AWS_IOTTWINMAKER_API GetPropertyValueResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetPropertyValueResult & WithPropertyValues(Aws::Map< Aws::String, PropertyLatestValue > &&value)
void SetNextToken(const char *value)
GetPropertyValueResult & AddTabularPropertyValues(const Aws::Vector< Aws::Map< Aws::String, DataValue > > &value)
GetPropertyValueResult & AddPropertyValues(const char *key, const PropertyLatestValue &value)
void SetRequestId(const Aws::String &value)
GetPropertyValueResult & WithRequestId(const char *value)
GetPropertyValueResult & AddPropertyValues(Aws::String &&key, PropertyLatestValue &&value)
const Aws::Map< Aws::String, PropertyLatestValue > & GetPropertyValues() const
void SetPropertyValues(Aws::Map< Aws::String, PropertyLatestValue > &&value)
GetPropertyValueResult & AddPropertyValues(Aws::String &&key, const PropertyLatestValue &value)
const Aws::String & GetNextToken() const
GetPropertyValueResult & WithPropertyValues(const Aws::Map< Aws::String, PropertyLatestValue > &value)
GetPropertyValueResult & WithTabularPropertyValues(const Aws::Vector< Aws::Vector< Aws::Map< Aws::String, DataValue > > > &value)
AWS_IOTTWINMAKER_API GetPropertyValueResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetPropertyValueResult & WithRequestId(Aws::String &&value)
const Aws::String & GetRequestId() const
void SetRequestId(const char *value)
void SetRequestId(Aws::String &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue