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/codebuild/model/CommandType.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 CommandT = Aws::String>
57 void SetCommand(CommandT&& value) { m_commandHasBeenSet =
true; m_command = std::forward<CommandT>(value); }
58 template<
typename CommandT = Aws::String>
74 bool m_sandboxIdHasBeenSet =
false;
77 bool m_commandHasBeenSet =
false;
80 bool m_typeHasBeenSet =
false;
AWS_CODEBUILD_API StartCommandExecutionRequest()=default
bool CommandHasBeenSet() const
StartCommandExecutionRequest & WithType(CommandType value)
void SetSandboxId(SandboxIdT &&value)
AWS_CODEBUILD_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetCommand() const
StartCommandExecutionRequest & WithCommand(CommandT &&value)
void SetType(CommandType value)
virtual const char * GetServiceRequestName() const override
bool SandboxIdHasBeenSet() const
AWS_CODEBUILD_API Aws::String SerializePayload() const override
void SetCommand(CommandT &&value)
const Aws::String & GetSandboxId() const
StartCommandExecutionRequest & WithSandboxId(SandboxIdT &&value)
bool TypeHasBeenSet() const
CommandType GetType() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String