7#include <aws/appconfig/AppConfig_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
40 template <
typename ApplicationIdT = Aws::String>
42 m_applicationIdHasBeenSet =
true;
43 m_applicationId = std::forward<ApplicationIdT>(value);
45 template <
typename ApplicationIdT = Aws::String>
58 template <
typename ConfigurationProfileIdT = Aws::String>
60 m_configurationProfileIdHasBeenSet =
true;
61 m_configurationProfileId = std::forward<ConfigurationProfileIdT>(value);
63 template <
typename ConfigurationProfileIdT = Aws::String>
77 m_versionNumberHasBeenSet =
true;
78 m_versionNumber = value;
92 template <
typename DescriptionT = Aws::String>
94 m_descriptionHasBeenSet =
true;
95 m_description = std::forward<DescriptionT>(value);
97 template <
typename DescriptionT = Aws::String>
112 template <
typename ContentTypeT = Aws::String>
114 m_contentTypeHasBeenSet =
true;
115 m_contentType = std::forward<ContentTypeT>(value);
117 template <
typename ContentTypeT = Aws::String>
130 template <
typename VersionLabelT = Aws::String>
132 m_versionLabelHasBeenSet =
true;
133 m_versionLabel = std::forward<VersionLabelT>(value);
135 template <
typename VersionLabelT = Aws::String>
150 template <
typename KmsKeyArnT = Aws::String>
152 m_kmsKeyArnHasBeenSet =
true;
153 m_kmsKeyArn = std::forward<KmsKeyArnT>(value);
155 template <
typename KmsKeyArnT = Aws::String>
166 int m_versionNumber{0};
175 bool m_applicationIdHasBeenSet =
false;
176 bool m_configurationProfileIdHasBeenSet =
false;
177 bool m_versionNumberHasBeenSet =
false;
178 bool m_descriptionHasBeenSet =
false;
179 bool m_contentTypeHasBeenSet =
false;
180 bool m_versionLabelHasBeenSet =
false;
181 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