7#include <aws/core/utils/Array.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/stream/ResponseStream.h>
10#include <aws/geo-maps/GeoMaps_EXPORTS.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
49 template <
typename ContentTypeT = Aws::String>
51 m_contentTypeHasBeenSet =
true;
52 m_contentType = std::forward<ContentTypeT>(value);
54 template <
typename ContentTypeT = Aws::String>
66 template <
typename CacheControlT = Aws::String>
68 m_cacheControlHasBeenSet =
true;
69 m_cacheControl = std::forward<CacheControlT>(value);
71 template <
typename CacheControlT = Aws::String>
83 template <
typename ETagT = Aws::String>
85 m_eTagHasBeenSet =
true;
86 m_eTag = std::forward<ETagT>(value);
88 template <
typename ETagT = Aws::String>
90 SetETag(std::forward<ETagT>(value));
100 template <
typename PricingBucketT = Aws::String>
102 m_pricingBucketHasBeenSet =
true;
103 m_pricingBucket = std::forward<PricingBucketT>(value);
105 template <
typename PricingBucketT = Aws::String>
115 template <
typename RequestIdT = Aws::String>
117 m_requestIdHasBeenSet =
true;
118 m_requestId = std::forward<RequestIdT>(value);
120 template <
typename RequestIdT = Aws::String>
138 bool m_blobHasBeenSet =
false;
139 bool m_contentTypeHasBeenSet =
false;
140 bool m_cacheControlHasBeenSet =
false;
141 bool m_eTagHasBeenSet =
false;
142 bool m_pricingBucketHasBeenSet =
false;
143 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetETag() const
const Aws::String & GetCacheControl() const
const Aws::String & GetPricingBucket() const
void SetETag(ETagT &&value)
GetStaticMapResult & WithETag(ETagT &&value)
GetStaticMapResult & operator=(const GetStaticMapResult &)=delete
void SetRequestId(RequestIdT &&value)
AWS_GEOMAPS_API GetStaticMapResult & operator=(GetStaticMapResult &&)=default
void SetContentType(ContentTypeT &&value)
GetStaticMapResult & WithRequestId(RequestIdT &&value)
void SetPricingBucket(PricingBucketT &&value)
AWS_GEOMAPS_API GetStaticMapResult(Aws::AmazonWebServiceResult< Aws::Utils::Stream::ResponseStream > &&result)
Aws::IOStream & GetBlob() const
void SetCacheControl(CacheControlT &&value)
const Aws::String & GetContentType() const
void ReplaceBody(Aws::IOStream *body)
GetStaticMapResult & WithPricingBucket(PricingBucketT &&value)
AWS_GEOMAPS_API GetStaticMapResult(GetStaticMapResult &&)=default
AWS_GEOMAPS_API GetStaticMapResult()=default
const Aws::String & GetRequestId() const
GetStaticMapResult(const GetStaticMapResult &)=delete
AWS_GEOMAPS_API GetStaticMapResult & operator=(Aws::AmazonWebServiceResult< Aws::Utils::Stream::ResponseStream > &&result)
GetStaticMapResult & WithContentType(ContentTypeT &&value)
GetStaticMapResult & WithCacheControl(CacheControlT &&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