7#include <aws/chime/Chime_EXPORTS.h>
8#include <aws/chime/model/UserError.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
38 template <
typename UserErrorsT = Aws::Vector<UserError>>
40 m_userErrorsHasBeenSet =
true;
41 m_userErrors = std::forward<UserErrorsT>(value);
43 template <
typename UserErrorsT = Aws::Vector<UserError>>
48 template <
typename UserErrorsT = UserError>
50 m_userErrorsHasBeenSet =
true;
51 m_userErrors.emplace_back(std::forward<UserErrorsT>(value));
59 template <
typename RequestIdT = Aws::String>
61 m_requestIdHasBeenSet =
true;
62 m_requestId = std::forward<RequestIdT>(value);
64 template <
typename RequestIdT = Aws::String>
74 bool m_userErrorsHasBeenSet =
false;
75 bool m_requestIdHasBeenSet =
false;
BatchUpdateUserResult & WithUserErrors(UserErrorsT &&value)
void SetUserErrors(UserErrorsT &&value)
AWS_CHIME_API BatchUpdateUserResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CHIME_API BatchUpdateUserResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchUpdateUserResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
BatchUpdateUserResult & AddUserErrors(UserErrorsT &&value)
AWS_CHIME_API BatchUpdateUserResult()=default
const Aws::String & GetRequestId() const
const Aws::Vector< UserError > & GetUserErrors() 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