7#include <aws/codebuild/CodeBuildRequest.h>
8#include <aws/codebuild/CodeBuild_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
40 template <
typename SandboxIdT = Aws::String>
42 m_sandboxIdHasBeenSet =
true;
43 m_sandboxId = std::forward<SandboxIdT>(value);
45 template <
typename SandboxIdT = Aws::String>
58 template <
typename CommandExecutionIdsT = Aws::Vector<Aws::String>>
60 m_commandExecutionIdsHasBeenSet =
true;
61 m_commandExecutionIds = std::forward<CommandExecutionIdsT>(value);
63 template <
typename CommandExecutionIdsT = Aws::Vector<Aws::String>>
68 template <
typename CommandExecutionIdsT = Aws::String>
70 m_commandExecutionIdsHasBeenSet =
true;
71 m_commandExecutionIds.emplace_back(std::forward<CommandExecutionIdsT>(value));
79 bool m_sandboxIdHasBeenSet =
false;
80 bool m_commandExecutionIdsHasBeenSet =
false;
BatchGetCommandExecutionsRequest & AddCommandExecutionIds(CommandExecutionIdsT &&value)
AWS_CODEBUILD_API Aws::String SerializePayload() const override
bool CommandExecutionIdsHasBeenSet() const
BatchGetCommandExecutionsRequest & WithCommandExecutionIds(CommandExecutionIdsT &&value)
void SetCommandExecutionIds(CommandExecutionIdsT &&value)
const Aws::String & GetSandboxId() const
const Aws::Vector< Aws::String > & GetCommandExecutionIds() const
BatchGetCommandExecutionsRequest & WithSandboxId(SandboxIdT &&value)
void SetSandboxId(SandboxIdT &&value)
AWS_CODEBUILD_API BatchGetCommandExecutionsRequest()=default
AWS_CODEBUILD_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool SandboxIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector