AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
ListMapsResponseEntry.h
1
6#pragma once
7#include <aws/location/LocationService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace LocationService
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_LOCATIONSERVICE_API ListMapsResponseEntry() = default;
37 AWS_LOCATIONSERVICE_API ListMapsResponseEntry(Aws::Utils::Json::JsonView jsonValue);
38 AWS_LOCATIONSERVICE_API ListMapsResponseEntry& operator=(Aws::Utils::Json::JsonView jsonValue);
39 AWS_LOCATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::String& GetMapName() const { return m_mapName; }
47 inline bool MapNameHasBeenSet() const { return m_mapNameHasBeenSet; }
48 template<typename MapNameT = Aws::String>
49 void SetMapName(MapNameT&& value) { m_mapNameHasBeenSet = true; m_mapName = std::forward<MapNameT>(value); }
50 template<typename MapNameT = Aws::String>
51 ListMapsResponseEntry& WithMapName(MapNameT&& value) { SetMapName(std::forward<MapNameT>(value)); return *this;}
53
55
58 inline const Aws::String& GetDescription() const { return m_description; }
59 inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; }
60 template<typename DescriptionT = Aws::String>
61 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet = true; m_description = std::forward<DescriptionT>(value); }
62 template<typename DescriptionT = Aws::String>
63 ListMapsResponseEntry& WithDescription(DescriptionT&& value) { SetDescription(std::forward<DescriptionT>(value)); return *this;}
65
67
70 inline const Aws::String& GetDataSource() const { return m_dataSource; }
71 inline bool DataSourceHasBeenSet() const { return m_dataSourceHasBeenSet; }
72 template<typename DataSourceT = Aws::String>
73 void SetDataSource(DataSourceT&& value) { m_dataSourceHasBeenSet = true; m_dataSource = std::forward<DataSourceT>(value); }
74 template<typename DataSourceT = Aws::String>
75 ListMapsResponseEntry& WithDataSource(DataSourceT&& value) { SetDataSource(std::forward<DataSourceT>(value)); return *this;}
77
79
84 inline const Aws::Utils::DateTime& GetCreateTime() const { return m_createTime; }
85 inline bool CreateTimeHasBeenSet() const { return m_createTimeHasBeenSet; }
86 template<typename CreateTimeT = Aws::Utils::DateTime>
87 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet = true; m_createTime = std::forward<CreateTimeT>(value); }
88 template<typename CreateTimeT = Aws::Utils::DateTime>
89 ListMapsResponseEntry& WithCreateTime(CreateTimeT&& value) { SetCreateTime(std::forward<CreateTimeT>(value)); return *this;}
91
93
98 inline const Aws::Utils::DateTime& GetUpdateTime() const { return m_updateTime; }
99 inline bool UpdateTimeHasBeenSet() const { return m_updateTimeHasBeenSet; }
100 template<typename UpdateTimeT = Aws::Utils::DateTime>
101 void SetUpdateTime(UpdateTimeT&& value) { m_updateTimeHasBeenSet = true; m_updateTime = std::forward<UpdateTimeT>(value); }
102 template<typename UpdateTimeT = Aws::Utils::DateTime>
103 ListMapsResponseEntry& WithUpdateTime(UpdateTimeT&& value) { SetUpdateTime(std::forward<UpdateTimeT>(value)); return *this;}
105 private:
106
107 Aws::String m_mapName;
108 bool m_mapNameHasBeenSet = false;
109
110 Aws::String m_description;
111 bool m_descriptionHasBeenSet = false;
112
113 Aws::String m_dataSource;
114 bool m_dataSourceHasBeenSet = false;
115
116 Aws::Utils::DateTime m_createTime{};
117 bool m_createTimeHasBeenSet = false;
118
119 Aws::Utils::DateTime m_updateTime{};
120 bool m_updateTimeHasBeenSet = false;
121 };
122
123} // namespace Model
124} // namespace LocationService
125} // namespace Aws
void SetDataSource(DataSourceT &&value)
const Aws::Utils::DateTime & GetUpdateTime() const
ListMapsResponseEntry & WithDescription(DescriptionT &&value)
AWS_LOCATIONSERVICE_API ListMapsResponseEntry()=default
void SetCreateTime(CreateTimeT &&value)
AWS_LOCATIONSERVICE_API ListMapsResponseEntry(Aws::Utils::Json::JsonView jsonValue)
ListMapsResponseEntry & WithMapName(MapNameT &&value)
const Aws::String & GetDataSource() const
const Aws::String & GetMapName() const
AWS_LOCATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
ListMapsResponseEntry & WithUpdateTime(UpdateTimeT &&value)
bool CreateTimeHasBeenSet() const
const Aws::Utils::DateTime & GetCreateTime() const
AWS_LOCATIONSERVICE_API ListMapsResponseEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
ListMapsResponseEntry & WithDataSource(DataSourceT &&value)
bool DataSourceHasBeenSet() const
void SetUpdateTime(UpdateTimeT &&value)
bool DescriptionHasBeenSet() const
bool UpdateTimeHasBeenSet() const
bool MapNameHasBeenSet() const
void SetMapName(MapNameT &&value)
ListMapsResponseEntry & WithCreateTime(CreateTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue