AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetMapStyleDescriptorResult.h
1
6#pragma once
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>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace LocationService
19{
20namespace Model
21{
23 {
24 public:
25 AWS_LOCATIONSERVICE_API GetMapStyleDescriptorResult();
26 //We have to define these because Microsoft doesn't auto generate them
29 //we delete these because Microsoft doesn't handle move generation correctly
30 //and we therefore don't trust them to get it right here either.
33
34
37
38
39
41
44 inline Aws::IOStream& GetBlob() const { return m_blob.GetUnderlyingStream(); }
45 inline void ReplaceBody(Aws::IOStream* body) { m_blob = Aws::Utils::Stream::ResponseStream(body); }
46
48
50
54 inline const Aws::String& GetContentType() const{ return m_contentType; }
55 inline void SetContentType(const Aws::String& value) { m_contentType = value; }
56 inline void SetContentType(Aws::String&& value) { m_contentType = std::move(value); }
57 inline void SetContentType(const char* value) { m_contentType.assign(value); }
58 inline GetMapStyleDescriptorResult& WithContentType(const Aws::String& value) { SetContentType(value); return *this;}
59 inline GetMapStyleDescriptorResult& WithContentType(Aws::String&& value) { SetContentType(std::move(value)); return *this;}
60 inline GetMapStyleDescriptorResult& WithContentType(const char* value) { SetContentType(value); return *this;}
62
64
67 inline const Aws::String& GetCacheControl() const{ return m_cacheControl; }
68 inline void SetCacheControl(const Aws::String& value) { m_cacheControl = value; }
69 inline void SetCacheControl(Aws::String&& value) { m_cacheControl = std::move(value); }
70 inline void SetCacheControl(const char* value) { m_cacheControl.assign(value); }
71 inline GetMapStyleDescriptorResult& WithCacheControl(const Aws::String& value) { SetCacheControl(value); return *this;}
72 inline GetMapStyleDescriptorResult& WithCacheControl(Aws::String&& value) { SetCacheControl(std::move(value)); return *this;}
73 inline GetMapStyleDescriptorResult& WithCacheControl(const char* value) { SetCacheControl(value); return *this;}
75
77
78 inline const Aws::String& GetRequestId() const{ return m_requestId; }
79 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
80 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
81 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
82 inline GetMapStyleDescriptorResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
83 inline GetMapStyleDescriptorResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
84 inline GetMapStyleDescriptorResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
86 private:
87
89
90 Aws::String m_contentType;
91
92 Aws::String m_cacheControl;
93
94 Aws::String m_requestId;
95 };
96
97} // namespace Model
98} // namespace LocationService
99} // namespace Aws
GetMapStyleDescriptorResult(const GetMapStyleDescriptorResult &)=delete
GetMapStyleDescriptorResult & WithContentType(const Aws::String &value)
GetMapStyleDescriptorResult & WithRequestId(const Aws::String &value)
GetMapStyleDescriptorResult & operator=(const GetMapStyleDescriptorResult &)=delete
GetMapStyleDescriptorResult & WithRequestId(Aws::String &&value)
GetMapStyleDescriptorResult & WithCacheControl(const Aws::String &value)
GetMapStyleDescriptorResult & WithCacheControl(const char *value)
GetMapStyleDescriptorResult & WithContentType(const char *value)
GetMapStyleDescriptorResult & WithCacheControl(Aws::String &&value)
AWS_LOCATIONSERVICE_API GetMapStyleDescriptorResult(GetMapStyleDescriptorResult &&)
AWS_LOCATIONSERVICE_API GetMapStyleDescriptorResult(Aws::AmazonWebServiceResult< Aws::Utils::Stream::ResponseStream > &&result)
GetMapStyleDescriptorResult & WithContentType(Aws::String &&value)
AWS_LOCATIONSERVICE_API GetMapStyleDescriptorResult & operator=(GetMapStyleDescriptorResult &&)
GetMapStyleDescriptorResult & WithRequestId(const char *value)
AWS_LOCATIONSERVICE_API GetMapStyleDescriptorResult & operator=(Aws::AmazonWebServiceResult< Aws::Utils::Stream::ResponseStream > &&result)
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