7#include <aws/appconfig/AppConfig_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename ApplicationIdT = Aws::String>
47 void SetApplicationId(ApplicationIdT&& value) { m_applicationIdHasBeenSet =
true; m_applicationId = std::forward<ApplicationIdT>(value); }
48 template<
typename ApplicationIdT = Aws::String>
58 template<
typename ConfigurationProfileIdT = Aws::String>
59 void SetConfigurationProfileId(ConfigurationProfileIdT&& value) { m_configurationProfileIdHasBeenSet =
true; m_configurationProfileId = std::forward<ConfigurationProfileIdT>(value); }
60 template<
typename ConfigurationProfileIdT = Aws::String>
70 inline void SetVersionNumber(
int value) { m_versionNumberHasBeenSet =
true; m_versionNumber = value; }
80 template<
typename DescriptionT = Aws::String>
81 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
82 template<
typename DescriptionT = Aws::String>
94 template<
typename ContentTypeT = Aws::String>
95 void SetContentType(ContentTypeT&& value) { m_contentTypeHasBeenSet =
true; m_contentType = std::forward<ContentTypeT>(value); }
96 template<
typename ContentTypeT = Aws::String>
106 template<
typename VersionLabelT = Aws::String>
107 void SetVersionLabel(VersionLabelT&& value) { m_versionLabelHasBeenSet =
true; m_versionLabel = std::forward<VersionLabelT>(value); }
108 template<
typename VersionLabelT = Aws::String>
120 template<
typename KmsKeyArnT = Aws::String>
121 void SetKmsKeyArn(KmsKeyArnT&& value) { m_kmsKeyArnHasBeenSet =
true; m_kmsKeyArn = std::forward<KmsKeyArnT>(value); }
122 template<
typename KmsKeyArnT = Aws::String>
128 bool m_applicationIdHasBeenSet =
false;
131 bool m_configurationProfileIdHasBeenSet =
false;
133 int m_versionNumber{0};
134 bool m_versionNumberHasBeenSet =
false;
137 bool m_descriptionHasBeenSet =
false;
140 bool m_contentTypeHasBeenSet =
false;
143 bool m_versionLabelHasBeenSet =
false;
146 bool m_kmsKeyArnHasBeenSet =
false;
AWS_APPCONFIG_API HostedConfigurationVersionSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
int GetVersionNumber() const
const Aws::String & GetKmsKeyArn() const
HostedConfigurationVersionSummary & WithApplicationId(ApplicationIdT &&value)
const Aws::String & GetConfigurationProfileId() const
HostedConfigurationVersionSummary & WithDescription(DescriptionT &&value)
HostedConfigurationVersionSummary & WithVersionNumber(int value)
AWS_APPCONFIG_API Aws::Utils::Json::JsonValue Jsonize() const
bool ApplicationIdHasBeenSet() const
HostedConfigurationVersionSummary & WithContentType(ContentTypeT &&value)
void SetDescription(DescriptionT &&value)
bool ConfigurationProfileIdHasBeenSet() const
bool VersionLabelHasBeenSet() const
HostedConfigurationVersionSummary & WithKmsKeyArn(KmsKeyArnT &&value)
void SetConfigurationProfileId(ConfigurationProfileIdT &&value)
HostedConfigurationVersionSummary & WithConfigurationProfileId(ConfigurationProfileIdT &&value)
AWS_APPCONFIG_API HostedConfigurationVersionSummary(Aws::Utils::Json::JsonView jsonValue)
bool KmsKeyArnHasBeenSet() const
void SetKmsKeyArn(KmsKeyArnT &&value)
void SetVersionNumber(int value)
bool ContentTypeHasBeenSet() const
void SetApplicationId(ApplicationIdT &&value)
AWS_APPCONFIG_API HostedConfigurationVersionSummary()=default
const Aws::String & GetVersionLabel() const
const Aws::String & GetDescription() const
void SetContentType(ContentTypeT &&value)
const Aws::String & GetContentType() const
bool VersionNumberHasBeenSet() const
void SetVersionLabel(VersionLabelT &&value)
HostedConfigurationVersionSummary & WithVersionLabel(VersionLabelT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetApplicationId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue