7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/location/LocationService_EXPORTS.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace LocationService {
37 template <
typename CollectionNameT = Aws::String>
39 m_collectionNameHasBeenSet =
true;
40 m_collectionName = std::forward<CollectionNameT>(value);
42 template <
typename CollectionNameT = Aws::String>
58 template <
typename CollectionArnT = Aws::String>
60 m_collectionArnHasBeenSet =
true;
61 m_collectionArn = std::forward<CollectionArnT>(value);
63 template <
typename CollectionArnT = Aws::String>
75 template <
typename DescriptionT = Aws::String>
77 m_descriptionHasBeenSet =
true;
78 m_description = std::forward<DescriptionT>(value);
80 template <
typename DescriptionT = Aws::String>
95 template <
typename KmsKeyIdT = Aws::String>
97 m_kmsKeyIdHasBeenSet =
true;
98 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
100 template <
typename KmsKeyIdT = Aws::String>
112 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
114 m_tagsHasBeenSet =
true;
115 m_tags = std::forward<TagsT>(value);
117 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
119 SetTags(std::forward<TagsT>(value));
122 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
124 m_tagsHasBeenSet =
true;
125 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
137 template <
typename CreateTimeT = Aws::Utils::DateTime>
139 m_createTimeHasBeenSet =
true;
140 m_createTime = std::forward<CreateTimeT>(value);
142 template <
typename CreateTimeT = Aws::Utils::DateTime>
156 template <
typename UpdateTimeT = Aws::Utils::DateTime>
158 m_updateTimeHasBeenSet =
true;
159 m_updateTime = std::forward<UpdateTimeT>(value);
161 template <
typename UpdateTimeT = Aws::Utils::DateTime>
174 m_geofenceCountHasBeenSet =
true;
175 m_geofenceCount = value;
186 template <
typename RequestIdT = Aws::String>
188 m_requestIdHasBeenSet =
true;
189 m_requestId = std::forward<RequestIdT>(value);
191 template <
typename RequestIdT = Aws::String>
212 int m_geofenceCount{0};
215 bool m_collectionNameHasBeenSet =
false;
216 bool m_collectionArnHasBeenSet =
false;
217 bool m_descriptionHasBeenSet =
false;
218 bool m_kmsKeyIdHasBeenSet =
false;
219 bool m_tagsHasBeenSet =
false;
220 bool m_createTimeHasBeenSet =
false;
221 bool m_updateTimeHasBeenSet =
false;
222 bool m_geofenceCountHasBeenSet =
false;
223 bool m_requestIdHasBeenSet =
false;
DescribeGeofenceCollectionResult & WithTags(TagsT &&value)
const Aws::String & GetCollectionArn() const
void SetCollectionArn(CollectionArnT &&value)
AWS_LOCATIONSERVICE_API DescribeGeofenceCollectionResult()=default
DescribeGeofenceCollectionResult & WithKmsKeyId(KmsKeyIdT &&value)
DescribeGeofenceCollectionResult & WithUpdateTime(UpdateTimeT &&value)
const Aws::String & GetRequestId() const
const Aws::Utils::DateTime & GetCreateTime() const
const Aws::String & GetKmsKeyId() const
DescribeGeofenceCollectionResult & WithCreateTime(CreateTimeT &&value)
AWS_LOCATIONSERVICE_API DescribeGeofenceCollectionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
void SetUpdateTime(UpdateTimeT &&value)
const Aws::String & GetCollectionName() const
DescribeGeofenceCollectionResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
DescribeGeofenceCollectionResult & WithCollectionName(CollectionNameT &&value)
void SetGeofenceCount(int value)
int GetGeofenceCount() const
DescribeGeofenceCollectionResult & WithRequestId(RequestIdT &&value)
AWS_LOCATIONSERVICE_API DescribeGeofenceCollectionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeGeofenceCollectionResult & WithGeofenceCount(int value)
void SetKmsKeyId(KmsKeyIdT &&value)
DescribeGeofenceCollectionResult & WithCollectionArn(CollectionArnT &&value)
DescribeGeofenceCollectionResult & WithDescription(DescriptionT &&value)
void SetDescription(DescriptionT &&value)
void SetCreateTime(CreateTimeT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetTags(TagsT &&value)
const Aws::Utils::DateTime & GetUpdateTime() const
void SetCollectionName(CollectionNameT &&value)
const Aws::String & GetDescription() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue