7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/verifiedpermissions/VerifiedPermissions_EXPORTS.h>
10#include <aws/verifiedpermissions/model/BatchIsAuthorizedOutputItem.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace VerifiedPermissions {
38 template <
typename ResultsT = Aws::Vector<BatchIsAuthorizedOutputItem>>
40 m_resultsHasBeenSet =
true;
41 m_results = std::forward<ResultsT>(value);
43 template <
typename ResultsT = Aws::Vector<BatchIsAuthorizedOutputItem>>
48 template <
typename ResultsT = BatchIsAuthorizedOutputItem>
50 m_resultsHasBeenSet =
true;
51 m_results.emplace_back(std::forward<ResultsT>(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_resultsHasBeenSet =
false;
75 bool m_requestIdHasBeenSet =
false;
AWS_VERIFIEDPERMISSIONS_API BatchIsAuthorizedResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
AWS_VERIFIEDPERMISSIONS_API BatchIsAuthorizedResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchIsAuthorizedResult & AddResults(ResultsT &&value)
void SetRequestId(RequestIdT &&value)
AWS_VERIFIEDPERMISSIONS_API BatchIsAuthorizedResult()=default
BatchIsAuthorizedResult & WithResults(ResultsT &&value)
const Aws::Vector< BatchIsAuthorizedOutputItem > & GetResults() const
void SetResults(ResultsT &&value)
BatchIsAuthorizedResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue