|
AWS IoT Device SDK C++ v2 1.44.2
AWS IoT Device SDK C++ v2
|
#include <GreengrassCoreIpcModel.h>
Public Member Functions | |
| AuthorizeClientDeviceActionRequest () noexcept | |
| AuthorizeClientDeviceActionRequest (const AuthorizeClientDeviceActionRequest &)=default | |
| void | SetClientDeviceAuthToken (const Aws::Crt::String &clientDeviceAuthToken) noexcept |
| Aws::Crt::Optional< Aws::Crt::String > | GetClientDeviceAuthToken () const noexcept |
| void | SetOperation (const Aws::Crt::String &operation) noexcept |
| Aws::Crt::Optional< Aws::Crt::String > | GetOperation () const noexcept |
| void | SetResource (const Aws::Crt::String &resource) noexcept |
| Aws::Crt::Optional< Aws::Crt::String > | GetResource () const noexcept |
| void | SerializeToJsonObject (Aws::Crt::JsonObject &payloadObject) const noexcept override |
| bool | operator< (const AuthorizeClientDeviceActionRequest &) const noexcept |
| Public Member Functions inherited from Aws::Eventstreamrpc::AbstractShapeBase | |
| AbstractShapeBase () noexcept | |
| virtual | ~AbstractShapeBase () noexcept=default |
Static Public Member Functions | |
| static void | s_loadFromJsonView (AuthorizeClientDeviceActionRequest &, const Aws::Crt::JsonView &) noexcept |
| static Aws::Crt::ScopedResource< AbstractShapeBase > | s_allocateFromPayload (Aws::Crt::StringView, Aws::Crt::Allocator *) noexcept |
| static void | s_customDeleter (AuthorizeClientDeviceActionRequest *) 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 |
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 |
|
inlinenoexcept |
The session token for the client device from GetClientDeviceAuthToken.
|
overrideprotectedvirtualnoexcept |
Implements Aws::Eventstreamrpc::AbstractShapeBase.
|
inlinenoexcept |
The operation to authorize.
|
inlinenoexcept |
The resource the client device performs the operation on.
|
noexcept |
|
staticnoexcept |
|
staticnoexcept |
|
staticnoexcept |
|
overridevirtualnoexcept |
Implements Aws::Eventstreamrpc::AbstractShapeBase.
|
inlinenoexcept |
The session token for the client device from GetClientDeviceAuthToken.
|
inlinenoexcept |
The operation to authorize.
|
inlinenoexcept |
The resource the client device performs the operation on.
|
static |