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::ComponentDetails Class Reference

#include <GreengrassCoreIpcModel.h>

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

Public Member Functions

 ComponentDetails () noexcept
 
 ComponentDetails (const ComponentDetails &)=default
 
void SetComponentName (const Aws::Crt::String &componentName) noexcept
 
Aws::Crt::Optional< Aws::Crt::StringGetComponentName () noexcept
 
void SetVersion (const Aws::Crt::String &version) noexcept
 
Aws::Crt::Optional< Aws::Crt::StringGetVersion () noexcept
 
void SetState (LifecycleState state) noexcept
 
Aws::Crt::Optional< LifecycleStateGetState () noexcept
 
void SetConfiguration (const Aws::Crt::JsonObject &configuration) noexcept
 
Aws::Crt::Optional< Aws::Crt::JsonObjectGetConfiguration () noexcept
 
void SerializeToJsonObject (Aws::Crt::JsonObject &payloadObject) const noexcept override
 
bool operator< (const ComponentDetails &) const noexcept
 
- Public Member Functions inherited from Aws::Eventstreamrpc::AbstractShapeBase
 AbstractShapeBase () noexcept
 
virtual ~AbstractShapeBase () noexcept=default
 

Static Public Member Functions

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

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

◆ ComponentDetails() [1/2]

Aws::Greengrass::ComponentDetails::ComponentDetails ( )
inlinenoexcept

◆ ComponentDetails() [2/2]

Aws::Greengrass::ComponentDetails::ComponentDetails ( const ComponentDetails )
default

Member Function Documentation

◆ GetComponentName()

Aws::Crt::Optional<Aws::Crt::String> Aws::Greengrass::ComponentDetails::GetComponentName ( )
inlinenoexcept

The name of the component.

◆ GetConfiguration()

Aws::Crt::Optional<Aws::Crt::JsonObject> Aws::Greengrass::ComponentDetails::GetConfiguration ( )
inlinenoexcept

The component's configuration as a JSON object.

◆ GetModelName()

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

◆ GetState()

Aws::Crt::Optional< LifecycleState > Aws::Greengrass::ComponentDetails::GetState ( )
noexcept

The state of the component.

◆ GetVersion()

Aws::Crt::Optional<Aws::Crt::String> Aws::Greengrass::ComponentDetails::GetVersion ( )
inlinenoexcept

The version of the component.

◆ operator<()

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

◆ s_allocateFromPayload()

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

◆ s_customDeleter()

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

◆ s_loadFromJsonView()

void Aws::Greengrass::ComponentDetails::s_loadFromJsonView ( ComponentDetails componentDetails,
const Aws::Crt::JsonView jsonView 
)
staticnoexcept

◆ SerializeToJsonObject()

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

◆ SetComponentName()

void Aws::Greengrass::ComponentDetails::SetComponentName ( const Aws::Crt::String componentName)
inlinenoexcept

The name of the component.

◆ SetConfiguration()

void Aws::Greengrass::ComponentDetails::SetConfiguration ( const Aws::Crt::JsonObject configuration)
inlinenoexcept

The component's configuration as a JSON object.

◆ SetState()

void Aws::Greengrass::ComponentDetails::SetState ( LifecycleState  state)
noexcept

The state of the component.

◆ SetVersion()

void Aws::Greengrass::ComponentDetails::SetVersion ( const Aws::Crt::String version)
inlinenoexcept

The version of the component.

Member Data Documentation

◆ MODEL_NAME

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

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