7#include <aws/location/LocationService_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;
18namespace LocationService
55 template<
typename ContentTypeT = Aws::String>
56 void SetContentType(ContentTypeT&& value) { m_contentTypeHasBeenSet =
true; m_contentType = std::forward<ContentTypeT>(value); }
57 template<
typename ContentTypeT = Aws::String>
66 template<
typename CacheControlT = Aws::String>
67 void SetCacheControl(CacheControlT&& value) { m_cacheControlHasBeenSet =
true; m_cacheControl = std::forward<CacheControlT>(value); }
68 template<
typename CacheControlT = Aws::String>
75 template<
typename RequestIdT = Aws::String>
76 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
77 template<
typename RequestIdT = Aws::String>
83 bool m_blobHasBeenSet =
false;
86 bool m_contentTypeHasBeenSet =
false;
89 bool m_cacheControlHasBeenSet =
false;
92 bool m_requestIdHasBeenSet =
false;
AWS_LOCATIONSERVICE_API GetMapSpritesResult & operator=(Aws::AmazonWebServiceResult< Aws::Utils::Stream::ResponseStream > &&result)
GetMapSpritesResult(const GetMapSpritesResult &)=delete
const Aws::String & GetCacheControl() const
void SetContentType(ContentTypeT &&value)
const Aws::String & GetRequestId() const
Aws::IOStream & GetBlob() const
void ReplaceBody(Aws::IOStream *body)
AWS_LOCATIONSERVICE_API GetMapSpritesResult(Aws::AmazonWebServiceResult< Aws::Utils::Stream::ResponseStream > &&result)
AWS_LOCATIONSERVICE_API GetMapSpritesResult()=default
void SetCacheControl(CacheControlT &&value)
AWS_LOCATIONSERVICE_API GetMapSpritesResult & operator=(GetMapSpritesResult &&)=default
AWS_LOCATIONSERVICE_API GetMapSpritesResult(GetMapSpritesResult &&)=default
GetMapSpritesResult & WithCacheControl(CacheControlT &&value)
GetMapSpritesResult & operator=(const GetMapSpritesResult &)=delete
GetMapSpritesResult & WithContentType(ContentTypeT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetContentType() const
GetMapSpritesResult & WithRequestId(RequestIdT &&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