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::GetNamedShadowRequest Class Referencefinal

#include <GetNamedShadowRequest.h>

Public Member Functions

 GetNamedShadowRequest ()=default
 
 GetNamedShadowRequest (const Crt::JsonView &doc)
 
GetNamedShadowRequestoperator= (const Crt::JsonView &doc)
 
void SerializeToObject (Crt::JsonObject &doc) const
 

Public Attributes

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

Detailed Description

Data needed to make a GetNamedShadow request.

Constructor & Destructor Documentation

◆ GetNamedShadowRequest() [1/2]

Aws::Iotshadow::GetNamedShadowRequest::GetNamedShadowRequest ( )
default

◆ GetNamedShadowRequest() [2/2]

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

Member Function Documentation

◆ operator=()

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

◆ SerializeToObject()

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

Member Data Documentation

◆ ClientToken

Aws::Crt::Optional<Aws::Crt::String> Aws::Iotshadow::GetNamedShadowRequest::ClientToken

Optional. A client token used to correlate requests and responses. Enter an arbitrary value here and it is reflected in the response.

◆ ShadowName

Aws::Crt::Optional<Aws::Crt::String> Aws::Iotshadow::GetNamedShadowRequest::ShadowName

Name of the shadow to get.

◆ ThingName

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

AWS IoT thing to get the named shadow for.


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