7#include <aws/appconfig/AppConfigRequest.h>
8#include <aws/appconfig/AppConfig_EXPORTS.h>
9#include <aws/core/utils/Array.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
28 inline virtual const char*
GetServiceRequestName()
const override {
return "CreateHostedConfigurationVersion"; }
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 ConfigurationProfileIdT = Aws::String>
58 m_configurationProfileIdHasBeenSet =
true;
59 m_configurationProfileId = std::forward<ConfigurationProfileIdT>(value);
61 template <
typename ConfigurationProfileIdT = Aws::String>
74 template <
typename DescriptionT = Aws::String>
76 m_descriptionHasBeenSet =
true;
77 m_description = std::forward<DescriptionT>(value);
79 template <
typename DescriptionT = Aws::String>
97 m_latestVersionNumberHasBeenSet =
true;
98 m_latestVersionNumber = value;
114 template <
typename VersionLabelT = Aws::String>
116 m_versionLabelHasBeenSet =
true;
117 m_versionLabel = std::forward<VersionLabelT>(value);
119 template <
typename VersionLabelT = Aws::String>
132 int m_latestVersionNumber{0};
135 bool m_applicationIdHasBeenSet =
false;
136 bool m_configurationProfileIdHasBeenSet =
false;
137 bool m_descriptionHasBeenSet =
false;
138 bool m_latestVersionNumberHasBeenSet =
false;
139 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