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

#include <GreengrassCoreIpcModel.h>

Public Member Functions

 StopComponentResult () noexcept
 
 StopComponentResult (TaggedResult &&taggedResult) noexcept
 
StopComponentResponseGetOperationResponse () const noexcept
 
 operator bool () const noexcept
 
OperationErrorGetOperationError () const noexcept
 
RpcError GetRpcError () const noexcept
 
ResultType GetResultType () const noexcept
 

Constructor & Destructor Documentation

◆ StopComponentResult() [1/2]

Aws::Greengrass::StopComponentResult::StopComponentResult ( )
inlinenoexcept

◆ StopComponentResult() [2/2]

Aws::Greengrass::StopComponentResult::StopComponentResult ( TaggedResult &&  taggedResult)
inlinenoexcept

Member Function Documentation

◆ GetOperationError()

OperationError* Aws::Greengrass::StopComponentResult::GetOperationError ( ) const
inlinenoexcept

◆ GetOperationResponse()

StopComponentResponse* Aws::Greengrass::StopComponentResult::GetOperationResponse ( ) const
inlinenoexcept

◆ GetResultType()

ResultType Aws::Greengrass::StopComponentResult::GetResultType ( ) const
inlinenoexcept

◆ GetRpcError()

RpcError Aws::Greengrass::StopComponentResult::GetRpcError ( ) const
inlinenoexcept

◆ operator bool()

Aws::Greengrass::StopComponentResult::operator bool ( ) const
inlinenoexcept
Returns
true if the response is associated with an expected response; false if the response is associated with an error.

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