7#include <aws/appconfig/AppConfig_EXPORTS.h>
8#include <aws/core/utils/stream/ResponseStream.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/Array.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
44 template<
typename ApplicationIdT = Aws::String>
45 void SetApplicationId(ApplicationIdT&& value) { m_applicationIdHasBeenSet =
true; m_applicationId = std::forward<ApplicationIdT>(value); }
46 template<
typename ApplicationIdT = Aws::String>
55 template<
typename ConfigurationProfileIdT = Aws::String>
56 void SetConfigurationProfileId(ConfigurationProfileIdT&& value) { m_configurationProfileIdHasBeenSet =
true; m_configurationProfileId = std::forward<ConfigurationProfileIdT>(value); }
57 template<
typename ConfigurationProfileIdT = Aws::String>
66 inline void SetVersionNumber(
int value) { m_versionNumberHasBeenSet =
true; m_versionNumber = value; }
75 template<
typename DescriptionT = Aws::String>
76 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
77 template<
typename DescriptionT = Aws::String>
97 template<
typename ContentTypeT = Aws::String>
98 void SetContentType(ContentTypeT&& value) { m_contentTypeHasBeenSet =
true; m_contentType = std::forward<ContentTypeT>(value); }
99 template<
typename ContentTypeT = Aws::String>
108 template<
typename VersionLabelT = Aws::String>
109 void SetVersionLabel(VersionLabelT&& value) { m_versionLabelHasBeenSet =
true; m_versionLabel = std::forward<VersionLabelT>(value); }
110 template<
typename VersionLabelT = Aws::String>
121 template<
typename KmsKeyArnT = Aws::String>
122 void SetKmsKeyArn(KmsKeyArnT&& value) { m_kmsKeyArnHasBeenSet =
true; m_kmsKeyArn = std::forward<KmsKeyArnT>(value); }
123 template<
typename KmsKeyArnT = Aws::String>
130 template<
typename RequestIdT = Aws::String>
131 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
132 template<
typename RequestIdT = Aws::String>
138 bool m_applicationIdHasBeenSet =
false;
141 bool m_configurationProfileIdHasBeenSet =
false;
143 int m_versionNumber{0};
144 bool m_versionNumberHasBeenSet =
false;
147 bool m_descriptionHasBeenSet =
false;
150 bool m_contentHasBeenSet =
false;
153 bool m_contentTypeHasBeenSet =
false;
156 bool m_versionLabelHasBeenSet =
false;
159 bool m_kmsKeyArnHasBeenSet =
false;
162 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