AWS IoT Device SDK C++ v2
1.34.0
AWS IoT Device SDK C++ v2
|
#include <GetShadowRequest.h>
Public Member Functions | |
GetShadowRequest ()=default | |
GetShadowRequest (const Crt::JsonView &doc) | |
GetShadowRequest & | operator= (const Crt::JsonView &doc) |
void | SerializeToObject (Crt::JsonObject &doc) const |
Public Attributes | |
Aws::Crt::Optional< Aws::Crt::String > | ThingName |
Aws::Crt::Optional< Aws::Crt::String > | ClientToken |
Data needed to make a GetShadow request.
|
default |
Aws::Iotshadow::GetShadowRequest::GetShadowRequest | ( | const Crt::JsonView & | doc | ) |
GetShadowRequest & Aws::Iotshadow::GetShadowRequest::operator= | ( | const Crt::JsonView & | doc | ) |
void Aws::Iotshadow::GetShadowRequest::SerializeToObject | ( | Crt::JsonObject & | doc | ) | const |
Aws::Crt::Optional<Aws::Crt::String> Aws::Iotshadow::GetShadowRequest::ClientToken |
Optional. A client token used to correlate requests and responses. Enter an arbitrary value here and it is reflected in the response.
Aws::Crt::Optional<Aws::Crt::String> Aws::Iotshadow::GetShadowRequest::ThingName |
AWS IoT thing to get the (classic) shadow for.