7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/datazone/DataZone_EXPORTS.h>
11#include <aws/datazone/model/AttributeError.h>
12#include <aws/datazone/model/BatchGetAttributeOutput.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
38 template <
typename AttributesT = Aws::Vector<BatchGetAttributeOutput>>
40 m_attributesHasBeenSet =
true;
41 m_attributes = std::forward<AttributesT>(value);
43 template <
typename AttributesT = Aws::Vector<BatchGetAttributeOutput>>
48 template <
typename AttributesT = BatchGetAttributeOutput>
50 m_attributesHasBeenSet =
true;
51 m_attributes.emplace_back(std::forward<AttributesT>(value));
62 template <
typename ErrorsT = Aws::Vector<AttributeError>>
64 m_errorsHasBeenSet =
true;
65 m_errors = std::forward<ErrorsT>(value);
67 template <
typename ErrorsT = Aws::Vector<AttributeError>>
72 template <
typename ErrorsT = AttributeError>
74 m_errorsHasBeenSet =
true;
75 m_errors.emplace_back(std::forward<ErrorsT>(value));
83 template <
typename RequestIdT = Aws::String>
85 m_requestIdHasBeenSet =
true;
86 m_requestId = std::forward<RequestIdT>(value);
88 template <
typename RequestIdT = Aws::String>
103 bool m_attributesHasBeenSet =
false;
104 bool m_errorsHasBeenSet =
false;
105 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