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/BuildBatch.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template<
typename BuildBatchesT = Aws::Vector<BuildBatch>>
44 void SetBuildBatches(BuildBatchesT&& value) { m_buildBatchesHasBeenSet =
true; m_buildBatches = std::forward<BuildBatchesT>(value); }
45 template<
typename BuildBatchesT = Aws::Vector<BuildBatch>>
47 template<
typename BuildBatchesT = BuildBatch>
57 template<
typename BuildBatchesNotFoundT = Aws::Vector<Aws::String>>
58 void SetBuildBatchesNotFound(BuildBatchesNotFoundT&& value) { m_buildBatchesNotFoundHasBeenSet =
true; m_buildBatchesNotFound = std::forward<BuildBatchesNotFoundT>(value); }
59 template<
typename BuildBatchesNotFoundT = Aws::Vector<Aws::String>>
61 template<
typename BuildBatchesNotFoundT = Aws::String>
68 template<
typename RequestIdT = Aws::String>
69 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
70 template<
typename RequestIdT = Aws::String>
76 bool m_buildBatchesHasBeenSet =
false;
79 bool m_buildBatchesNotFoundHasBeenSet =
false;
82 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