7#include <aws/location/LocationService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
22namespace LocationService
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>
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>
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>
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>
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>
108 bool m_mapNameHasBeenSet =
false;
111 bool m_descriptionHasBeenSet =
false;
114 bool m_dataSourceHasBeenSet =
false;
117 bool m_createTimeHasBeenSet =
false;
120 bool m_updateTimeHasBeenSet =
false;
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