7#include <aws/location/LocationService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/DateTime.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace LocationService
42 template<
typename CollectionNameT = Aws::String>
43 void SetCollectionName(CollectionNameT&& value) { m_collectionNameHasBeenSet =
true; m_collectionName = std::forward<CollectionNameT>(value); }
44 template<
typename CollectionNameT = Aws::String>
57 template<
typename CollectionArnT = Aws::String>
58 void SetCollectionArn(CollectionArnT&& value) { m_collectionArnHasBeenSet =
true; m_collectionArn = std::forward<CollectionArnT>(value); }
59 template<
typename CollectionArnT = Aws::String>
68 template<
typename DescriptionT = Aws::String>
69 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
70 template<
typename DescriptionT = Aws::String>
82 template<
typename KmsKeyIdT = Aws::String>
83 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
84 template<
typename KmsKeyIdT = Aws::String>
93 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
94 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
95 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
97 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
99 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
110 template<
typename CreateTimeT = Aws::Utils::DateTime>
111 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet =
true; m_createTime = std::forward<CreateTimeT>(value); }
112 template<
typename CreateTimeT = Aws::Utils::DateTime>
123 template<
typename UpdateTimeT = Aws::Utils::DateTime>
124 void SetUpdateTime(UpdateTimeT&& value) { m_updateTimeHasBeenSet =
true; m_updateTime = std::forward<UpdateTimeT>(value); }
125 template<
typename UpdateTimeT = Aws::Utils::DateTime>
134 inline void SetGeofenceCount(
int value) { m_geofenceCountHasBeenSet =
true; m_geofenceCount = value; }
141 template<
typename RequestIdT = Aws::String>
142 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
143 template<
typename RequestIdT = Aws::String>
149 bool m_collectionNameHasBeenSet =
false;
152 bool m_collectionArnHasBeenSet =
false;
155 bool m_descriptionHasBeenSet =
false;
158 bool m_kmsKeyIdHasBeenSet =
false;
161 bool m_tagsHasBeenSet =
false;
164 bool m_createTimeHasBeenSet =
false;
167 bool m_updateTimeHasBeenSet =
false;
169 int m_geofenceCount{0};
170 bool m_geofenceCountHasBeenSet =
false;
173 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