7#include <aws/appconfig/AppConfig_EXPORTS.h>
8#include <aws/appconfig/AppConfigRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/Array.h>
31 inline virtual const char*
GetServiceRequestName()
const override {
return "CreateHostedConfigurationVersion"; }
42 template<
typename ApplicationIdT = Aws::String>
43 void SetApplicationId(ApplicationIdT&& value) { m_applicationIdHasBeenSet =
true; m_applicationId = std::forward<ApplicationIdT>(value); }
44 template<
typename ApplicationIdT = Aws::String>
54 template<
typename ConfigurationProfileIdT = Aws::String>
55 void SetConfigurationProfileId(ConfigurationProfileIdT&& value) { m_configurationProfileIdHasBeenSet =
true; m_configurationProfileId = std::forward<ConfigurationProfileIdT>(value); }
56 template<
typename ConfigurationProfileIdT = Aws::String>
66 template<
typename DescriptionT = Aws::String>
67 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
68 template<
typename DescriptionT = Aws::String>
82 inline void SetLatestVersionNumber(
int value) { m_latestVersionNumberHasBeenSet =
true; m_latestVersionNumber = value; }
94 template<
typename VersionLabelT = Aws::String>
95 void SetVersionLabel(VersionLabelT&& value) { m_versionLabelHasBeenSet =
true; m_versionLabel = std::forward<VersionLabelT>(value); }
96 template<
typename VersionLabelT = Aws::String>
102 bool m_applicationIdHasBeenSet =
false;
105 bool m_configurationProfileIdHasBeenSet =
false;
108 bool m_descriptionHasBeenSet =
false;
111 int m_latestVersionNumber{0};
112 bool m_latestVersionNumberHasBeenSet =
false;
115 bool m_versionLabelHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
void SetDescription(DescriptionT &&value)
bool LatestVersionNumberHasBeenSet() const
void SetConfigurationProfileId(ConfigurationProfileIdT &&value)
void SetVersionLabel(VersionLabelT &&value)
bool ConfigurationProfileIdHasBeenSet() const
const Aws::String & GetApplicationId() const
CreateHostedConfigurationVersionRequest & WithDescription(DescriptionT &&value)
AWS_APPCONFIG_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool VersionLabelHasBeenSet() const
void SetLatestVersionNumber(int value)
CreateHostedConfigurationVersionRequest & WithLatestVersionNumber(int value)
const Aws::String & GetDescription() const
int GetLatestVersionNumber() const
const Aws::String & GetConfigurationProfileId() const
CreateHostedConfigurationVersionRequest & WithConfigurationProfileId(ConfigurationProfileIdT &&value)
CreateHostedConfigurationVersionRequest & WithApplicationId(ApplicationIdT &&value)
bool ApplicationIdHasBeenSet() const
AWS_APPCONFIG_API CreateHostedConfigurationVersionRequest()=default
void SetApplicationId(ApplicationIdT &&value)
bool DescriptionHasBeenSet() const
CreateHostedConfigurationVersionRequest & WithVersionLabel(VersionLabelT &&value)
const Aws::String & GetVersionLabel() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String