AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetMapName(const Aws::String& value) { m_mapNameHasBeenSet = true; m_mapName = value; }
49 inline void SetMapName(Aws::String&& value) { m_mapNameHasBeenSet = true; m_mapName = std::move(value); }
50 inline void SetMapName(const char* value) { m_mapNameHasBeenSet = true; m_mapName.assign(value); }
51 inline ListMapsResponseEntry& WithMapName(const Aws::String& value) { SetMapName(value); return *this;}
52 inline ListMapsResponseEntry& WithMapName(Aws::String&& value) { SetMapName(std::move(value)); return *this;}
53 inline ListMapsResponseEntry& WithMapName(const char* value) { SetMapName(value); return *this;}
55
57
60 inline const Aws::String& GetDescription() const{ return m_description; }
61 inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; }
62 inline void SetDescription(const Aws::String& value) { m_descriptionHasBeenSet = true; m_description = value; }
63 inline void SetDescription(Aws::String&& value) { m_descriptionHasBeenSet = true; m_description = std::move(value); }
64 inline void SetDescription(const char* value) { m_descriptionHasBeenSet = true; m_description.assign(value); }
65 inline ListMapsResponseEntry& WithDescription(const Aws::String& value) { SetDescription(value); return *this;}
66 inline ListMapsResponseEntry& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;}
67 inline ListMapsResponseEntry& WithDescription(const char* value) { SetDescription(value); return *this;}
69
71
74 inline const Aws::String& GetDataSource() const{ return m_dataSource; }
75 inline bool DataSourceHasBeenSet() const { return m_dataSourceHasBeenSet; }
76 inline void SetDataSource(const Aws::String& value) { m_dataSourceHasBeenSet = true; m_dataSource = value; }
77 inline void SetDataSource(Aws::String&& value) { m_dataSourceHasBeenSet = true; m_dataSource = std::move(value); }
78 inline void SetDataSource(const char* value) { m_dataSourceHasBeenSet = true; m_dataSource.assign(value); }
79 inline ListMapsResponseEntry& WithDataSource(const Aws::String& value) { SetDataSource(value); return *this;}
80 inline ListMapsResponseEntry& WithDataSource(Aws::String&& value) { SetDataSource(std::move(value)); return *this;}
81 inline ListMapsResponseEntry& WithDataSource(const char* value) { SetDataSource(value); return *this;}
83
85
90 inline const Aws::Utils::DateTime& GetCreateTime() const{ return m_createTime; }
91 inline bool CreateTimeHasBeenSet() const { return m_createTimeHasBeenSet; }
92 inline void SetCreateTime(const Aws::Utils::DateTime& value) { m_createTimeHasBeenSet = true; m_createTime = value; }
93 inline void SetCreateTime(Aws::Utils::DateTime&& value) { m_createTimeHasBeenSet = true; m_createTime = std::move(value); }
94 inline ListMapsResponseEntry& WithCreateTime(const Aws::Utils::DateTime& value) { SetCreateTime(value); return *this;}
95 inline ListMapsResponseEntry& WithCreateTime(Aws::Utils::DateTime&& value) { SetCreateTime(std::move(value)); return *this;}
97
99
104 inline const Aws::Utils::DateTime& GetUpdateTime() const{ return m_updateTime; }
105 inline bool UpdateTimeHasBeenSet() const { return m_updateTimeHasBeenSet; }
106 inline void SetUpdateTime(const Aws::Utils::DateTime& value) { m_updateTimeHasBeenSet = true; m_updateTime = value; }
107 inline void SetUpdateTime(Aws::Utils::DateTime&& value) { m_updateTimeHasBeenSet = true; m_updateTime = std::move(value); }
108 inline ListMapsResponseEntry& WithUpdateTime(const Aws::Utils::DateTime& value) { SetUpdateTime(value); return *this;}
109 inline ListMapsResponseEntry& WithUpdateTime(Aws::Utils::DateTime&& value) { SetUpdateTime(std::move(value)); return *this;}
111 private:
112
113 Aws::String m_mapName;
114 bool m_mapNameHasBeenSet = false;
115
116 Aws::String m_description;
117 bool m_descriptionHasBeenSet = false;
118
119 Aws::String m_dataSource;
120 bool m_dataSourceHasBeenSet = false;
121
122 Aws::Utils::DateTime m_createTime;
123 bool m_createTimeHasBeenSet = false;
124
125 Aws::Utils::DateTime m_updateTime;
126 bool m_updateTimeHasBeenSet = false;
127 };
128
129} // namespace Model
130} // namespace LocationService
131} // namespace Aws
ListMapsResponseEntry & WithCreateTime(Aws::Utils::DateTime &&value)
ListMapsResponseEntry & WithCreateTime(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetUpdateTime() const
void SetDataSource(Aws::String &&value)
AWS_LOCATIONSERVICE_API ListMapsResponseEntry(Aws::Utils::Json::JsonView jsonValue)
void SetUpdateTime(const Aws::Utils::DateTime &value)
AWS_LOCATIONSERVICE_API ListMapsResponseEntry()
void SetDataSource(const Aws::String &value)
const Aws::String & GetDataSource() const
ListMapsResponseEntry & WithDescription(Aws::String &&value)
ListMapsResponseEntry & WithDataSource(Aws::String &&value)
void SetUpdateTime(Aws::Utils::DateTime &&value)
ListMapsResponseEntry & WithDescription(const char *value)
const Aws::String & GetMapName() const
void SetCreateTime(const Aws::Utils::DateTime &value)
void SetDescription(const char *value)
ListMapsResponseEntry & WithMapName(const char *value)
ListMapsResponseEntry & WithMapName(Aws::String &&value)
ListMapsResponseEntry & WithDescription(const Aws::String &value)
AWS_LOCATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool CreateTimeHasBeenSet() const
const Aws::Utils::DateTime & GetCreateTime() const
ListMapsResponseEntry & WithUpdateTime(Aws::Utils::DateTime &&value)
void SetMapName(const char *value)
void SetMapName(Aws::String &&value)
AWS_LOCATIONSERVICE_API ListMapsResponseEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
ListMapsResponseEntry & WithMapName(const Aws::String &value)
const Aws::String & GetDescription() const
bool DataSourceHasBeenSet() const
void SetMapName(const Aws::String &value)
bool DescriptionHasBeenSet() const
void SetDescription(const Aws::String &value)
void SetDescription(Aws::String &&value)
ListMapsResponseEntry & WithUpdateTime(const Aws::Utils::DateTime &value)
void SetDataSource(const char *value)
bool UpdateTimeHasBeenSet() const
ListMapsResponseEntry & WithDataSource(const Aws::String &value)
void SetCreateTime(Aws::Utils::DateTime &&value)
ListMapsResponseEntry & WithDataSource(const char *value)
bool MapNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue