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/CommandExecution.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename CommandExecutionsT = Aws::Vector<CommandExecution>>
43 void SetCommandExecutions(CommandExecutionsT&& value) { m_commandExecutionsHasBeenSet =
true; m_commandExecutions = std::forward<CommandExecutionsT>(value); }
44 template<
typename CommandExecutionsT = Aws::Vector<CommandExecution>>
46 template<
typename CommandExecutionsT = CommandExecution>
55 template<
typename CommandExecutionsNotFoundT = Aws::Vector<Aws::String>>
56 void SetCommandExecutionsNotFound(CommandExecutionsNotFoundT&& value) { m_commandExecutionsNotFoundHasBeenSet =
true; m_commandExecutionsNotFound = std::forward<CommandExecutionsNotFoundT>(value); }
57 template<
typename CommandExecutionsNotFoundT = Aws::Vector<Aws::String>>
59 template<
typename CommandExecutionsNotFoundT = 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_commandExecutionsHasBeenSet =
false;
77 bool m_commandExecutionsNotFoundHasBeenSet =
false;
80 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