|
AWS IoT Device SDK C++ v2 1.44.1
AWS IoT Device SDK C++ v2
|
#include <GreengrassCoreIpcModel.h>
Public Member Functions | |
| GetSecretValueRequest () noexcept | |
| GetSecretValueRequest (const GetSecretValueRequest &)=default | |
| void | SetSecretId (const Aws::Crt::String &secretId) noexcept |
| Aws::Crt::Optional< Aws::Crt::String > | GetSecretId () const noexcept |
| void | SetVersionId (const Aws::Crt::String &versionId) noexcept |
| Aws::Crt::Optional< Aws::Crt::String > | GetVersionId () const noexcept |
| void | SetVersionStage (const Aws::Crt::String &versionStage) noexcept |
| Aws::Crt::Optional< Aws::Crt::String > | GetVersionStage () const noexcept |
| void | SetRefresh (const bool &refresh) noexcept |
| Aws::Crt::Optional< bool > | GetRefresh () const noexcept |
| void | SerializeToJsonObject (Aws::Crt::JsonObject &payloadObject) const noexcept override |
| bool | operator< (const GetSecretValueRequest &) const noexcept |
| Public Member Functions inherited from Aws::Eventstreamrpc::AbstractShapeBase | |
| AbstractShapeBase () noexcept | |
| virtual | ~AbstractShapeBase () noexcept=default |
Static Public Member Functions | |
| static void | s_loadFromJsonView (GetSecretValueRequest &, const Aws::Crt::JsonView &) noexcept |
| static Aws::Crt::ScopedResource< AbstractShapeBase > | s_allocateFromPayload (Aws::Crt::StringView, Aws::Crt::Allocator *) noexcept |
| static void | s_customDeleter (GetSecretValueRequest *) 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#GetSecretValueRequest" |
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 |
(Optional) Whether to fetch the latest secret from cloud when the request is handled. Defaults to false.
|
inlinenoexcept |
The name of the secret to get. You can specify either the Amazon Resource Name (ARN) or the friendly name of the secret.
|
inlinenoexcept |
(Optional) The ID of the version to get. If you don't specify versionId or versionStage, this operation defaults to the version with the AWSCURRENT label.
|
inlinenoexcept |
(Optional) The staging label of the version to get. If you don't specify versionId or versionStage, this operation defaults to the version with the AWSCURRENT label.
|
noexcept |
|
staticnoexcept |
|
staticnoexcept |
|
staticnoexcept |
|
overridevirtualnoexcept |
Implements Aws::Eventstreamrpc::AbstractShapeBase.
|
inlinenoexcept |
(Optional) Whether to fetch the latest secret from cloud when the request is handled. Defaults to false.
|
inlinenoexcept |
The name of the secret to get. You can specify either the Amazon Resource Name (ARN) or the friendly name of the secret.
|
inlinenoexcept |
(Optional) The ID of the version to get. If you don't specify versionId or versionStage, this operation defaults to the version with the AWSCURRENT label.
|
inlinenoexcept |
(Optional) The staging label of the version to get. If you don't specify versionId or versionStage, this operation defaults to the version with the AWSCURRENT label.
|
static |