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

#include <GreengrassCoreIpcModel.h>

Inheritance diagram for Aws::Greengrass::RestartComponentOperationContext:
Aws::Eventstreamrpc::OperationModelContext

Public Member Functions

 RestartComponentOperationContext (const GreengrassCoreIpcServiceModel &serviceModel) noexcept
 
Aws::Crt::ScopedResource< AbstractShapeBaseAllocateInitialResponseFromPayload (Aws::Crt::StringView stringView, Aws::Crt::Allocator *allocator=Aws::Crt::g_allocator) const noexcept override
 
Aws::Crt::ScopedResource< AbstractShapeBaseAllocateStreamingResponseFromPayload (Aws::Crt::StringView stringView, Aws::Crt::Allocator *allocator=Aws::Crt::g_allocator) const noexcept override
 
Aws::Crt::String GetRequestModelName () const noexcept override
 
Aws::Crt::String GetInitialResponseModelName () const noexcept override
 
Aws::Crt::Optional< Aws::Crt::StringGetStreamingResponseModelName () const noexcept override
 
Aws::Crt::String GetOperationName () const noexcept override
 
- Public Member Functions inherited from Aws::Eventstreamrpc::OperationModelContext
 OperationModelContext (const ServiceModel &serviceModel) noexcept
 
virtual ~OperationModelContext () noexcept=default
 
Crt::ScopedResource< OperationErrorAllocateOperationErrorFromPayload (const Crt::String &errorModelName, Crt::StringView stringView, Crt::Allocator *allocator) const noexcept
 

Constructor & Destructor Documentation

◆ RestartComponentOperationContext()

Aws::Greengrass::RestartComponentOperationContext::RestartComponentOperationContext ( const GreengrassCoreIpcServiceModel serviceModel)
noexcept

Member Function Documentation

◆ AllocateInitialResponseFromPayload()

Aws::Crt::ScopedResource< AbstractShapeBase > Aws::Greengrass::RestartComponentOperationContext::AllocateInitialResponseFromPayload ( Aws::Crt::StringView  stringView,
Aws::Crt::Allocator allocator = Aws::Crt::g_allocator 
) const
overridevirtualnoexcept

Parse the given string into an initial response object.

Parameters
stringViewString to parse the response from.
allocatorAllocator to use.
Returns
The initial response object.

Implements Aws::Eventstreamrpc::OperationModelContext.

◆ AllocateStreamingResponseFromPayload()

Aws::Crt::ScopedResource< AbstractShapeBase > Aws::Greengrass::RestartComponentOperationContext::AllocateStreamingResponseFromPayload ( Aws::Crt::StringView  stringView,
Aws::Crt::Allocator allocator = Aws::Crt::g_allocator 
) const
overridevirtualnoexcept

Parse the given string into a streaming response object.

Parameters
stringViewString to parse the response from.
allocatorAllocator to use.
Returns
The streaming response object.

Implements Aws::Eventstreamrpc::OperationModelContext.

◆ GetInitialResponseModelName()

Aws::Crt::String Aws::Greengrass::RestartComponentOperationContext::GetInitialResponseModelName ( ) const
overridevirtualnoexcept

Get the initial response type name.

Returns
The initial response type name.

Implements Aws::Eventstreamrpc::OperationModelContext.

◆ GetOperationName()

Aws::Crt::String Aws::Greengrass::RestartComponentOperationContext::GetOperationName ( ) const
overridevirtualnoexcept

Returns the canonical operation name associated with this context across any client language. Namespace included. Example: aws.greengrass::SubscribeToTopic

Returns
The canonical operation name associated with this context across any client language.

Implements Aws::Eventstreamrpc::OperationModelContext.

◆ GetRequestModelName()

Aws::Crt::String Aws::Greengrass::RestartComponentOperationContext::GetRequestModelName ( ) const
overridevirtualnoexcept

Get the request type name.

Returns
The request type name.

Implements Aws::Eventstreamrpc::OperationModelContext.

◆ GetStreamingResponseModelName()

Aws::Crt::Optional< Aws::Crt::String > Aws::Greengrass::RestartComponentOperationContext::GetStreamingResponseModelName ( ) const
overridevirtualnoexcept

Get the streaming response type name.

Returns
The streaming response type name.

Implements Aws::Eventstreamrpc::OperationModelContext.


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