1 /**
2  * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3  * SPDX-License-Identifier: Apache-2.0.
4  */
5 
6 #include <aws/iot/model/DeleteThingTypeRequest.h>
7 #include <aws/core/utils/json/JsonSerializer.h>
8 
9 #include <utility>
10 
11 using namespace Aws::IoT::Model;
12 using namespace Aws::Utils::Json;
13 using namespace Aws::Utils;
14 
DeleteThingTypeRequest()15 DeleteThingTypeRequest::DeleteThingTypeRequest() :
16     m_thingTypeNameHasBeenSet(false)
17 {
18 }
19 
SerializePayload() const20 Aws::String DeleteThingTypeRequest::SerializePayload() const
21 {
22   return {};
23 }
24 
25 
26 
27 
28