7#include <aws/core/utils/Array.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/stream/ResponseStream.h>
10#include <aws/iot-data/IoTDataPlane_EXPORTS.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
18namespace IoTDataPlane {
50 template <
typename RequestIdT = Aws::String>
52 m_requestIdHasBeenSet =
true;
53 m_requestId = std::forward<RequestIdT>(value);
55 template <
typename RequestIdT = Aws::String>
65 bool m_payloadHasBeenSet =
false;
66 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
AWS_IOTDATAPLANE_API GetThingShadowResult(GetThingShadowResult &&)=default
Aws::IOStream & GetPayload() const
AWS_IOTDATAPLANE_API GetThingShadowResult & operator=(Aws::AmazonWebServiceResult< Aws::Utils::Stream::ResponseStream > &&result)
GetThingShadowResult & operator=(const GetThingShadowResult &)=delete
AWS_IOTDATAPLANE_API GetThingShadowResult(Aws::AmazonWebServiceResult< Aws::Utils::Stream::ResponseStream > &&result)
void SetRequestId(RequestIdT &&value)
GetThingShadowResult(const GetThingShadowResult &)=delete
AWS_IOTDATAPLANE_API GetThingShadowResult & operator=(GetThingShadowResult &&)=default
AWS_IOTDATAPLANE_API GetThingShadowResult()=default
void ReplaceBody(Aws::IOStream *body)
GetThingShadowResult & 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