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
54 template<
typename ContentTypeT = Aws::String>
55 void SetContentType(ContentTypeT&& value) { m_contentTypeHasBeenSet =
true; m_contentType = std::forward<ContentTypeT>(value); }
56 template<
typename ContentTypeT = Aws::String>
65 template<
typename CacheControlT = Aws::String>
66 void SetCacheControl(CacheControlT&& value) { m_cacheControlHasBeenSet =
true; m_cacheControl = std::forward<CacheControlT>(value); }
67 template<
typename CacheControlT = Aws::String>
74 template<
typename RequestIdT = Aws::String>
75 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
76 template<
typename RequestIdT = Aws::String>
82 bool m_blobHasBeenSet =
false;
85 bool m_contentTypeHasBeenSet =
false;
88 bool m_cacheControlHasBeenSet =
false;
91 bool m_requestIdHasBeenSet =
false;
GetMapStyleDescriptorResult & WithRequestId(RequestIdT &&value)
GetMapStyleDescriptorResult(const GetMapStyleDescriptorResult &)=delete
AWS_LOCATIONSERVICE_API GetMapStyleDescriptorResult & operator=(GetMapStyleDescriptorResult &&)=default
GetMapStyleDescriptorResult & operator=(const GetMapStyleDescriptorResult &)=delete
GetMapStyleDescriptorResult & WithCacheControl(CacheControlT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetCacheControl() const
AWS_LOCATIONSERVICE_API GetMapStyleDescriptorResult(GetMapStyleDescriptorResult &&)=default
void SetCacheControl(CacheControlT &&value)
Aws::IOStream & GetBlob() const
AWS_LOCATIONSERVICE_API GetMapStyleDescriptorResult(Aws::AmazonWebServiceResult< Aws::Utils::Stream::ResponseStream > &&result)
void SetContentType(ContentTypeT &&value)
AWS_LOCATIONSERVICE_API GetMapStyleDescriptorResult()=default
GetMapStyleDescriptorResult & WithContentType(ContentTypeT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetContentType() const
AWS_LOCATIONSERVICE_API GetMapStyleDescriptorResult & operator=(Aws::AmazonWebServiceResult< Aws::Utils::Stream::ResponseStream > &&result)
void ReplaceBody(Aws::IOStream *body)
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