7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/codebuild/model/Project.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename ProjectsT = Aws::Vector<Project>>
43 void SetProjects(ProjectsT&& value) { m_projectsHasBeenSet =
true; m_projects = std::forward<ProjectsT>(value); }
44 template<
typename ProjectsT = Aws::Vector<Project>>
46 template<
typename ProjectsT = Project>
55 template<
typename ProjectsNotFoundT = Aws::Vector<Aws::String>>
56 void SetProjectsNotFound(ProjectsNotFoundT&& value) { m_projectsNotFoundHasBeenSet =
true; m_projectsNotFound = std::forward<ProjectsNotFoundT>(value); }
57 template<
typename ProjectsNotFoundT = Aws::Vector<Aws::String>>
59 template<
typename ProjectsNotFoundT = Aws::String>
66 template<
typename RequestIdT = Aws::String>
67 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
68 template<
typename RequestIdT = Aws::String>
74 bool m_projectsHasBeenSet =
false;
77 bool m_projectsNotFoundHasBeenSet =
false;
80 bool m_requestIdHasBeenSet =
false;
const Aws::Vector< Project > & GetProjects() const
const Aws::Vector< Aws::String > & GetProjectsNotFound() const
void SetRequestId(RequestIdT &&value)
BatchGetProjectsResult & AddProjects(ProjectsT &&value)
BatchGetProjectsResult & WithProjects(ProjectsT &&value)
AWS_CODEBUILD_API BatchGetProjectsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchGetProjectsResult & WithRequestId(RequestIdT &&value)
void SetProjectsNotFound(ProjectsNotFoundT &&value)
BatchGetProjectsResult & WithProjectsNotFound(ProjectsNotFoundT &&value)
AWS_CODEBUILD_API BatchGetProjectsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetProjects(ProjectsT &&value)
BatchGetProjectsResult & AddProjectsNotFound(ProjectsNotFoundT &&value)
const Aws::String & GetRequestId() const
AWS_CODEBUILD_API BatchGetProjectsResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue