AWS SDK for C++

AWS SDK for C++ Version 1.11.781

Loading...
Searching...
No Matches
IsolineVehicleLicensePlate.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace GeoRoutes {
20namespace Model {
21
29 public:
30 AWS_GEOROUTES_API IsolineVehicleLicensePlate() = default;
33 AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
41 inline const Aws::String& GetLastCharacter() const { return m_lastCharacter; }
42 inline bool LastCharacterHasBeenSet() const { return m_lastCharacterHasBeenSet; }
43 template <typename LastCharacterT = Aws::String>
44 void SetLastCharacter(LastCharacterT&& value) {
45 m_lastCharacterHasBeenSet = true;
46 m_lastCharacter = std::forward<LastCharacterT>(value);
47 }
48 template <typename LastCharacterT = Aws::String>
50 SetLastCharacter(std::forward<LastCharacterT>(value));
51 return *this;
52 }
54 private:
55 Aws::String m_lastCharacter;
56 bool m_lastCharacterHasBeenSet = false;
57};
58
59} // namespace Model
60} // namespace GeoRoutes
61} // namespace Aws
AWS_GEOROUTES_API IsolineVehicleLicensePlate & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GEOROUTES_API IsolineVehicleLicensePlate()=default
AWS_GEOROUTES_API IsolineVehicleLicensePlate(Aws::Utils::Json::JsonView jsonValue)
IsolineVehicleLicensePlate & WithLastCharacter(LastCharacterT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue