AWS IoT Device SDK C++ v2
1.34.0
AWS IoT Device SDK C++ v2
|
#include <DeleteShadowRequest.h>
Public Member Functions | |
DeleteShadowRequest ()=default | |
DeleteShadowRequest (const Crt::JsonView &doc) | |
DeleteShadowRequest & | 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 DeleteShadow request.
|
default |
Aws::Iotshadow::DeleteShadowRequest::DeleteShadowRequest | ( | const Crt::JsonView & | doc | ) |
DeleteShadowRequest & Aws::Iotshadow::DeleteShadowRequest::operator= | ( | const Crt::JsonView & | doc | ) |
void Aws::Iotshadow::DeleteShadowRequest::SerializeToObject | ( | Crt::JsonObject & | doc | ) | const |
Aws::Crt::Optional<Aws::Crt::String> Aws::Iotshadow::DeleteShadowRequest::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::DeleteShadowRequest::ThingName |
AWS IoT thing to delete the (classic) shadow of.