AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CreateVehicleResult.h
1
6#pragma once
7#include <aws/iotfleetwise/IoTFleetWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace IoTFleetWise
24{
25namespace Model
26{
28 {
29 public:
30 AWS_IOTFLEETWISE_API CreateVehicleResult();
33
34
36
39 inline const Aws::String& GetVehicleName() const{ return m_vehicleName; }
40 inline void SetVehicleName(const Aws::String& value) { m_vehicleName = value; }
41 inline void SetVehicleName(Aws::String&& value) { m_vehicleName = std::move(value); }
42 inline void SetVehicleName(const char* value) { m_vehicleName.assign(value); }
43 inline CreateVehicleResult& WithVehicleName(const Aws::String& value) { SetVehicleName(value); return *this;}
44 inline CreateVehicleResult& WithVehicleName(Aws::String&& value) { SetVehicleName(std::move(value)); return *this;}
45 inline CreateVehicleResult& WithVehicleName(const char* value) { SetVehicleName(value); return *this;}
47
49
52 inline const Aws::String& GetArn() const{ return m_arn; }
53 inline void SetArn(const Aws::String& value) { m_arn = value; }
54 inline void SetArn(Aws::String&& value) { m_arn = std::move(value); }
55 inline void SetArn(const char* value) { m_arn.assign(value); }
56 inline CreateVehicleResult& WithArn(const Aws::String& value) { SetArn(value); return *this;}
57 inline CreateVehicleResult& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;}
58 inline CreateVehicleResult& WithArn(const char* value) { SetArn(value); return *this;}
60
62
65 inline const Aws::String& GetThingArn() const{ return m_thingArn; }
66 inline void SetThingArn(const Aws::String& value) { m_thingArn = value; }
67 inline void SetThingArn(Aws::String&& value) { m_thingArn = std::move(value); }
68 inline void SetThingArn(const char* value) { m_thingArn.assign(value); }
69 inline CreateVehicleResult& WithThingArn(const Aws::String& value) { SetThingArn(value); return *this;}
70 inline CreateVehicleResult& WithThingArn(Aws::String&& value) { SetThingArn(std::move(value)); return *this;}
71 inline CreateVehicleResult& WithThingArn(const char* value) { SetThingArn(value); return *this;}
73
75
76 inline const Aws::String& GetRequestId() const{ return m_requestId; }
77 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
78 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
79 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
80 inline CreateVehicleResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
81 inline CreateVehicleResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
82 inline CreateVehicleResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
84 private:
85
86 Aws::String m_vehicleName;
87
88 Aws::String m_arn;
89
90 Aws::String m_thingArn;
91
92 Aws::String m_requestId;
93 };
94
95} // namespace Model
96} // namespace IoTFleetWise
97} // namespace Aws
CreateVehicleResult & WithThingArn(const char *value)
CreateVehicleResult & WithArn(const char *value)
CreateVehicleResult & WithArn(const Aws::String &value)
CreateVehicleResult & WithThingArn(const Aws::String &value)
CreateVehicleResult & WithThingArn(Aws::String &&value)
CreateVehicleResult & WithRequestId(Aws::String &&value)
CreateVehicleResult & WithRequestId(const char *value)
CreateVehicleResult & WithArn(Aws::String &&value)
CreateVehicleResult & WithRequestId(const Aws::String &value)
CreateVehicleResult & WithVehicleName(const char *value)
AWS_IOTFLEETWISE_API CreateVehicleResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateVehicleResult & WithVehicleName(const Aws::String &value)
AWS_IOTFLEETWISE_API CreateVehicleResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateVehicleResult & WithVehicleName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue