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>
49 template<
typename CommandT = Aws::String>
50 void SetCommand(CommandT&& value) { m_commandHasBeenSet =
true; m_command = std::forward<CommandT>(value); }
51 template<
typename CommandT = Aws::String>
61 template<
typename ArgumentsT = Aws::Vector<Aws::String>>
62 void SetArguments(ArgumentsT&& value) { m_argumentsHasBeenSet =
true; m_arguments = std::forward<ArgumentsT>(value); }
63 template<
typename ArgumentsT = Aws::Vector<Aws::String>>
65 template<
typename ArgumentsT = Aws::String>
71 bool m_commandHasBeenSet =
false;
74 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