7#include <aws/appconfig/AppConfig_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/Array.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/stream/ResponseStream.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
40 template <
typename ApplicationIdT = Aws::String>
42 m_applicationIdHasBeenSet =
true;
43 m_applicationId = std::forward<ApplicationIdT>(value);
45 template <
typename ApplicationIdT = Aws::String>
57 template <
typename ConfigurationProfileIdT = Aws::String>
59 m_configurationProfileIdHasBeenSet =
true;
60 m_configurationProfileId = std::forward<ConfigurationProfileIdT>(value);
62 template <
typename ConfigurationProfileIdT = Aws::String>
75 m_versionNumberHasBeenSet =
true;
76 m_versionNumber = value;
89 template <
typename DescriptionT = Aws::String>
91 m_descriptionHasBeenSet =
true;
92 m_description = std::forward<DescriptionT>(value);
94 template <
typename DescriptionT = Aws::String>
117 template <
typename ContentTypeT = Aws::String>
119 m_contentTypeHasBeenSet =
true;
120 m_contentType = std::forward<ContentTypeT>(value);
122 template <
typename ContentTypeT = Aws::String>
134 template <
typename VersionLabelT = Aws::String>
136 m_versionLabelHasBeenSet =
true;
137 m_versionLabel = std::forward<VersionLabelT>(value);
139 template <
typename VersionLabelT = Aws::String>
153 template <
typename KmsKeyArnT = Aws::String>
155 m_kmsKeyArnHasBeenSet =
true;
156 m_kmsKeyArn = std::forward<KmsKeyArnT>(value);
158 template <
typename KmsKeyArnT = Aws::String>
168 template <
typename RequestIdT = Aws::String>
170 m_requestIdHasBeenSet =
true;
171 m_requestId = std::forward<RequestIdT>(value);
173 template <
typename RequestIdT = Aws::String>
186 int m_versionNumber{0};
200 bool m_applicationIdHasBeenSet =
false;
201 bool m_configurationProfileIdHasBeenSet =
false;
202 bool m_versionNumberHasBeenSet =
false;
203 bool m_descriptionHasBeenSet =
false;
204 bool m_contentHasBeenSet =
false;
205 bool m_contentTypeHasBeenSet =
false;
206 bool m_versionLabelHasBeenSet =
false;
207 bool m_kmsKeyArnHasBeenSet =
false;
208 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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