|
AWS IoT Device SDK C++ v2 1.44.1
AWS IoT Device SDK C++ v2
|
#include <GreengrassCoreIpcModel.h>
Public Member Functions | |
| DeferComponentUpdateRequest () noexcept | |
| DeferComponentUpdateRequest (const DeferComponentUpdateRequest &)=default | |
| void | SetDeploymentId (const Aws::Crt::String &deploymentId) noexcept |
| Aws::Crt::Optional< Aws::Crt::String > | GetDeploymentId () const noexcept |
| void | SetMessage (const Aws::Crt::String &message) noexcept |
| Aws::Crt::Optional< Aws::Crt::String > | GetMessage () const noexcept |
| void | SetRecheckAfterMs (const int64_t &recheckAfterMs) noexcept |
| Aws::Crt::Optional< int64_t > | GetRecheckAfterMs () const noexcept |
| void | SerializeToJsonObject (Aws::Crt::JsonObject &payloadObject) const noexcept override |
| bool | operator< (const DeferComponentUpdateRequest &) const noexcept |
| Public Member Functions inherited from Aws::Eventstreamrpc::AbstractShapeBase | |
| AbstractShapeBase () noexcept | |
| virtual | ~AbstractShapeBase () noexcept=default |
Static Public Member Functions | |
| static void | s_loadFromJsonView (DeferComponentUpdateRequest &, const Aws::Crt::JsonView &) noexcept |
| static Aws::Crt::ScopedResource< AbstractShapeBase > | s_allocateFromPayload (Aws::Crt::StringView, Aws::Crt::Allocator *) noexcept |
| static void | s_customDeleter (DeferComponentUpdateRequest *) 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#DeferComponentUpdateRequest" |
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 ID of the AWS IoT Greengrass deployment to defer.
|
inlinenoexcept |
(Optional) The name of the component for which to defer updates. Defaults to the name of the component that makes the request.
|
overrideprotectedvirtualnoexcept |
Implements Aws::Eventstreamrpc::AbstractShapeBase.
|
inlinenoexcept |
The amount of time in milliseconds for which to defer the update. Greengrass waits for this amount of time and then sends another PreComponentUpdateEvent
|
noexcept |
|
staticnoexcept |
|
staticnoexcept |
|
staticnoexcept |
|
overridevirtualnoexcept |
Implements Aws::Eventstreamrpc::AbstractShapeBase.
|
inlinenoexcept |
The ID of the AWS IoT Greengrass deployment to defer.
|
inlinenoexcept |
(Optional) The name of the component for which to defer updates. Defaults to the name of the component that makes the request.
|
inlinenoexcept |
The amount of time in milliseconds for which to defer the update. Greengrass waits for this amount of time and then sends another PreComponentUpdateEvent
|
static |