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

#include <GreengrassCoreIpcModel.h>

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

Public Member Functions

 RunWithInfo () noexcept
 
 RunWithInfo (const RunWithInfo &)=default
 
void SetPosixUser (const Aws::Crt::String &posixUser) noexcept
 
Aws::Crt::Optional< Aws::Crt::StringGetPosixUser () noexcept
 
void SetWindowsUser (const Aws::Crt::String &windowsUser) noexcept
 
Aws::Crt::Optional< Aws::Crt::StringGetWindowsUser () noexcept
 
void SetSystemResourceLimits (const SystemResourceLimits &systemResourceLimits) noexcept
 
Aws::Crt::Optional< SystemResourceLimitsGetSystemResourceLimits () noexcept
 
void SerializeToJsonObject (Aws::Crt::JsonObject &payloadObject) const noexcept override
 
bool operator< (const RunWithInfo &) const noexcept
 
- Public Member Functions inherited from Aws::Eventstreamrpc::AbstractShapeBase
 AbstractShapeBase () noexcept
 
virtual ~AbstractShapeBase () noexcept=default
 

Static Public Member Functions

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

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

◆ RunWithInfo() [1/2]

Aws::Greengrass::RunWithInfo::RunWithInfo ( )
inlinenoexcept

◆ RunWithInfo() [2/2]

Aws::Greengrass::RunWithInfo::RunWithInfo ( const RunWithInfo )
default

Member Function Documentation

◆ GetModelName()

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

◆ GetPosixUser()

Aws::Crt::Optional<Aws::Crt::String> Aws::Greengrass::RunWithInfo::GetPosixUser ( )
inlinenoexcept

(Optional) The POSIX system user and, optionally, group to use to run this component on Linux core devices.

◆ GetSystemResourceLimits()

Aws::Crt::Optional<SystemResourceLimits> Aws::Greengrass::RunWithInfo::GetSystemResourceLimits ( )
inlinenoexcept

(Optional) The system resource limits to apply to this component's processes.

◆ GetWindowsUser()

Aws::Crt::Optional<Aws::Crt::String> Aws::Greengrass::RunWithInfo::GetWindowsUser ( )
inlinenoexcept

(Optional) The Windows user to use to run this component on Windows core devices.

◆ operator<()

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

◆ s_allocateFromPayload()

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

◆ s_customDeleter()

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

◆ s_loadFromJsonView()

void Aws::Greengrass::RunWithInfo::s_loadFromJsonView ( RunWithInfo runWithInfo,
const Aws::Crt::JsonView jsonView 
)
staticnoexcept

◆ SerializeToJsonObject()

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

◆ SetPosixUser()

void Aws::Greengrass::RunWithInfo::SetPosixUser ( const Aws::Crt::String posixUser)
inlinenoexcept

(Optional) The POSIX system user and, optionally, group to use to run this component on Linux core devices.

◆ SetSystemResourceLimits()

void Aws::Greengrass::RunWithInfo::SetSystemResourceLimits ( const SystemResourceLimits systemResourceLimits)
inlinenoexcept

(Optional) The system resource limits to apply to this component's processes.

◆ SetWindowsUser()

void Aws::Greengrass::RunWithInfo::SetWindowsUser ( const Aws::Crt::String windowsUser)
inlinenoexcept

(Optional) The Windows user to use to run this component on Windows core devices.

Member Data Documentation

◆ MODEL_NAME

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

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