7#include <aws/iottwinmaker/IoTTwinMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/iottwinmaker/model/PropertyValueHistory.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template<
typename PropertyValuesT = Aws::Vector<PropertyValueHistory>>
44 void SetPropertyValues(PropertyValuesT&& value) { m_propertyValuesHasBeenSet =
true; m_propertyValues = std::forward<PropertyValuesT>(value); }
45 template<
typename PropertyValuesT = Aws::Vector<PropertyValueHistory>>
47 template<
typename PropertyValuesT = PropertyValueHistory>
56 template<
typename NextTokenT = Aws::String>
57 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
58 template<
typename NextTokenT = Aws::String>
65 template<
typename RequestIdT = Aws::String>
66 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
67 template<
typename RequestIdT = Aws::String>
73 bool m_propertyValuesHasBeenSet =
false;
76 bool m_nextTokenHasBeenSet =
false;
79 bool m_requestIdHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
void SetRequestId(RequestIdT &&value)
GetPropertyValueHistoryResult & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
AWS_IOTTWINMAKER_API GetPropertyValueHistoryResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_IOTTWINMAKER_API GetPropertyValueHistoryResult()=default
const Aws::Vector< PropertyValueHistory > & GetPropertyValues() const
void SetPropertyValues(PropertyValuesT &&value)
GetPropertyValueHistoryResult & WithRequestId(RequestIdT &&value)
AWS_IOTTWINMAKER_API GetPropertyValueHistoryResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
GetPropertyValueHistoryResult & AddPropertyValues(PropertyValuesT &&value)
GetPropertyValueHistoryResult & WithPropertyValues(PropertyValuesT &&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