AWS IoT Device SDK C++ v2  1.32.6
AWS IoT Device SDK C++ v2
Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | List of all members
Aws::Greengrass::DeploymentStatusDetails Class Reference

#include <GreengrassCoreIpcModel.h>

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

Public Member Functions

 DeploymentStatusDetails () noexcept
 
 DeploymentStatusDetails (const DeploymentStatusDetails &)=default
 
void SetDetailedDeploymentStatus (DetailedDeploymentStatus detailedDeploymentStatus) noexcept
 
Aws::Crt::Optional< DetailedDeploymentStatusGetDetailedDeploymentStatus () noexcept
 
void SetDeploymentErrorStack (const Aws::Crt::Vector< Aws::Crt::String > &deploymentErrorStack) noexcept
 
Aws::Crt::Optional< Aws::Crt::Vector< Aws::Crt::String > > GetDeploymentErrorStack () noexcept
 
void SetDeploymentErrorTypes (const Aws::Crt::Vector< Aws::Crt::String > &deploymentErrorTypes) noexcept
 
Aws::Crt::Optional< Aws::Crt::Vector< Aws::Crt::String > > GetDeploymentErrorTypes () noexcept
 
void SetDeploymentFailureCause (const Aws::Crt::String &deploymentFailureCause) noexcept
 
Aws::Crt::Optional< Aws::Crt::StringGetDeploymentFailureCause () noexcept
 
void SerializeToJsonObject (Aws::Crt::JsonObject &payloadObject) const noexcept override
 
bool operator< (const DeploymentStatusDetails &) const noexcept
 
- Public Member Functions inherited from Aws::Eventstreamrpc::AbstractShapeBase
 AbstractShapeBase () noexcept
 
virtual ~AbstractShapeBase () noexcept=default
 

Static Public Member Functions

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

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

◆ DeploymentStatusDetails() [1/2]

Aws::Greengrass::DeploymentStatusDetails::DeploymentStatusDetails ( )
inlinenoexcept

◆ DeploymentStatusDetails() [2/2]

Aws::Greengrass::DeploymentStatusDetails::DeploymentStatusDetails ( const DeploymentStatusDetails )
default

Member Function Documentation

◆ GetDeploymentErrorStack()

Aws::Crt::Optional<Aws::Crt::Vector<Aws::Crt::String> > Aws::Greengrass::DeploymentStatusDetails::GetDeploymentErrorStack ( )
inlinenoexcept

(Optional) The list of local deployment errors

◆ GetDeploymentErrorTypes()

Aws::Crt::Optional<Aws::Crt::Vector<Aws::Crt::String> > Aws::Greengrass::DeploymentStatusDetails::GetDeploymentErrorTypes ( )
inlinenoexcept

(Optional) The list of local deployment error types

◆ GetDeploymentFailureCause()

Aws::Crt::Optional<Aws::Crt::String> Aws::Greengrass::DeploymentStatusDetails::GetDeploymentFailureCause ( )
inlinenoexcept

(Optional) The cause of local deployment failure

◆ GetDetailedDeploymentStatus()

Aws::Crt::Optional< DetailedDeploymentStatus > Aws::Greengrass::DeploymentStatusDetails::GetDetailedDeploymentStatus ( )
noexcept

The detailed deployment status of the local deployment.

◆ GetModelName()

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

◆ operator<()

bool Aws::Greengrass::DeploymentStatusDetails::operator< ( const DeploymentStatusDetails ) const
noexcept

◆ s_allocateFromPayload()

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

◆ s_customDeleter()

void Aws::Greengrass::DeploymentStatusDetails::s_customDeleter ( DeploymentStatusDetails shape)
staticnoexcept

◆ s_loadFromJsonView()

void Aws::Greengrass::DeploymentStatusDetails::s_loadFromJsonView ( DeploymentStatusDetails deploymentStatusDetails,
const Aws::Crt::JsonView jsonView 
)
staticnoexcept

◆ SerializeToJsonObject()

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

◆ SetDeploymentErrorStack()

void Aws::Greengrass::DeploymentStatusDetails::SetDeploymentErrorStack ( const Aws::Crt::Vector< Aws::Crt::String > &  deploymentErrorStack)
inlinenoexcept

(Optional) The list of local deployment errors

◆ SetDeploymentErrorTypes()

void Aws::Greengrass::DeploymentStatusDetails::SetDeploymentErrorTypes ( const Aws::Crt::Vector< Aws::Crt::String > &  deploymentErrorTypes)
inlinenoexcept

(Optional) The list of local deployment error types

◆ SetDeploymentFailureCause()

void Aws::Greengrass::DeploymentStatusDetails::SetDeploymentFailureCause ( const Aws::Crt::String deploymentFailureCause)
inlinenoexcept

(Optional) The cause of local deployment failure

◆ SetDetailedDeploymentStatus()

void Aws::Greengrass::DeploymentStatusDetails::SetDetailedDeploymentStatus ( DetailedDeploymentStatus  detailedDeploymentStatus)
noexcept

The detailed deployment status of the local deployment.

Member Data Documentation

◆ MODEL_NAME

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

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