7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/codebuild/model/Build.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename BuildsT = Aws::Vector<Build>>
39 m_buildsHasBeenSet =
true;
40 m_builds = std::forward<BuildsT>(value);
42 template <
typename BuildsT = Aws::Vector<Build>>
47 template <
typename BuildsT = Build>
49 m_buildsHasBeenSet =
true;
50 m_builds.emplace_back(std::forward<BuildsT>(value));
60 template <
typename BuildsNotFoundT = Aws::Vector<Aws::String>>
62 m_buildsNotFoundHasBeenSet =
true;
63 m_buildsNotFound = std::forward<BuildsNotFoundT>(value);
65 template <
typename BuildsNotFoundT = Aws::Vector<Aws::String>>
70 template <
typename BuildsNotFoundT = Aws::String>
72 m_buildsNotFoundHasBeenSet =
true;
73 m_buildsNotFound.emplace_back(std::forward<BuildsNotFoundT>(value));
81 template <
typename RequestIdT = Aws::String>
83 m_requestIdHasBeenSet =
true;
84 m_requestId = std::forward<RequestIdT>(value);
86 template <
typename RequestIdT = Aws::String>
101 bool m_buildsHasBeenSet =
false;
102 bool m_buildsNotFoundHasBeenSet =
false;
103 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
AWS_CODEBUILD_API BatchGetBuildsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchGetBuildsResult & AddBuildsNotFound(BuildsNotFoundT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
BatchGetBuildsResult & AddBuilds(BuildsT &&value)
void SetBuilds(BuildsT &&value)
const Aws::Vector< Aws::String > & GetBuildsNotFound() const
void SetBuildsNotFound(BuildsNotFoundT &&value)
BatchGetBuildsResult & WithBuilds(BuildsT &&value)
BatchGetBuildsResult & WithBuildsNotFound(BuildsNotFoundT &&value)
BatchGetBuildsResult & WithRequestId(RequestIdT &&value)
AWS_CODEBUILD_API BatchGetBuildsResult()=default
AWS_CODEBUILD_API BatchGetBuildsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< Build > & GetBuilds() const
void SetRequestId(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