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;
82 inline void SetDescription(
const char* value) { m_description.assign(value); }
134 inline void SetKmsKeyArn(
const char* value) { m_kmsKeyArn.assign(value); }
145 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
GetHostedConfigurationVersionResult & WithKmsKeyArn(const Aws::String &value)
GetHostedConfigurationVersionResult & WithDescription(const char *value)
GetHostedConfigurationVersionResult & WithConfigurationProfileId(const Aws::String &value)
void ReplaceBody(Aws::IOStream *body)
AWS_APPCONFIG_API GetHostedConfigurationVersionResult & operator=(GetHostedConfigurationVersionResult &&)
void SetRequestId(const Aws::String &value)
GetHostedConfigurationVersionResult & WithContentType(const char *value)
GetHostedConfigurationVersionResult & WithContentType(const Aws::String &value)
void SetApplicationId(const char *value)
void SetVersionNumber(int value)
const Aws::String & GetRequestId() const
GetHostedConfigurationVersionResult & WithRequestId(const char *value)
void SetContentType(const Aws::String &value)
const Aws::String & GetApplicationId() const
void SetKmsKeyArn(const Aws::String &value)
void SetVersionLabel(const Aws::String &value)
AWS_APPCONFIG_API GetHostedConfigurationVersionResult(Aws::AmazonWebServiceResult< Aws::Utils::Stream::ResponseStream > &&result)
void SetConfigurationProfileId(const Aws::String &value)
void SetApplicationId(Aws::String &&value)
GetHostedConfigurationVersionResult & WithVersionNumber(int value)
void SetVersionLabel(Aws::String &&value)
GetHostedConfigurationVersionResult & WithApplicationId(Aws::String &&value)
GetHostedConfigurationVersionResult & WithVersionLabel(const Aws::String &value)
AWS_APPCONFIG_API GetHostedConfigurationVersionResult()
GetHostedConfigurationVersionResult & WithContentType(Aws::String &&value)
AWS_APPCONFIG_API GetHostedConfigurationVersionResult & operator=(Aws::AmazonWebServiceResult< Aws::Utils::Stream::ResponseStream > &&result)
int GetVersionNumber() const
void SetContentType(Aws::String &&value)
void SetContentType(const char *value)
void SetConfigurationProfileId(const char *value)
Aws::IOStream & GetContent() const
void SetKmsKeyArn(const char *value)
GetHostedConfigurationVersionResult(const GetHostedConfigurationVersionResult &)=delete
GetHostedConfigurationVersionResult & WithRequestId(const Aws::String &value)
GetHostedConfigurationVersionResult & WithApplicationId(const Aws::String &value)
GetHostedConfigurationVersionResult & operator=(const GetHostedConfigurationVersionResult &)=delete
void SetConfigurationProfileId(Aws::String &&value)
const Aws::String & GetDescription() const
void SetRequestId(const char *value)
void SetDescription(const char *value)
void SetRequestId(Aws::String &&value)
GetHostedConfigurationVersionResult & WithDescription(const Aws::String &value)
void SetApplicationId(const Aws::String &value)
AWS_APPCONFIG_API GetHostedConfigurationVersionResult(GetHostedConfigurationVersionResult &&)
GetHostedConfigurationVersionResult & WithVersionLabel(Aws::String &&value)
void SetDescription(const Aws::String &value)
GetHostedConfigurationVersionResult & WithVersionLabel(const char *value)
GetHostedConfigurationVersionResult & WithApplicationId(const char *value)
GetHostedConfigurationVersionResult & WithConfigurationProfileId(Aws::String &&value)
const Aws::String & GetKmsKeyArn() const
const Aws::String & GetContentType() const
GetHostedConfigurationVersionResult & WithDescription(Aws::String &&value)
void SetDescription(Aws::String &&value)
const Aws::String & GetVersionLabel() const
GetHostedConfigurationVersionResult & WithKmsKeyArn(const char *value)
GetHostedConfigurationVersionResult & WithRequestId(Aws::String &&value)
void SetVersionLabel(const char *value)
GetHostedConfigurationVersionResult & WithConfigurationProfileId(const char *value)
void SetKmsKeyArn(Aws::String &&value)
GetHostedConfigurationVersionResult & WithKmsKeyArn(Aws::String &&value)
const Aws::String & GetConfigurationProfileId() const
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