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/securityagent/SecurityAgent_EXPORTS.h>
11#include <aws/securityagent/model/CodeReview.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace SecurityAgent {
42 template <
typename CodeReviewsT = Aws::Vector<CodeReview>>
44 m_codeReviewsHasBeenSet =
true;
45 m_codeReviews = std::forward<CodeReviewsT>(value);
47 template <
typename CodeReviewsT = Aws::Vector<CodeReview>>
52 template <
typename CodeReviewsT = CodeReview>
54 m_codeReviewsHasBeenSet =
true;
55 m_codeReviews.emplace_back(std::forward<CodeReviewsT>(value));
65 template <
typename NotFoundT = Aws::Vector<Aws::String>>
67 m_notFoundHasBeenSet =
true;
68 m_notFound = std::forward<NotFoundT>(value);
70 template <
typename NotFoundT = Aws::Vector<Aws::String>>
75 template <
typename NotFoundT = Aws::String>
77 m_notFoundHasBeenSet =
true;
78 m_notFound.emplace_back(std::forward<NotFoundT>(value));
86 template <
typename RequestIdT = Aws::String>
88 m_requestIdHasBeenSet =
true;
89 m_requestId = std::forward<RequestIdT>(value);
91 template <
typename RequestIdT = Aws::String>
106 bool m_codeReviewsHasBeenSet =
false;
107 bool m_notFoundHasBeenSet =
false;
108 bool m_requestIdHasBeenSet =
false;
BatchGetCodeReviewsResult & WithCodeReviews(CodeReviewsT &&value)
AWS_SECURITYAGENT_API BatchGetCodeReviewsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchGetCodeReviewsResult & WithNotFound(NotFoundT &&value)
void SetCodeReviews(CodeReviewsT &&value)
AWS_SECURITYAGENT_API BatchGetCodeReviewsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< Aws::String > & GetNotFound() const
BatchGetCodeReviewsResult & WithRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetRequestId() const
BatchGetCodeReviewsResult & AddCodeReviews(CodeReviewsT &&value)
AWS_SECURITYAGENT_API BatchGetCodeReviewsResult()=default
BatchGetCodeReviewsResult & AddNotFound(NotFoundT &&value)
void SetRequestId(RequestIdT &&value)
void SetNotFound(NotFoundT &&value)
const Aws::Vector< CodeReview > & GetCodeReviews() 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