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/quicksight/QuickSight_EXPORTS.h>
11#include <aws/quicksight/model/BatchDescribeUserLimitsError.h>
12#include <aws/quicksight/model/UserLimits.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
39 template <
typename UserLimitsT = Aws::Vector<UserLimits>>
41 m_userLimitsHasBeenSet =
true;
42 m_userLimits = std::forward<UserLimitsT>(value);
44 template <
typename UserLimitsT = Aws::Vector<UserLimits>>
49 template <
typename UserLimitsT = UserLimits>
51 m_userLimitsHasBeenSet =
true;
52 m_userLimits.emplace_back(std::forward<UserLimitsT>(value));
62 template <
typename ErrorsT = Aws::Vector<BatchDescribeUserLimitsError>>
64 m_errorsHasBeenSet =
true;
65 m_errors = std::forward<ErrorsT>(value);
67 template <
typename ErrorsT = Aws::Vector<BatchDescribeUserLimitsError>>
72 template <
typename ErrorsT = BatchDescribeUserLimitsError>
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_userLimitsHasBeenSet =
false;
104 bool m_errorsHasBeenSet =
false;
105 bool m_requestIdHasBeenSet =
false;
AWS_QUICKSIGHT_API BatchDescribeUserLimitsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchDescribeUserLimitsResult & AddUserLimits(UserLimitsT &&value)
AWS_QUICKSIGHT_API BatchDescribeUserLimitsResult()=default
BatchDescribeUserLimitsResult & AddErrors(ErrorsT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetErrors(ErrorsT &&value)
BatchDescribeUserLimitsResult & WithUserLimits(UserLimitsT &&value)
BatchDescribeUserLimitsResult & WithRequestId(RequestIdT &&value)
const Aws::Vector< UserLimits > & GetUserLimits() const
void SetRequestId(RequestIdT &&value)
void SetUserLimits(UserLimitsT &&value)
BatchDescribeUserLimitsResult & WithErrors(ErrorsT &&value)
AWS_QUICKSIGHT_API BatchDescribeUserLimitsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< BatchDescribeUserLimitsError > & GetErrors() const
const Aws::String & GetRequestId() 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