AWS IoT Device SDK C++ v2 1.44.2
AWS IoT Device SDK C++ v2
Loading...
Searching...
No Matches
Aws::Greengrass::CreateDebugPasswordResponse Class Reference

#include <GreengrassCoreIpcModel.h>

Inheritance diagram for Aws::Greengrass::CreateDebugPasswordResponse:
Aws::Eventstreamrpc::AbstractShapeBase

Public Member Functions

 CreateDebugPasswordResponse () noexcept
 CreateDebugPasswordResponse (const CreateDebugPasswordResponse &)=default
void SetPassword (const Aws::Crt::String &password) noexcept
Aws::Crt::Optional< Aws::Crt::StringGetPassword () const noexcept
void SetUsername (const Aws::Crt::String &username) noexcept
Aws::Crt::Optional< Aws::Crt::StringGetUsername () const noexcept
void SetPasswordExpiration (const Aws::Crt::DateTime &passwordExpiration) noexcept
Aws::Crt::Optional< Aws::Crt::DateTimeGetPasswordExpiration () const noexcept
void SetCertificateSHA256Hash (const Aws::Crt::String &certificateSHA256Hash) noexcept
Aws::Crt::Optional< Aws::Crt::StringGetCertificateSHA256Hash () const noexcept
void SetCertificateSHA1Hash (const Aws::Crt::String &certificateSHA1Hash) noexcept
Aws::Crt::Optional< Aws::Crt::StringGetCertificateSHA1Hash () const noexcept
void SerializeToJsonObject (Aws::Crt::JsonObject &payloadObject) const noexcept override
bool operator< (const CreateDebugPasswordResponse &) const noexcept
Public Member Functions inherited from Aws::Eventstreamrpc::AbstractShapeBase
 AbstractShapeBase () noexcept
virtual ~AbstractShapeBase () noexcept=default

Static Public Member Functions

static void s_loadFromJsonView (CreateDebugPasswordResponse &, const Aws::Crt::JsonView &) noexcept
static Aws::Crt::ScopedResource< AbstractShapeBases_allocateFromPayload (Aws::Crt::StringView, Aws::Crt::Allocator *) noexcept
static void s_customDeleter (CreateDebugPasswordResponse *) 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#CreateDebugPasswordResponse"

Protected Member Functions

Aws::Crt::String GetModelName () const noexcept override

Additional Inherited Members

Protected Attributes inherited from Aws::Eventstreamrpc::AbstractShapeBase
Crt::Allocatorm_allocator

Constructor & Destructor Documentation

◆ CreateDebugPasswordResponse() [1/2]

Aws::Greengrass::CreateDebugPasswordResponse::CreateDebugPasswordResponse ( )
inlinenoexcept

◆ CreateDebugPasswordResponse() [2/2]

Aws::Greengrass::CreateDebugPasswordResponse::CreateDebugPasswordResponse ( const CreateDebugPasswordResponse & )
default

Member Function Documentation

◆ GetCertificateSHA1Hash()

Aws::Crt::Optional< Aws::Crt::String > Aws::Greengrass::CreateDebugPasswordResponse::GetCertificateSHA1Hash ( ) const
inlinenoexcept

◆ GetCertificateSHA256Hash()

Aws::Crt::Optional< Aws::Crt::String > Aws::Greengrass::CreateDebugPasswordResponse::GetCertificateSHA256Hash ( ) const
inlinenoexcept

◆ GetModelName()

Aws::Crt::String Aws::Greengrass::CreateDebugPasswordResponse::GetModelName ( ) const
overrideprotectedvirtualnoexcept

◆ GetPassword()

Aws::Crt::Optional< Aws::Crt::String > Aws::Greengrass::CreateDebugPasswordResponse::GetPassword ( ) const
inlinenoexcept

◆ GetPasswordExpiration()

Aws::Crt::Optional< Aws::Crt::DateTime > Aws::Greengrass::CreateDebugPasswordResponse::GetPasswordExpiration ( ) const
inlinenoexcept

◆ GetUsername()

Aws::Crt::Optional< Aws::Crt::String > Aws::Greengrass::CreateDebugPasswordResponse::GetUsername ( ) const
inlinenoexcept

◆ operator<()

bool Aws::Greengrass::CreateDebugPasswordResponse::operator< ( const CreateDebugPasswordResponse & ) const
noexcept

◆ s_allocateFromPayload()

Aws::Crt::ScopedResource< AbstractShapeBase > Aws::Greengrass::CreateDebugPasswordResponse::s_allocateFromPayload ( Aws::Crt::StringView stringView,
Aws::Crt::Allocator * allocator )
staticnoexcept

◆ s_customDeleter()

void Aws::Greengrass::CreateDebugPasswordResponse::s_customDeleter ( CreateDebugPasswordResponse * shape)
staticnoexcept

◆ s_loadFromJsonView()

void Aws::Greengrass::CreateDebugPasswordResponse::s_loadFromJsonView ( CreateDebugPasswordResponse & createDebugPasswordResponse,
const Aws::Crt::JsonView & jsonView )
staticnoexcept

◆ SerializeToJsonObject()

void Aws::Greengrass::CreateDebugPasswordResponse::SerializeToJsonObject ( Aws::Crt::JsonObject & payloadObject) const
overridevirtualnoexcept

◆ SetCertificateSHA1Hash()

void Aws::Greengrass::CreateDebugPasswordResponse::SetCertificateSHA1Hash ( const Aws::Crt::String & certificateSHA1Hash)
inlinenoexcept

◆ SetCertificateSHA256Hash()

void Aws::Greengrass::CreateDebugPasswordResponse::SetCertificateSHA256Hash ( const Aws::Crt::String & certificateSHA256Hash)
inlinenoexcept

◆ SetPassword()

void Aws::Greengrass::CreateDebugPasswordResponse::SetPassword ( const Aws::Crt::String & password)
inlinenoexcept

◆ SetPasswordExpiration()

void Aws::Greengrass::CreateDebugPasswordResponse::SetPasswordExpiration ( const Aws::Crt::DateTime & passwordExpiration)
inlinenoexcept

◆ SetUsername()

void Aws::Greengrass::CreateDebugPasswordResponse::SetUsername ( const Aws::Crt::String & username)
inlinenoexcept

Member Data Documentation

◆ MODEL_NAME

const char * Aws::Greengrass::CreateDebugPasswordResponse::MODEL_NAME = "aws.greengrass#CreateDebugPasswordResponse"
static

The documentation for this class was generated from the following files: