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/BatchPutPropertyErrorEntry.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename ErrorEntriesT = Aws::Vector<BatchPutPropertyErrorEntry>>
43 void SetErrorEntries(ErrorEntriesT&& value) { m_errorEntriesHasBeenSet =
true; m_errorEntries = std::forward<ErrorEntriesT>(value); }
44 template<
typename ErrorEntriesT = Aws::Vector<BatchPutPropertyErrorEntry>>
46 template<
typename ErrorEntriesT = BatchPutPropertyErrorEntry>
53 template<
typename RequestIdT = Aws::String>
54 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
55 template<
typename RequestIdT = Aws::String>
61 bool m_errorEntriesHasBeenSet =
false;
64 bool m_requestIdHasBeenSet =
false;
const Aws::Vector< BatchPutPropertyErrorEntry > & GetErrorEntries() const
AWS_IOTTWINMAKER_API BatchPutPropertyValuesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
AWS_IOTTWINMAKER_API BatchPutPropertyValuesResult()=default
void SetErrorEntries(ErrorEntriesT &&value)
BatchPutPropertyValuesResult & AddErrorEntries(ErrorEntriesT &&value)
AWS_IOTTWINMAKER_API BatchPutPropertyValuesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchPutPropertyValuesResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
BatchPutPropertyValuesResult & WithErrorEntries(ErrorEntriesT &&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