7#include <aws/opsworks/OpsWorks_EXPORTS.h>
8#include <aws/opsworks/model/DeploymentCommandName.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
111 bool m_nameHasBeenSet =
false;
114 bool m_argsHasBeenSet =
false;
DeploymentCommand & AddArgs(Aws::String &&key, Aws::Vector< Aws::String > &&value)
void SetArgs(const Aws::Map< Aws::String, Aws::Vector< Aws::String > > &value)
DeploymentCommand & AddArgs(const char *key, const Aws::Vector< Aws::String > &value)
void SetArgs(Aws::Map< Aws::String, Aws::Vector< Aws::String > > &&value)
DeploymentCommand & WithName(DeploymentCommandName &&value)
void SetName(DeploymentCommandName &&value)
DeploymentCommand & WithName(const DeploymentCommandName &value)
AWS_OPSWORKS_API DeploymentCommand(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
DeploymentCommand & AddArgs(const char *key, Aws::Vector< Aws::String > &&value)
bool ArgsHasBeenSet() const
void SetName(const DeploymentCommandName &value)
AWS_OPSWORKS_API DeploymentCommand & operator=(Aws::Utils::Json::JsonView jsonValue)
DeploymentCommand & AddArgs(Aws::String &&key, const Aws::Vector< Aws::String > &value)
AWS_OPSWORKS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Map< Aws::String, Aws::Vector< Aws::String > > & GetArgs() const
DeploymentCommand & WithArgs(const Aws::Map< Aws::String, Aws::Vector< Aws::String > > &value)
DeploymentCommand & WithArgs(Aws::Map< Aws::String, Aws::Vector< Aws::String > > &&value)
const DeploymentCommandName & GetName() const
DeploymentCommand & AddArgs(const Aws::String &key, const Aws::Vector< Aws::String > &value)
DeploymentCommand & AddArgs(const Aws::String &key, Aws::Vector< Aws::String > &&value)
AWS_OPSWORKS_API DeploymentCommand()
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue