7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/codebuild/model/CommandExecution.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;
36 template <
typename CommandExecutionsT = Aws::Vector<CommandExecution>>
38 m_commandExecutionsHasBeenSet =
true;
39 m_commandExecutions = std::forward<CommandExecutionsT>(value);
41 template <
typename CommandExecutionsT = Aws::Vector<CommandExecution>>
46 template <
typename CommandExecutionsT = CommandExecution>
48 m_commandExecutionsHasBeenSet =
true;
49 m_commandExecutions.emplace_back(std::forward<CommandExecutionsT>(value));
59 template <
typename CommandExecutionsNotFoundT = Aws::Vector<Aws::String>>
61 m_commandExecutionsNotFoundHasBeenSet =
true;
62 m_commandExecutionsNotFound = std::forward<CommandExecutionsNotFoundT>(value);
64 template <
typename CommandExecutionsNotFoundT = Aws::Vector<Aws::String>>
69 template <
typename CommandExecutionsNotFoundT = Aws::String>
71 m_commandExecutionsNotFoundHasBeenSet =
true;
72 m_commandExecutionsNotFound.emplace_back(std::forward<CommandExecutionsNotFoundT>(value));
80 template <
typename RequestIdT = Aws::String>
82 m_requestIdHasBeenSet =
true;
83 m_requestId = std::forward<RequestIdT>(value);
85 template <
typename RequestIdT = Aws::String>
97 bool m_commandExecutionsHasBeenSet =
false;
98 bool m_commandExecutionsNotFoundHasBeenSet =
false;
99 bool m_requestIdHasBeenSet =
false;
AWS_CODEBUILD_API BatchGetCommandExecutionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< Aws::String > & GetCommandExecutionsNotFound() const
void SetCommandExecutions(CommandExecutionsT &&value)
const Aws::String & GetRequestId() const
AWS_CODEBUILD_API BatchGetCommandExecutionsResult()=default
BatchGetCommandExecutionsResult & WithRequestId(RequestIdT &&value)
BatchGetCommandExecutionsResult & WithCommandExecutions(CommandExecutionsT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::Vector< CommandExecution > & GetCommandExecutions() const
BatchGetCommandExecutionsResult & WithCommandExecutionsNotFound(CommandExecutionsNotFoundT &&value)
AWS_CODEBUILD_API BatchGetCommandExecutionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchGetCommandExecutionsResult & AddCommandExecutionsNotFound(CommandExecutionsNotFoundT &&value)
void SetCommandExecutionsNotFound(CommandExecutionsNotFoundT &&value)
BatchGetCommandExecutionsResult & AddCommandExecutions(CommandExecutionsT &&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