7#include <aws/geo-maps/GeoMaps_EXPORTS.h>
8#include <aws/core/utils/stream/ResponseStream.h>
9#include <aws/core/utils/Array.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
57 inline void SetContentType(
const char* value) { m_contentType.assign(value); }
83 inline void SetETag(
const char* value) { m_eTag.assign(value); }
94 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
void SetContentType(Aws::String &&value)
const Aws::String & GetRequestId() const
GetGlyphsResult & operator=(const GetGlyphsResult &)=delete
GetGlyphsResult & WithContentType(const Aws::String &value)
GetGlyphsResult & WithETag(Aws::String &&value)
void SetETag(Aws::String &&value)
AWS_GEOMAPS_API GetGlyphsResult(Aws::AmazonWebServiceResult< Aws::Utils::Stream::ResponseStream > &&result)
Aws::IOStream & GetBlob() const
GetGlyphsResult(const GetGlyphsResult &)=delete
void SetRequestId(const Aws::String &value)
GetGlyphsResult & WithRequestId(const Aws::String &value)
GetGlyphsResult & WithRequestId(const char *value)
GetGlyphsResult & WithContentType(Aws::String &&value)
void SetETag(const Aws::String &value)
AWS_GEOMAPS_API GetGlyphsResult(GetGlyphsResult &&)
AWS_GEOMAPS_API GetGlyphsResult & operator=(Aws::AmazonWebServiceResult< Aws::Utils::Stream::ResponseStream > &&result)
void ReplaceBody(Aws::IOStream *body)
void SetETag(const char *value)
GetGlyphsResult & WithCacheControl(Aws::String &&value)
AWS_GEOMAPS_API GetGlyphsResult & operator=(GetGlyphsResult &&)
GetGlyphsResult & WithETag(const char *value)
void SetCacheControl(const char *value)
void SetRequestId(Aws::String &&value)
AWS_GEOMAPS_API GetGlyphsResult()
GetGlyphsResult & WithETag(const Aws::String &value)
const Aws::String & GetCacheControl() const
GetGlyphsResult & WithCacheControl(const char *value)
void SetRequestId(const char *value)
void SetContentType(const char *value)
GetGlyphsResult & WithCacheControl(const Aws::String &value)
GetGlyphsResult & WithContentType(const char *value)
GetGlyphsResult & WithRequestId(Aws::String &&value)
const Aws::String & GetContentType() const
void SetCacheControl(const Aws::String &value)
const Aws::String & GetETag() const
void SetCacheControl(Aws::String &&value)
void SetContentType(const Aws::String &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