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

#include <GreengrassCoreIpcModel.h>

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

Public Member Functions

 GetConfigurationRequest () noexcept
 GetConfigurationRequest (const GetConfigurationRequest &)=default
void SetComponentName (const Aws::Crt::String &componentName) noexcept
Aws::Crt::Optional< Aws::Crt::StringGetComponentName () const noexcept
void SetKeyPath (const Aws::Crt::Vector< Aws::Crt::String > &keyPath) noexcept
Aws::Crt::Optional< Aws::Crt::Vector< Aws::Crt::String > > GetKeyPath () const noexcept
void SerializeToJsonObject (Aws::Crt::JsonObject &payloadObject) const noexcept override
bool operator< (const GetConfigurationRequest &) const noexcept
Public Member Functions inherited from Aws::Eventstreamrpc::AbstractShapeBase
 AbstractShapeBase () noexcept
virtual ~AbstractShapeBase () noexcept=default

Static Public Member Functions

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

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

◆ GetConfigurationRequest() [1/2]

Aws::Greengrass::GetConfigurationRequest::GetConfigurationRequest ( )
inlinenoexcept

◆ GetConfigurationRequest() [2/2]

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

Member Function Documentation

◆ GetComponentName()

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

(Optional) The name of the component. Defaults to the name of the component that makes the request.

◆ GetKeyPath()

Aws::Crt::Optional< Aws::Crt::Vector< Aws::Crt::String > > Aws::Greengrass::GetConfigurationRequest::GetKeyPath ( ) const
inlinenoexcept

The key path to the configuration value. Specify a list where each entry is the key for a single level in the configuration object.

◆ GetModelName()

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

◆ operator<()

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

◆ s_allocateFromPayload()

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

◆ s_customDeleter()

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

◆ s_loadFromJsonView()

void Aws::Greengrass::GetConfigurationRequest::s_loadFromJsonView ( GetConfigurationRequest & getConfigurationRequest,
const Aws::Crt::JsonView & jsonView )
staticnoexcept

◆ SerializeToJsonObject()

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

◆ SetComponentName()

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

(Optional) The name of the component. Defaults to the name of the component that makes the request.

◆ SetKeyPath()

void Aws::Greengrass::GetConfigurationRequest::SetKeyPath ( const Aws::Crt::Vector< Aws::Crt::String > & keyPath)
inlinenoexcept

The key path to the configuration value. Specify a list where each entry is the key for a single level in the configuration object.

Member Data Documentation

◆ MODEL_NAME

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

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