7#include <aws/codecatalyst/CodeCatalyst_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
20namespace CodeCatalyst {
43 template <
typename CommandT = Aws::String>
45 m_commandHasBeenSet =
true;
46 m_command = std::forward<CommandT>(value);
48 template <
typename CommandT = Aws::String>
61 template <
typename ArgumentsT = Aws::Vector<Aws::String>>
63 m_argumentsHasBeenSet =
true;
64 m_arguments = std::forward<ArgumentsT>(value);
66 template <
typename ArgumentsT = Aws::Vector<Aws::String>>
71 template <
typename ArgumentsT = Aws::String>
73 m_argumentsHasBeenSet =
true;
74 m_arguments.emplace_back(std::forward<ArgumentsT>(value));
82 bool m_commandHasBeenSet =
false;
83 bool m_argumentsHasBeenSet =
false;
ExecuteCommandSessionConfiguration & AddArguments(ArgumentsT &&value)
AWS_CODECATALYST_API ExecuteCommandSessionConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
ExecuteCommandSessionConfiguration & WithCommand(CommandT &&value)
AWS_CODECATALYST_API ExecuteCommandSessionConfiguration(Aws::Utils::Json::JsonView jsonValue)
ExecuteCommandSessionConfiguration & WithArguments(ArgumentsT &&value)
bool CommandHasBeenSet() const
void SetCommand(CommandT &&value)
const Aws::Vector< Aws::String > & GetArguments() const
AWS_CODECATALYST_API Aws::Utils::Json::JsonValue Jsonize() const
bool ArgumentsHasBeenSet() const
AWS_CODECATALYST_API ExecuteCommandSessionConfiguration()=default
void SetArguments(ArgumentsT &&value)
const Aws::String & GetCommand() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue