7#include <aws/core/http/HttpResponse.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/glue/Glue_EXPORTS.h>
12#include <aws/glue/model/ErrorDetail.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
39 template <
typename SucceededT = Aws::Vector<Aws::String>>
41 m_succeededHasBeenSet =
true;
42 m_succeeded = std::forward<SucceededT>(value);
44 template <
typename SucceededT = Aws::Vector<Aws::String>>
49 template <
typename SucceededT = Aws::String>
51 m_succeededHasBeenSet =
true;
52 m_succeeded.emplace_back(std::forward<SucceededT>(value));
63 template <
typename ErrorsT = Aws::Map<Aws::String, ErrorDetail>>
65 m_errorsHasBeenSet =
true;
66 m_errors = std::forward<ErrorsT>(value);
68 template <
typename ErrorsT = Aws::Map<Aws::String, ErrorDetail>>
73 template <
typename ErrorsKeyT = Aws::String,
typename ErrorsValueT = ErrorDetail>
75 m_errorsHasBeenSet =
true;
76 m_errors.emplace(std::forward<ErrorsKeyT>(key), std::forward<ErrorsValueT>(value));
84 template <
typename RequestIdT = Aws::String>
86 m_requestIdHasBeenSet =
true;
87 m_requestId = std::forward<RequestIdT>(value);
89 template <
typename RequestIdT = Aws::String>
104 bool m_succeededHasBeenSet =
false;
105 bool m_errorsHasBeenSet =
false;
106 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
BatchDeleteConnectionResult & WithSucceeded(SucceededT &&value)
BatchDeleteConnectionResult & AddSucceeded(SucceededT &&value)
AWS_GLUE_API BatchDeleteConnectionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchDeleteConnectionResult & WithErrors(ErrorsT &&value)
AWS_GLUE_API BatchDeleteConnectionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetErrors(ErrorsT &&value)
void SetSucceeded(SucceededT &&value)
BatchDeleteConnectionResult & AddErrors(ErrorsKeyT &&key, ErrorsValueT &&value)
BatchDeleteConnectionResult & WithRequestId(RequestIdT &&value)
const Aws::Vector< Aws::String > & GetSucceeded() const
AWS_GLUE_API BatchDeleteConnectionResult()=default
const Aws::String & GetRequestId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::Map< Aws::String, ErrorDetail > & GetErrors() const
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