7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/location/LocationService_EXPORTS.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace LocationService {
38 template <
typename CollectionNameT = Aws::String>
40 m_collectionNameHasBeenSet =
true;
41 m_collectionName = std::forward<CollectionNameT>(value);
43 template <
typename CollectionNameT = Aws::String>
59 template <
typename CollectionArnT = Aws::String>
61 m_collectionArnHasBeenSet =
true;
62 m_collectionArn = std::forward<CollectionArnT>(value);
64 template <
typename CollectionArnT = Aws::String>
76 template <
typename DescriptionT = Aws::String>
78 m_descriptionHasBeenSet =
true;
79 m_description = std::forward<DescriptionT>(value);
81 template <
typename DescriptionT = Aws::String>
96 template <
typename KmsKeyIdT = Aws::String>
98 m_kmsKeyIdHasBeenSet =
true;
99 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
101 template <
typename KmsKeyIdT = Aws::String>
113 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
115 m_tagsHasBeenSet =
true;
116 m_tags = std::forward<TagsT>(value);
118 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
120 SetTags(std::forward<TagsT>(value));
123 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
125 m_tagsHasBeenSet =
true;
126 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
138 template <
typename CreateTimeT = Aws::Utils::DateTime>
140 m_createTimeHasBeenSet =
true;
141 m_createTime = std::forward<CreateTimeT>(value);
143 template <
typename CreateTimeT = Aws::Utils::DateTime>
157 template <
typename UpdateTimeT = Aws::Utils::DateTime>
159 m_updateTimeHasBeenSet =
true;
160 m_updateTime = std::forward<UpdateTimeT>(value);
162 template <
typename UpdateTimeT = Aws::Utils::DateTime>
175 m_geofenceCountHasBeenSet =
true;
176 m_geofenceCount = value;
187 template <
typename RequestIdT = Aws::String>
189 m_requestIdHasBeenSet =
true;
190 m_requestId = std::forward<RequestIdT>(value);
192 template <
typename RequestIdT = Aws::String>
215 int m_geofenceCount{0};
219 bool m_collectionNameHasBeenSet =
false;
220 bool m_collectionArnHasBeenSet =
false;
221 bool m_descriptionHasBeenSet =
false;
222 bool m_kmsKeyIdHasBeenSet =
false;
223 bool m_tagsHasBeenSet =
false;
224 bool m_createTimeHasBeenSet =
false;
225 bool m_updateTimeHasBeenSet =
false;
226 bool m_geofenceCountHasBeenSet =
false;
227 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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