7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/rekognition/RekognitionRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
44 template<
typename CollectionIdT = Aws::String>
45 void SetCollectionId(CollectionIdT&& value) { m_collectionIdHasBeenSet =
true; m_collectionId = std::forward<CollectionIdT>(value); }
46 template<
typename CollectionIdT = Aws::String>
57 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
58 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
59 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
61 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
63 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
69 bool m_collectionIdHasBeenSet =
false;
72 bool m_tagsHasBeenSet =
false;
AWS_REKOGNITION_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetTags(TagsT &&value)
CreateCollectionRequest & WithTags(TagsT &&value)
bool CollectionIdHasBeenSet() const
void SetCollectionId(CollectionIdT &&value)
CreateCollectionRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetCollectionId() const
CreateCollectionRequest & WithCollectionId(CollectionIdT &&value)
AWS_REKOGNITION_API Aws::String SerializePayload() const override
AWS_REKOGNITION_API CreateCollectionRequest()=default
bool TagsHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
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