|
AWS IoT Device SDK C++ v2 1.44.2
AWS IoT Device SDK C++ v2
|
#include <GreengrassCoreIpcModel.h>
Public Member Functions | |
| SecretValue () noexcept | |
| SecretValue & | operator= (const SecretValue &) noexcept |
| SecretValue (const SecretValue &objectToCopy) | |
| void | SetSecretString (const Aws::Crt::String &secretString) noexcept |
| Aws::Crt::Optional< Aws::Crt::String > | GetSecretString () const noexcept |
| void | SetSecretBinary (const Aws::Crt::Vector< uint8_t > &secretBinary) noexcept |
| Aws::Crt::Optional< Aws::Crt::Vector< uint8_t > > | GetSecretBinary () const noexcept |
| void | SerializeToJsonObject (Aws::Crt::JsonObject &payloadObject) const noexcept override |
| bool | operator< (const SecretValue &) const noexcept |
| Public Member Functions inherited from Aws::Eventstreamrpc::AbstractShapeBase | |
| AbstractShapeBase () noexcept | |
| virtual | ~AbstractShapeBase () noexcept=default |
Static Public Member Functions | |
| static void | s_loadFromJsonView (SecretValue &, const Aws::Crt::JsonView &) noexcept |
| static Aws::Crt::ScopedResource< AbstractShapeBase > | s_allocateFromPayload (Aws::Crt::StringView, Aws::Crt::Allocator *) noexcept |
| static void | s_customDeleter (SecretValue *) 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#SecretValue" |
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 |
|
inline |
|
overrideprotectedvirtualnoexcept |
Implements Aws::Eventstreamrpc::AbstractShapeBase.
|
inlinenoexcept |
(Optional) The decrypted part of the protected secret information that you provided to Secrets Manager as binary data in the form of a byte array.
|
inlinenoexcept |
The decrypted part of the protected secret information that you provided to Secrets Manager as a string.
|
noexcept |
|
noexcept |
|
staticnoexcept |
|
staticnoexcept |
|
staticnoexcept |
|
overridevirtualnoexcept |
Implements Aws::Eventstreamrpc::AbstractShapeBase.
|
inlinenoexcept |
(Optional) The decrypted part of the protected secret information that you provided to Secrets Manager as binary data in the form of a byte array.
|
inlinenoexcept |
The decrypted part of the protected secret information that you provided to Secrets Manager as a string.
|
static |