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;
45 template<
typename PropertyValuesT = Aws::Map<Aws::String, PropertyLatestValue>>
46 void SetPropertyValues(PropertyValuesT&& value) { m_propertyValuesHasBeenSet =
true; m_propertyValues = std::forward<PropertyValuesT>(value); }
47 template<
typename PropertyValuesT = Aws::Map<Aws::String, PropertyLatestValue>>
49 template<
typename PropertyValuesKeyT = Aws::String,
typename PropertyValuesValueT = PropertyLatestValue>
51 m_propertyValuesHasBeenSet =
true; m_propertyValues.emplace(std::forward<PropertyValuesKeyT>(key), std::forward<PropertyValuesValueT>(value));
return *
this;
60 template<
typename NextTokenT = Aws::String>
61 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
62 template<
typename NextTokenT = Aws::String>
71 template<
typename TabularPropertyValuesT = Aws::Vector<Aws::Vector<Aws::Map<Aws::String, DataValue>>>>
72 void SetTabularPropertyValues(TabularPropertyValuesT&& value) { m_tabularPropertyValuesHasBeenSet =
true; m_tabularPropertyValues = std::forward<TabularPropertyValuesT>(value); }
73 template<
typename TabularPropertyValuesT = Aws::Vector<Aws::Vector<Aws::Map<Aws::String, DataValue>>>>
75 template<
typename TabularPropertyValuesT = Aws::Vector<Aws::Map<Aws::String, DataValue>>>
82 template<
typename RequestIdT = Aws::String>
83 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
84 template<
typename RequestIdT = Aws::String>
90 bool m_propertyValuesHasBeenSet =
false;
93 bool m_nextTokenHasBeenSet =
false;
96 bool m_tabularPropertyValuesHasBeenSet =
false;
99 bool m_requestIdHasBeenSet =
false;
GetPropertyValueResult & WithNextToken(NextTokenT &&value)
const Aws::Vector< Aws::Vector< Aws::Map< Aws::String, DataValue > > > & GetTabularPropertyValues() const
GetPropertyValueResult & AddPropertyValues(PropertyValuesKeyT &&key, PropertyValuesValueT &&value)
void SetTabularPropertyValues(TabularPropertyValuesT &&value)
void SetNextToken(NextTokenT &&value)
void SetPropertyValues(PropertyValuesT &&value)
AWS_IOTTWINMAKER_API GetPropertyValueResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetPropertyValueResult & WithTabularPropertyValues(TabularPropertyValuesT &&value)
GetPropertyValueResult & WithRequestId(RequestIdT &&value)
const Aws::Map< Aws::String, PropertyLatestValue > & GetPropertyValues() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetNextToken() const
AWS_IOTTWINMAKER_API GetPropertyValueResult()=default
AWS_IOTTWINMAKER_API GetPropertyValueResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
GetPropertyValueResult & WithPropertyValues(PropertyValuesT &&value)
GetPropertyValueResult & AddTabularPropertyValues(TabularPropertyValuesT &&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