7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
10#include <aws/datazone/model/AttributeError.h>
11#include <aws/datazone/model/BatchGetAttributeOutput.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename AttributesT = Aws::Vector<BatchGetAttributeOutput>>
39 m_attributesHasBeenSet =
true;
40 m_attributes = std::forward<AttributesT>(value);
42 template <
typename AttributesT = Aws::Vector<BatchGetAttributeOutput>>
47 template <
typename AttributesT = BatchGetAttributeOutput>
49 m_attributesHasBeenSet =
true;
50 m_attributes.emplace_back(std::forward<AttributesT>(value));
61 template <
typename ErrorsT = Aws::Vector<AttributeError>>
63 m_errorsHasBeenSet =
true;
64 m_errors = std::forward<ErrorsT>(value);
66 template <
typename ErrorsT = Aws::Vector<AttributeError>>
71 template <
typename ErrorsT = AttributeError>
73 m_errorsHasBeenSet =
true;
74 m_errors.emplace_back(std::forward<ErrorsT>(value));
82 template <
typename RequestIdT = Aws::String>
84 m_requestIdHasBeenSet =
true;
85 m_requestId = std::forward<RequestIdT>(value);
87 template <
typename RequestIdT = Aws::String>
99 bool m_attributesHasBeenSet =
false;
100 bool m_errorsHasBeenSet =
false;
101 bool m_requestIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue