AWS IoT Device SDK C++ v2
1.34.0
AWS IoT Device SDK C++ v2
|
#include <GreengrassCoreIpcModel.h>
Public Member Functions | |
GetThingShadowRequest () noexcept | |
GetThingShadowRequest (const GetThingShadowRequest &)=default | |
void | SetThingName (const Aws::Crt::String &thingName) noexcept |
Aws::Crt::Optional< Aws::Crt::String > | GetThingName () noexcept |
void | SetShadowName (const Aws::Crt::String &shadowName) noexcept |
Aws::Crt::Optional< Aws::Crt::String > | GetShadowName () noexcept |
void | SerializeToJsonObject (Aws::Crt::JsonObject &payloadObject) const noexcept override |
bool | operator< (const GetThingShadowRequest &) const noexcept |
Public Member Functions inherited from Aws::Eventstreamrpc::AbstractShapeBase | |
AbstractShapeBase () noexcept | |
virtual | ~AbstractShapeBase () noexcept=default |
Static Public Member Functions | |
static void | s_loadFromJsonView (GetThingShadowRequest &, const Aws::Crt::JsonView &) noexcept |
static Aws::Crt::ScopedResource< AbstractShapeBase > | s_allocateFromPayload (Aws::Crt::StringView, Aws::Crt::Allocator *) noexcept |
static void | s_customDeleter (GetThingShadowRequest *) noexcept |
Static Public Member Functions inherited from Aws::Eventstreamrpc::AbstractShapeBase | |
static void | s_customDeleter (AbstractShapeBase *shape) noexcept |
Static Public Attributes | |
static const char * | MODEL_NAME = "aws.greengrass#GetThingShadowRequest" |
Protected Member Functions | |
Aws::Crt::String | GetModelName () const noexcept override |
Additional Inherited Members | |
Protected Attributes inherited from Aws::Eventstreamrpc::AbstractShapeBase | |
Crt::Allocator * | m_allocator |
|
inlinenoexcept |
|
default |
|
overrideprotectedvirtualnoexcept |
Implements Aws::Eventstreamrpc::AbstractShapeBase.
|
inlinenoexcept |
The name of the shadow. To specify the thing's classic shadow, set this parameter to an empty string ("").
|
inlinenoexcept |
The name of the thing.
|
noexcept |
|
staticnoexcept |
|
staticnoexcept |
|
staticnoexcept |
|
overridevirtualnoexcept |
Implements Aws::Eventstreamrpc::AbstractShapeBase.
|
inlinenoexcept |
The name of the shadow. To specify the thing's classic shadow, set this parameter to an empty string ("").
|
inlinenoexcept |
The name of the thing.
|
static |