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

#include <GreengrassCoreIpcModel.h>

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

Public Member Functions

 LocalDeployment () noexcept
 LocalDeployment (const LocalDeployment &)=default
void SetDeploymentId (const Aws::Crt::String &deploymentId) noexcept
Aws::Crt::Optional< Aws::Crt::StringGetDeploymentId () const noexcept
void SetStatus (DeploymentStatus status) noexcept
Aws::Crt::Optional< DeploymentStatusGetStatus () const noexcept
void SetCreatedOn (const Aws::Crt::String &createdOn) noexcept
Aws::Crt::Optional< Aws::Crt::StringGetCreatedOn () const noexcept
void SetDeploymentStatusDetails (const DeploymentStatusDetails &deploymentStatusDetails) noexcept
Aws::Crt::Optional< DeploymentStatusDetailsGetDeploymentStatusDetails () const noexcept
void SerializeToJsonObject (Aws::Crt::JsonObject &payloadObject) const noexcept override
bool operator< (const LocalDeployment &) const noexcept
Public Member Functions inherited from Aws::Eventstreamrpc::AbstractShapeBase
 AbstractShapeBase () noexcept
virtual ~AbstractShapeBase () noexcept=default

Static Public Member Functions

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

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

◆ LocalDeployment() [1/2]

Aws::Greengrass::LocalDeployment::LocalDeployment ( )
inlinenoexcept

◆ LocalDeployment() [2/2]

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

Member Function Documentation

◆ GetCreatedOn()

Aws::Crt::Optional< Aws::Crt::String > Aws::Greengrass::LocalDeployment::GetCreatedOn ( ) const
inlinenoexcept

(Optional) The timestamp at which the local deployment was created in MM/dd/yyyy hh:mm:ss format

◆ GetDeploymentId()

Aws::Crt::Optional< Aws::Crt::String > Aws::Greengrass::LocalDeployment::GetDeploymentId ( ) const
inlinenoexcept

The ID of the local deployment.

◆ GetDeploymentStatusDetails()

Aws::Crt::Optional< DeploymentStatusDetails > Aws::Greengrass::LocalDeployment::GetDeploymentStatusDetails ( ) const
inlinenoexcept

(Optional) The status details of the local deployment.

◆ GetModelName()

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

◆ GetStatus()

Aws::Crt::Optional< DeploymentStatus > Aws::Greengrass::LocalDeployment::GetStatus ( ) const
noexcept

The status of the local deployment.

◆ operator<()

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

◆ s_allocateFromPayload()

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

◆ s_customDeleter()

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

◆ s_loadFromJsonView()

void Aws::Greengrass::LocalDeployment::s_loadFromJsonView ( LocalDeployment & localDeployment,
const Aws::Crt::JsonView & jsonView )
staticnoexcept

◆ SerializeToJsonObject()

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

◆ SetCreatedOn()

void Aws::Greengrass::LocalDeployment::SetCreatedOn ( const Aws::Crt::String & createdOn)
inlinenoexcept

(Optional) The timestamp at which the local deployment was created in MM/dd/yyyy hh:mm:ss format

◆ SetDeploymentId()

void Aws::Greengrass::LocalDeployment::SetDeploymentId ( const Aws::Crt::String & deploymentId)
inlinenoexcept

The ID of the local deployment.

◆ SetDeploymentStatusDetails()

void Aws::Greengrass::LocalDeployment::SetDeploymentStatusDetails ( const DeploymentStatusDetails & deploymentStatusDetails)
inlinenoexcept

(Optional) The status details of the local deployment.

◆ SetStatus()

void Aws::Greengrass::LocalDeployment::SetStatus ( DeploymentStatus status)
noexcept

The status of the local deployment.

Member Data Documentation

◆ MODEL_NAME

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

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