AWS IoT Device SDK C++ v2 1.44.1
AWS IoT Device SDK C++ v2
Loading...
Searching...
No Matches
CommandExecutionEvent.h
Go to the documentation of this file.
1#pragma once
2
3/* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
4 * SPDX-License-Identifier: Apache-2.0.
5 *
6 * This file is generated
7 */
8
10
11#include <aws/crt/JsonObject.h>
13
14namespace Aws
15{
16 namespace Iotcommands
17 {
18
70 } // namespace Iotcommands
71} // namespace Aws
Definition JsonObject.h:21
Definition JsonObject.h:248
Definition Optional.h:19
Aws::Crt::Optional< Aws::Crt::String > ExecutionId
Definition CommandExecutionEvent.h:44
void SerializeToObject(Crt::JsonObject &doc) const
Definition CommandExecutionEvent.cpp:19
CommandExecutionEvent & operator=(const Crt::JsonView &doc)
Definition CommandExecutionEvent.cpp:29
Aws::Crt::Optional< int32_t > Timeout
Definition CommandExecutionEvent.h:57
void SetTimeout(int32_t messageExpiryInterval)
Definition CommandExecutionEvent.cpp:50
void SetContentType(Aws::Crt::ByteCursor contentType)
Definition CommandExecutionEvent.cpp:45
Aws::Crt::Optional< Aws::Crt::Vector< uint8_t > > Payload
Definition CommandExecutionEvent.h:37
void SetPayload(Aws::Crt::ByteCursor payload)
Definition CommandExecutionEvent.cpp:40
Aws::Crt::Optional< Aws::Crt::String > ContentType
Definition CommandExecutionEvent.h:51
void SetExecutionId(Aws::Crt::ByteCursor value)
Definition CommandExecutionEvent.cpp:35
#define AWS_IOTCOMMANDS_API
Definition Exports.h:20
aws_byte_cursor ByteCursor
Definition Types.h:31
Definition CommandExecutionEvent.h:17
Definition Allocator.h:11