7#include <aws/location/LocationService_EXPORTS.h>
8#include <aws/location/LocationServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
15namespace LocationService
46 template<
typename CollectionNameT = Aws::String>
47 void SetCollectionName(CollectionNameT&& value) { m_collectionNameHasBeenSet =
true; m_collectionName = std::forward<CollectionNameT>(value); }
48 template<
typename CollectionNameT = Aws::String>
58 template<
typename DescriptionT = Aws::String>
59 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
60 template<
typename DescriptionT = Aws::String>
78 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
79 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
80 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
82 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
84 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
97 template<
typename KmsKeyIdT = Aws::String>
98 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
99 template<
typename KmsKeyIdT = Aws::String>
105 bool m_collectionNameHasBeenSet =
false;
108 bool m_descriptionHasBeenSet =
false;
111 bool m_tagsHasBeenSet =
false;
114 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