7#include <aws/appconfig/AppConfigRequest.h>
8#include <aws/appconfig/AppConfig_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
38 template <
typename ApplicationIdT = Aws::String>
40 m_applicationIdHasBeenSet =
true;
41 m_applicationId = std::forward<ApplicationIdT>(value);
43 template <
typename ApplicationIdT = Aws::String>
56 template <
typename EnvironmentIdT = Aws::String>
58 m_environmentIdHasBeenSet =
true;
59 m_environmentId = std::forward<EnvironmentIdT>(value);
61 template <
typename EnvironmentIdT = Aws::String>
74 template <
typename DeploymentStrategyIdT = Aws::String>
76 m_deploymentStrategyIdHasBeenSet =
true;
77 m_deploymentStrategyId = std::forward<DeploymentStrategyIdT>(value);
79 template <
typename DeploymentStrategyIdT = Aws::String>
92 template <
typename ConfigurationProfileIdT = Aws::String>
94 m_configurationProfileIdHasBeenSet =
true;
95 m_configurationProfileId = std::forward<ConfigurationProfileIdT>(value);
97 template <
typename ConfigurationProfileIdT = Aws::String>
112 template <
typename ConfigurationVersionT = Aws::String>
114 m_configurationVersionHasBeenSet =
true;
115 m_configurationVersion = std::forward<ConfigurationVersionT>(value);
117 template <
typename ConfigurationVersionT = Aws::String>
130 template <
typename DescriptionT = Aws::String>
132 m_descriptionHasBeenSet =
true;
133 m_description = std::forward<DescriptionT>(value);
135 template <
typename DescriptionT = Aws::String>
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));
175 template <
typename KmsKeyIdentifierT = Aws::String>
177 m_kmsKeyIdentifierHasBeenSet =
true;
178 m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value);
180 template <
typename KmsKeyIdentifierT = Aws::String>
194 template <
typename DynamicExtensionParametersT = Aws::Map<Aws::String, Aws::String>>
196 m_dynamicExtensionParametersHasBeenSet =
true;
197 m_dynamicExtensionParameters = std::forward<DynamicExtensionParametersT>(value);
199 template <
typename DynamicExtensionParametersT = Aws::Map<Aws::String, Aws::String>>
204 template <
typename DynamicExtensionParametersKeyT = Aws::String,
typename DynamicExtensionParametersValueT = Aws::String>
206 m_dynamicExtensionParametersHasBeenSet =
true;
207 m_dynamicExtensionParameters.emplace(std::forward<DynamicExtensionParametersKeyT>(key),
208 std::forward<DynamicExtensionParametersValueT>(value));
230 bool m_applicationIdHasBeenSet =
false;
231 bool m_environmentIdHasBeenSet =
false;
232 bool m_deploymentStrategyIdHasBeenSet =
false;
233 bool m_configurationProfileIdHasBeenSet =
false;
234 bool m_configurationVersionHasBeenSet =
false;
235 bool m_descriptionHasBeenSet =
false;
236 bool m_tagsHasBeenSet =
false;
237 bool m_kmsKeyIdentifierHasBeenSet =
false;
238 bool m_dynamicExtensionParametersHasBeenSet =
false;
StartDeploymentRequest & WithDynamicExtensionParameters(DynamicExtensionParametersT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetEnvironmentId() const
AWS_APPCONFIG_API StartDeploymentRequest()=default
const Aws::String & GetDeploymentStrategyId() const
const Aws::String & GetApplicationId() const
StartDeploymentRequest & WithConfigurationVersion(ConfigurationVersionT &&value)
StartDeploymentRequest & WithConfigurationProfileId(ConfigurationProfileIdT &&value)
void SetKmsKeyIdentifier(KmsKeyIdentifierT &&value)
const Aws::String & GetDescription() const
StartDeploymentRequest & WithApplicationId(ApplicationIdT &&value)
void SetApplicationId(ApplicationIdT &&value)
void SetDescription(DescriptionT &&value)
bool EnvironmentIdHasBeenSet() const
void SetConfigurationVersion(ConfigurationVersionT &&value)
StartDeploymentRequest & WithDeploymentStrategyId(DeploymentStrategyIdT &&value)
void SetDeploymentStrategyId(DeploymentStrategyIdT &&value)
StartDeploymentRequest & WithDescription(DescriptionT &&value)
void SetEnvironmentId(EnvironmentIdT &&value)
bool ApplicationIdHasBeenSet() const
void SetTags(TagsT &&value)
bool TagsHasBeenSet() const
bool ConfigurationProfileIdHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetDynamicExtensionParameters() const
bool DynamicExtensionParametersHasBeenSet() const
const Aws::String & GetKmsKeyIdentifier() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetDynamicExtensionParameters(DynamicExtensionParametersT &&value)
const Aws::String & GetConfigurationVersion() const
StartDeploymentRequest & AddDynamicExtensionParameters(DynamicExtensionParametersKeyT &&key, DynamicExtensionParametersValueT &&value)
virtual const char * GetServiceRequestName() const override
StartDeploymentRequest & WithEnvironmentId(EnvironmentIdT &&value)
StartDeploymentRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::String & GetConfigurationProfileId() const
bool ConfigurationVersionHasBeenSet() const
StartDeploymentRequest & WithKmsKeyIdentifier(KmsKeyIdentifierT &&value)
bool KmsKeyIdentifierHasBeenSet() const
void SetConfigurationProfileId(ConfigurationProfileIdT &&value)
AWS_APPCONFIG_API Aws::String SerializePayload() const override
StartDeploymentRequest & WithTags(TagsT &&value)
bool DeploymentStrategyIdHasBeenSet() 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