7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/location/LocationServiceRequest.h>
10#include <aws/location/LocationService_EXPORTS.h>
15namespace LocationService {
42 template <
typename CollectionNameT = Aws::String>
44 m_collectionNameHasBeenSet =
true;
45 m_collectionName = std::forward<CollectionNameT>(value);
47 template <
typename CollectionNameT = Aws::String>
60 template <
typename DescriptionT = Aws::String>
62 m_descriptionHasBeenSet =
true;
63 m_description = std::forward<DescriptionT>(value);
65 template <
typename DescriptionT = Aws::String>
86 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
88 m_tagsHasBeenSet =
true;
89 m_tags = std::forward<TagsT>(value);
91 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
93 SetTags(std::forward<TagsT>(value));
96 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
98 m_tagsHasBeenSet =
true;
99 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
113 template <
typename KmsKeyIdT = Aws::String>
115 m_kmsKeyIdHasBeenSet =
true;
116 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
118 template <
typename KmsKeyIdT = Aws::String>
132 bool m_collectionNameHasBeenSet =
false;
133 bool m_descriptionHasBeenSet =
false;
134 bool m_tagsHasBeenSet =
false;
135 bool m_kmsKeyIdHasBeenSet =
false;
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateGeofenceCollectionRequest & WithDescription(DescriptionT &&value)
AWS_LOCATIONSERVICE_API Aws::String SerializePayload() const override
const Aws::String & GetKmsKeyId() const
bool DescriptionHasBeenSet() const
AWS_LOCATIONSERVICE_API CreateGeofenceCollectionRequest()=default
void SetCollectionName(CollectionNameT &&value)
CreateGeofenceCollectionRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateGeofenceCollectionRequest & WithTags(TagsT &&value)
bool KmsKeyIdHasBeenSet() const
CreateGeofenceCollectionRequest & WithCollectionName(CollectionNameT &&value)
CreateGeofenceCollectionRequest & WithKmsKeyId(KmsKeyIdT &&value)
void SetDescription(DescriptionT &&value)
void SetKmsKeyId(KmsKeyIdT &&value)
const Aws::String & GetDescription() const
bool TagsHasBeenSet() const
bool CollectionNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetTags(TagsT &&value)
const Aws::String & GetCollectionName() 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