7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/Array.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/stream/ResponseStream.h>
11#include <aws/geo-maps/GeoMaps_EXPORTS.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
50 template <
typename ContentTypeT = Aws::String>
52 m_contentTypeHasBeenSet =
true;
53 m_contentType = std::forward<ContentTypeT>(value);
55 template <
typename ContentTypeT = Aws::String>
67 template <
typename CacheControlT = Aws::String>
69 m_cacheControlHasBeenSet =
true;
70 m_cacheControl = std::forward<CacheControlT>(value);
72 template <
typename CacheControlT = Aws::String>
84 template <
typename ETagT = Aws::String>
86 m_eTagHasBeenSet =
true;
87 m_eTag = std::forward<ETagT>(value);
89 template <
typename ETagT = Aws::String>
91 SetETag(std::forward<ETagT>(value));
101 template <
typename PricingBucketT = Aws::String>
103 m_pricingBucketHasBeenSet =
true;
104 m_pricingBucket = std::forward<PricingBucketT>(value);
106 template <
typename PricingBucketT = Aws::String>
116 template <
typename RequestIdT = Aws::String>
118 m_requestIdHasBeenSet =
true;
119 m_requestId = std::forward<RequestIdT>(value);
121 template <
typename RequestIdT = Aws::String>
142 bool m_blobHasBeenSet =
false;
143 bool m_contentTypeHasBeenSet =
false;
144 bool m_cacheControlHasBeenSet =
false;
145 bool m_eTagHasBeenSet =
false;
146 bool m_pricingBucketHasBeenSet =
false;
147 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetETag() const
const Aws::String & GetCacheControl() const
const Aws::String & GetPricingBucket() const
Aws::Http::HttpResponseCode GetHttpResponseCode() 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