AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetPositionEstimateResult.h
1
6#pragma once
7#include <aws/iotwireless/IoTWireless_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 IoTWireless
19{
20namespace Model
21{
23 {
24 public:
25 AWS_IOTWIRELESS_API GetPositionEstimateResult();
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
51 inline Aws::IOStream& GetGeoJsonPayload() const { return m_geoJsonPayload.GetUnderlyingStream(); }
52 inline void ReplaceBody(Aws::IOStream* body) { m_geoJsonPayload = Aws::Utils::Stream::ResponseStream(body); }
53
55
57
58 inline const Aws::String& GetRequestId() const{ return m_requestId; }
59 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
60 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
61 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
62 inline GetPositionEstimateResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
63 inline GetPositionEstimateResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
64 inline GetPositionEstimateResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
66 private:
67
69
70 Aws::String m_requestId;
71 };
72
73} // namespace Model
74} // namespace IoTWireless
75} // namespace Aws
AWS_IOTWIRELESS_API GetPositionEstimateResult & operator=(Aws::AmazonWebServiceResult< Aws::Utils::Stream::ResponseStream > &&result)
AWS_IOTWIRELESS_API GetPositionEstimateResult(GetPositionEstimateResult &&)
GetPositionEstimateResult(const GetPositionEstimateResult &)=delete
AWS_IOTWIRELESS_API GetPositionEstimateResult & operator=(GetPositionEstimateResult &&)
GetPositionEstimateResult & operator=(const GetPositionEstimateResult &)=delete
AWS_IOTWIRELESS_API GetPositionEstimateResult(Aws::AmazonWebServiceResult< Aws::Utils::Stream::ResponseStream > &&result)
GetPositionEstimateResult & WithRequestId(const Aws::String &value)
GetPositionEstimateResult & WithRequestId(Aws::String &&value)
GetPositionEstimateResult & WithRequestId(const char *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