7#include <aws/codebuild/CodeBuildRequest.h>
8#include <aws/codebuild/CodeBuild_EXPORTS.h>
9#include <aws/codebuild/model/CommandType.h>
10#include <aws/core/utils/memory/stl/AWSString.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 CommandT = Aws::String>
60 m_commandHasBeenSet =
true;
61 m_command = std::forward<CommandT>(value);
63 template <
typename CommandT = Aws::String>
77 m_typeHasBeenSet =
true;
91 bool m_sandboxIdHasBeenSet =
false;
92 bool m_commandHasBeenSet =
false;
93 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