AWS IoT Device SDK C++ v2 1.44.2
AWS IoT Device SDK C++ v2
Loading...
Searching...
No Matches
Aws::Iotshadow::UpdateNamedShadowRequest Class Referencefinal

#include <UpdateNamedShadowRequest.h>

Public Member Functions

 UpdateNamedShadowRequest ()=default
 UpdateNamedShadowRequest (const Crt::JsonView &doc)
UpdateNamedShadowRequestoperator= (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
Aws::Crt::Optional< Aws::Iotshadow::ShadowStateState
Aws::Crt::Optional< int32_t > Version

Detailed Description

Data needed to make an UpdateNamedShadow request.

Constructor & Destructor Documentation

◆ UpdateNamedShadowRequest() [1/2]

Aws::Iotshadow::UpdateNamedShadowRequest::UpdateNamedShadowRequest ( )
default

◆ UpdateNamedShadowRequest() [2/2]

Aws::Iotshadow::UpdateNamedShadowRequest::UpdateNamedShadowRequest ( const Crt::JsonView & doc)

Member Function Documentation

◆ operator=()

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

◆ SerializeToObject()

void Aws::Iotshadow::UpdateNamedShadowRequest::SerializeToObject ( Crt::JsonObject & doc) const

Member Data Documentation

◆ ClientToken

Aws::Crt::Optional<Aws::Crt::String> Aws::Iotshadow::UpdateNamedShadowRequest::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::UpdateNamedShadowRequest::ShadowName

Name of the shadow to update.

◆ State

Aws::Crt::Optional<Aws::Iotshadow::ShadowState> Aws::Iotshadow::UpdateNamedShadowRequest::State

Requested changes to shadow state. Updates affect only the fields specified.

◆ ThingName

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

Aws IoT thing to update a named shadow of.

◆ Version

Aws::Crt::Optional<int32_t> Aws::Iotshadow::UpdateNamedShadowRequest::Version

(Optional) The Device Shadow service applies the update only if the specified version matches the latest version.


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