7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/codebuild/model/BuildBatch.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename BuildBatchesT = Aws::Vector<BuildBatch>>
39 m_buildBatchesHasBeenSet =
true;
40 m_buildBatches = std::forward<BuildBatchesT>(value);
42 template <
typename BuildBatchesT = Aws::Vector<BuildBatch>>
47 template <
typename BuildBatchesT = BuildBatch>
49 m_buildBatchesHasBeenSet =
true;
50 m_buildBatches.emplace_back(std::forward<BuildBatchesT>(value));
61 template <
typename BuildBatchesNotFoundT = Aws::Vector<Aws::String>>
63 m_buildBatchesNotFoundHasBeenSet =
true;
64 m_buildBatchesNotFound = std::forward<BuildBatchesNotFoundT>(value);
66 template <
typename BuildBatchesNotFoundT = Aws::Vector<Aws::String>>
71 template <
typename BuildBatchesNotFoundT = Aws::String>
73 m_buildBatchesNotFoundHasBeenSet =
true;
74 m_buildBatchesNotFound.emplace_back(std::forward<BuildBatchesNotFoundT>(value));
82 template <
typename RequestIdT = Aws::String>
84 m_requestIdHasBeenSet =
true;
85 m_requestId = std::forward<RequestIdT>(value);
87 template <
typename RequestIdT = Aws::String>
99 bool m_buildBatchesHasBeenSet =
false;
100 bool m_buildBatchesNotFoundHasBeenSet =
false;
101 bool m_requestIdHasBeenSet =
false;
void SetBuildBatches(BuildBatchesT &&value)
const Aws::Vector< Aws::String > & GetBuildBatchesNotFound() const
AWS_CODEBUILD_API BatchGetBuildBatchesResult()=default
BatchGetBuildBatchesResult & WithBuildBatchesNotFound(BuildBatchesNotFoundT &&value)
BatchGetBuildBatchesResult & AddBuildBatchesNotFound(BuildBatchesNotFoundT &&value)
AWS_CODEBUILD_API BatchGetBuildBatchesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< BuildBatch > & GetBuildBatches() const
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
BatchGetBuildBatchesResult & WithRequestId(RequestIdT &&value)
AWS_CODEBUILD_API BatchGetBuildBatchesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchGetBuildBatchesResult & AddBuildBatches(BuildBatchesT &&value)
BatchGetBuildBatchesResult & WithBuildBatches(BuildBatchesT &&value)
void SetBuildBatchesNotFound(BuildBatchesNotFoundT &&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