|
AWS IoT Device SDK C++ v2 1.44.1
AWS IoT Device SDK C++ v2
|
#include <GreengrassCoreIpcModel.h>
Public Member Functions | |
| MQTTCredential () noexcept | |
| MQTTCredential (const MQTTCredential &)=default | |
| void | SetClientId (const Aws::Crt::String &clientId) noexcept |
| Aws::Crt::Optional< Aws::Crt::String > | GetClientId () const noexcept |
| void | SetCertificatePem (const Aws::Crt::String &certificatePem) noexcept |
| Aws::Crt::Optional< Aws::Crt::String > | GetCertificatePem () const noexcept |
| void | SetUsername (const Aws::Crt::String &username) noexcept |
| Aws::Crt::Optional< Aws::Crt::String > | GetUsername () const noexcept |
| void | SetPassword (const Aws::Crt::String &password) noexcept |
| Aws::Crt::Optional< Aws::Crt::String > | GetPassword () const noexcept |
| void | SerializeToJsonObject (Aws::Crt::JsonObject &payloadObject) const noexcept override |
| bool | operator< (const MQTTCredential &) const noexcept |
| Public Member Functions inherited from Aws::Eventstreamrpc::AbstractShapeBase | |
| AbstractShapeBase () noexcept | |
| virtual | ~AbstractShapeBase () noexcept=default |
Static Public Member Functions | |
| static void | s_loadFromJsonView (MQTTCredential &, const Aws::Crt::JsonView &) noexcept |
| static Aws::Crt::ScopedResource< AbstractShapeBase > | s_allocateFromPayload (Aws::Crt::StringView, Aws::Crt::Allocator *) noexcept |
| static void | s_customDeleter (MQTTCredential *) 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#MQTTCredential" |
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 client certificate in pem format.
|
inlinenoexcept |
The client ID to used to connect.
|
overrideprotectedvirtualnoexcept |
Implements Aws::Eventstreamrpc::AbstractShapeBase.
|
inlinenoexcept |
The password. (unused).
|
inlinenoexcept |
The username. (unused).
|
noexcept |
|
staticnoexcept |
|
staticnoexcept |
|
staticnoexcept |
|
overridevirtualnoexcept |
Implements Aws::Eventstreamrpc::AbstractShapeBase.
|
inlinenoexcept |
The client certificate in pem format.
|
inlinenoexcept |
The client ID to used to connect.
|
inlinenoexcept |
The password. (unused).
|
inlinenoexcept |
The username. (unused).
|
static |