7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/launch-wizard/LaunchWizardRequest.h>
10#include <aws/launch-wizard/LaunchWizard_EXPORTS.h>
15namespace LaunchWizard {
41 template <
typename WorkloadNameT = Aws::String>
43 m_workloadNameHasBeenSet =
true;
44 m_workloadName = std::forward<WorkloadNameT>(value);
46 template <
typename WorkloadNameT = Aws::String>
63 template <
typename DeploymentPatternNameT = Aws::String>
65 m_deploymentPatternNameHasBeenSet =
true;
66 m_deploymentPatternName = std::forward<DeploymentPatternNameT>(value);
68 template <
typename DeploymentPatternNameT = Aws::String>
81 template <
typename NameT = Aws::String>
83 m_nameHasBeenSet =
true;
84 m_name = std::forward<NameT>(value);
86 template <
typename NameT = Aws::String>
88 SetName(std::forward<NameT>(value));
107 template <
typename SpecificationsT = Aws::Map<Aws::String, Aws::String>>
109 m_specificationsHasBeenSet =
true;
110 m_specifications = std::forward<SpecificationsT>(value);
112 template <
typename SpecificationsT = Aws::Map<Aws::String, Aws::String>>
117 template <
typename SpecificationsKeyT = Aws::String,
typename SpecificationsValueT = Aws::String>
119 m_specificationsHasBeenSet =
true;
120 m_specifications.emplace(std::forward<SpecificationsKeyT>(key), std::forward<SpecificationsValueT>(value));
135 m_dryRunHasBeenSet =
true;
150 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
152 m_tagsHasBeenSet =
true;
153 m_tags = std::forward<TagsT>(value);
155 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
157 SetTags(std::forward<TagsT>(value));
160 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
162 m_tagsHasBeenSet =
true;
163 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
176 bool m_dryRun{
false};
179 bool m_workloadNameHasBeenSet =
false;
180 bool m_deploymentPatternNameHasBeenSet =
false;
181 bool m_nameHasBeenSet =
false;
182 bool m_specificationsHasBeenSet =
false;
183 bool m_dryRunHasBeenSet =
false;
184 bool m_tagsHasBeenSet =
false;
void SetSpecifications(SpecificationsT &&value)
bool WorkloadNameHasBeenSet() const
void SetTags(TagsT &&value)
CreateDeploymentRequest & WithDeploymentPatternName(DeploymentPatternNameT &&value)
bool NameHasBeenSet() const
CreateDeploymentRequest & AddSpecifications(SpecificationsKeyT &&key, SpecificationsValueT &&value)
void SetDryRun(bool value)
CreateDeploymentRequest & WithName(NameT &&value)
const Aws::String & GetName() const
const Aws::Map< Aws::String, Aws::String > & GetSpecifications() const
AWS_LAUNCHWIZARD_API CreateDeploymentRequest()=default
bool SpecificationsHasBeenSet() const
CreateDeploymentRequest & WithTags(TagsT &&value)
bool DeploymentPatternNameHasBeenSet() const
bool DryRunHasBeenSet() const
void SetName(NameT &&value)
void SetDeploymentPatternName(DeploymentPatternNameT &&value)
CreateDeploymentRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetDeploymentPatternName() const
void SetWorkloadName(WorkloadNameT &&value)
CreateDeploymentRequest & WithWorkloadName(WorkloadNameT &&value)
CreateDeploymentRequest & WithSpecifications(SpecificationsT &&value)
const Aws::String & GetWorkloadName() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
AWS_LAUNCHWIZARD_API Aws::String SerializePayload() const override
CreateDeploymentRequest & WithDryRun(bool value)
bool TagsHasBeenSet() const
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