7#include <aws/iot-data/IoTDataPlane_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;
57 template<
typename RequestIdT = Aws::String>
58 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
59 template<
typename RequestIdT = Aws::String>
65 bool m_payloadHasBeenSet =
false;
68 bool m_requestIdHasBeenSet =
false;
AWS_IOTDATAPLANE_API UpdateThingShadowResult & operator=(Aws::AmazonWebServiceResult< Aws::Utils::Stream::ResponseStream > &&result)
void ReplaceBody(Aws::IOStream *body)
UpdateThingShadowResult(const UpdateThingShadowResult &)=delete
const Aws::String & GetRequestId() const
UpdateThingShadowResult & operator=(const UpdateThingShadowResult &)=delete
AWS_IOTDATAPLANE_API UpdateThingShadowResult()=default
UpdateThingShadowResult & WithRequestId(RequestIdT &&value)
AWS_IOTDATAPLANE_API UpdateThingShadowResult(UpdateThingShadowResult &&)=default
void SetRequestId(RequestIdT &&value)
AWS_IOTDATAPLANE_API UpdateThingShadowResult(Aws::AmazonWebServiceResult< Aws::Utils::Stream::ResponseStream > &&result)
Aws::IOStream & GetPayload() const
AWS_IOTDATAPLANE_API UpdateThingShadowResult & operator=(UpdateThingShadowResult &&)=default
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