7#include <aws/appconfig/AppConfig_EXPORTS.h>
8#include <aws/core/utils/Array.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/stream/ResponseStream.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
39 template <
typename ApplicationIdT = Aws::String>
41 m_applicationIdHasBeenSet =
true;
42 m_applicationId = std::forward<ApplicationIdT>(value);
44 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 m_versionNumberHasBeenSet =
true;
75 m_versionNumber = value;
88 template <
typename DescriptionT = Aws::String>
90 m_descriptionHasBeenSet =
true;
91 m_description = std::forward<DescriptionT>(value);
93 template <
typename DescriptionT = Aws::String>
116 template <
typename ContentTypeT = Aws::String>
118 m_contentTypeHasBeenSet =
true;
119 m_contentType = std::forward<ContentTypeT>(value);
121 template <
typename ContentTypeT = Aws::String>
133 template <
typename VersionLabelT = Aws::String>
135 m_versionLabelHasBeenSet =
true;
136 m_versionLabel = std::forward<VersionLabelT>(value);
138 template <
typename VersionLabelT = Aws::String>
152 template <
typename KmsKeyArnT = Aws::String>
154 m_kmsKeyArnHasBeenSet =
true;
155 m_kmsKeyArn = std::forward<KmsKeyArnT>(value);
157 template <
typename KmsKeyArnT = Aws::String>
167 template <
typename RequestIdT = Aws::String>
169 m_requestIdHasBeenSet =
true;
170 m_requestId = std::forward<RequestIdT>(value);
172 template <
typename RequestIdT = Aws::String>
183 int m_versionNumber{0};
196 bool m_applicationIdHasBeenSet =
false;
197 bool m_configurationProfileIdHasBeenSet =
false;
198 bool m_versionNumberHasBeenSet =
false;
199 bool m_descriptionHasBeenSet =
false;
200 bool m_contentHasBeenSet =
false;
201 bool m_contentTypeHasBeenSet =
false;
202 bool m_versionLabelHasBeenSet =
false;
203 bool m_kmsKeyArnHasBeenSet =
false;
204 bool m_requestIdHasBeenSet =
false;
AWS_APPCONFIG_API CreateHostedConfigurationVersionResult & operator=(CreateHostedConfigurationVersionResult &&)=default
AWS_APPCONFIG_API CreateHostedConfigurationVersionResult & operator=(Aws::AmazonWebServiceResult< Aws::Utils::Stream::ResponseStream > &&result)
AWS_APPCONFIG_API CreateHostedConfigurationVersionResult(Aws::AmazonWebServiceResult< Aws::Utils::Stream::ResponseStream > &&result)
CreateHostedConfigurationVersionResult & WithKmsKeyArn(KmsKeyArnT &&value)
CreateHostedConfigurationVersionResult & WithContentType(ContentTypeT &&value)
AWS_APPCONFIG_API CreateHostedConfigurationVersionResult(CreateHostedConfigurationVersionResult &&)=default
const Aws::String & GetDescription() const
void SetConfigurationProfileId(ConfigurationProfileIdT &&value)
void ReplaceBody(Aws::IOStream *body)
CreateHostedConfigurationVersionResult & WithVersionLabel(VersionLabelT &&value)
CreateHostedConfigurationVersionResult & WithConfigurationProfileId(ConfigurationProfileIdT &&value)
void SetKmsKeyArn(KmsKeyArnT &&value)
void SetApplicationId(ApplicationIdT &&value)
const Aws::String & GetContentType() const
CreateHostedConfigurationVersionResult & WithVersionNumber(int value)
const Aws::String & GetApplicationId() const
CreateHostedConfigurationVersionResult(const CreateHostedConfigurationVersionResult &)=delete
void SetVersionNumber(int value)
CreateHostedConfigurationVersionResult & WithDescription(DescriptionT &&value)
void SetVersionLabel(VersionLabelT &&value)
CreateHostedConfigurationVersionResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
void SetDescription(DescriptionT &&value)
void SetContentType(ContentTypeT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetVersionLabel() const
const Aws::String & GetKmsKeyArn() const
const Aws::String & GetConfigurationProfileId() const
AWS_APPCONFIG_API CreateHostedConfigurationVersionResult()=default
int GetVersionNumber() const
CreateHostedConfigurationVersionResult & operator=(const CreateHostedConfigurationVersionResult &)=delete
Aws::IOStream & GetContent() const
CreateHostedConfigurationVersionResult & WithApplicationId(ApplicationIdT &&value)
Aws::IOStream & GetUnderlyingStream() const
std::basic_iostream< char, std::char_traits< char > > IOStream
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String