7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/codebuild/CodeBuildRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
44 template<
typename SandboxIdT = Aws::String>
45 void SetSandboxId(SandboxIdT&& value) { m_sandboxIdHasBeenSet =
true; m_sandboxId = std::forward<SandboxIdT>(value); }
46 template<
typename SandboxIdT = Aws::String>
56 template<
typename CommandExecutionIdsT = Aws::Vector<Aws::String>>
57 void SetCommandExecutionIds(CommandExecutionIdsT&& value) { m_commandExecutionIdsHasBeenSet =
true; m_commandExecutionIds = std::forward<CommandExecutionIdsT>(value); }
58 template<
typename CommandExecutionIdsT = Aws::Vector<Aws::String>>
60 template<
typename CommandExecutionIdsT = Aws::String>
66 bool m_sandboxIdHasBeenSet =
false;
69 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