AWS IoT Device SDK C++ v2  1.32.6
AWS IoT Device SDK C++ v2
Public Member Functions | Public Attributes | List of all members
Aws::Iotshadow::DeleteShadowRequest Class Referencefinal

#include <DeleteShadowRequest.h>

Public Member Functions

 DeleteShadowRequest ()=default
 
 DeleteShadowRequest (const Crt::JsonView &doc)
 
DeleteShadowRequestoperator= (const Crt::JsonView &doc)
 
void SerializeToObject (Crt::JsonObject &doc) const
 

Public Attributes

Aws::Crt::Optional< Aws::Crt::StringThingName
 
Aws::Crt::Optional< Aws::Crt::StringClientToken
 

Detailed Description

Data needed to make a DeleteShadow request.

Constructor & Destructor Documentation

◆ DeleteShadowRequest() [1/2]

Aws::Iotshadow::DeleteShadowRequest::DeleteShadowRequest ( )
default

◆ DeleteShadowRequest() [2/2]

Aws::Iotshadow::DeleteShadowRequest::DeleteShadowRequest ( const Crt::JsonView doc)

Member Function Documentation

◆ operator=()

DeleteShadowRequest & Aws::Iotshadow::DeleteShadowRequest::operator= ( const Crt::JsonView doc)

◆ SerializeToObject()

void Aws::Iotshadow::DeleteShadowRequest::SerializeToObject ( Crt::JsonObject doc) const

Member Data Documentation

◆ ClientToken

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.

◆ ThingName

Aws::Crt::Optional<Aws::Crt::String> Aws::Iotshadow::DeleteShadowRequest::ThingName

AWS IoT thing to delete the (classic) shadow of.


The documentation for this class was generated from the following files: