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/repostspace/Repostspace_EXPORTS.h>
11#include <aws/repostspace/model/BatchError.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace repostspace {
37 template <
typename RemovedAccessorIdsT = Aws::Vector<Aws::String>>
39 m_removedAccessorIdsHasBeenSet =
true;
40 m_removedAccessorIds = std::forward<RemovedAccessorIdsT>(value);
42 template <
typename RemovedAccessorIdsT = Aws::Vector<Aws::String>>
47 template <
typename RemovedAccessorIdsT = Aws::String>
49 m_removedAccessorIdsHasBeenSet =
true;
50 m_removedAccessorIds.emplace_back(std::forward<RemovedAccessorIdsT>(value));
60 template <
typename ErrorsT = Aws::Vector<BatchError>>
62 m_errorsHasBeenSet =
true;
63 m_errors = std::forward<ErrorsT>(value);
65 template <
typename ErrorsT = Aws::Vector<BatchError>>
70 template <
typename ErrorsT = BatchError>
72 m_errorsHasBeenSet =
true;
73 m_errors.emplace_back(std::forward<ErrorsT>(value));
81 template <
typename RequestIdT = Aws::String>
83 m_requestIdHasBeenSet =
true;
84 m_requestId = std::forward<RequestIdT>(value);
86 template <
typename RequestIdT = Aws::String>
101 bool m_removedAccessorIdsHasBeenSet =
false;
102 bool m_errorsHasBeenSet =
false;
103 bool m_requestIdHasBeenSet =
false;
AWS_REPOSTSPACE_API BatchRemoveRoleResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchRemoveRoleResult & WithErrors(ErrorsT &&value)
AWS_REPOSTSPACE_API BatchRemoveRoleResult()=default
BatchRemoveRoleResult & WithRequestId(RequestIdT &&value)
BatchRemoveRoleResult & WithRemovedAccessorIds(RemovedAccessorIdsT &&value)
AWS_REPOSTSPACE_API BatchRemoveRoleResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetErrors(ErrorsT &&value)
const Aws::Vector< BatchError > & GetErrors() const
BatchRemoveRoleResult & AddErrors(ErrorsT &&value)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
BatchRemoveRoleResult & AddRemovedAccessorIds(RemovedAccessorIdsT &&value)
void SetRemovedAccessorIds(RemovedAccessorIdsT &&value)
const Aws::Vector< Aws::String > & GetRemovedAccessorIds() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue