AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
BatchAddRoleResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/repostspace/Repostspace_EXPORTS.h>
10#include <aws/repostspace/model/BatchError.h>
11
12#include <utility>
13
14namespace Aws {
15template <typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils {
19namespace Json {
20class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace repostspace {
24namespace Model {
26 public:
27 AWS_REPOSTSPACE_API BatchAddRoleResult() = default;
30
32
35 inline const Aws::Vector<Aws::String>& GetAddedAccessorIds() const { return m_addedAccessorIds; }
36 template <typename AddedAccessorIdsT = Aws::Vector<Aws::String>>
37 void SetAddedAccessorIds(AddedAccessorIdsT&& value) {
38 m_addedAccessorIdsHasBeenSet = true;
39 m_addedAccessorIds = std::forward<AddedAccessorIdsT>(value);
40 }
41 template <typename AddedAccessorIdsT = Aws::Vector<Aws::String>>
42 BatchAddRoleResult& WithAddedAccessorIds(AddedAccessorIdsT&& value) {
43 SetAddedAccessorIds(std::forward<AddedAccessorIdsT>(value));
44 return *this;
45 }
46 template <typename AddedAccessorIdsT = Aws::String>
47 BatchAddRoleResult& AddAddedAccessorIds(AddedAccessorIdsT&& value) {
48 m_addedAccessorIdsHasBeenSet = true;
49 m_addedAccessorIds.emplace_back(std::forward<AddedAccessorIdsT>(value));
50 return *this;
51 }
53
55
58 inline const Aws::Vector<BatchError>& GetErrors() const { return m_errors; }
59 template <typename ErrorsT = Aws::Vector<BatchError>>
60 void SetErrors(ErrorsT&& value) {
61 m_errorsHasBeenSet = true;
62 m_errors = std::forward<ErrorsT>(value);
63 }
64 template <typename ErrorsT = Aws::Vector<BatchError>>
65 BatchAddRoleResult& WithErrors(ErrorsT&& value) {
66 SetErrors(std::forward<ErrorsT>(value));
67 return *this;
68 }
69 template <typename ErrorsT = BatchError>
70 BatchAddRoleResult& AddErrors(ErrorsT&& value) {
71 m_errorsHasBeenSet = true;
72 m_errors.emplace_back(std::forward<ErrorsT>(value));
73 return *this;
74 }
76
78
79 inline const Aws::String& GetRequestId() const { return m_requestId; }
80 template <typename RequestIdT = Aws::String>
81 void SetRequestId(RequestIdT&& value) {
82 m_requestIdHasBeenSet = true;
83 m_requestId = std::forward<RequestIdT>(value);
84 }
85 template <typename RequestIdT = Aws::String>
86 BatchAddRoleResult& WithRequestId(RequestIdT&& value) {
87 SetRequestId(std::forward<RequestIdT>(value));
88 return *this;
89 }
91 private:
92 Aws::Vector<Aws::String> m_addedAccessorIds;
93
95
96 Aws::String m_requestId;
97 bool m_addedAccessorIdsHasBeenSet = false;
98 bool m_errorsHasBeenSet = false;
99 bool m_requestIdHasBeenSet = false;
100};
101
102} // namespace Model
103} // namespace repostspace
104} // namespace Aws
const Aws::Vector< Aws::String > & GetAddedAccessorIds() const
BatchAddRoleResult & WithRequestId(RequestIdT &&value)
void SetAddedAccessorIds(AddedAccessorIdsT &&value)
BatchAddRoleResult & AddAddedAccessorIds(AddedAccessorIdsT &&value)
BatchAddRoleResult & WithAddedAccessorIds(AddedAccessorIdsT &&value)
BatchAddRoleResult & AddErrors(ErrorsT &&value)
const Aws::Vector< BatchError > & GetErrors() const
AWS_REPOSTSPACE_API BatchAddRoleResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchAddRoleResult & WithErrors(ErrorsT &&value)
AWS_REPOSTSPACE_API BatchAddRoleResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_REPOSTSPACE_API BatchAddRoleResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue