7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/rekognition/RekognitionRequest.h>
10#include <aws/rekognition/Rekognition_EXPORTS.h>
15namespace Rekognition {
40 template <
typename CollectionIdT = Aws::String>
42 m_collectionIdHasBeenSet =
true;
43 m_collectionId = std::forward<CollectionIdT>(value);
45 template <
typename CollectionIdT = Aws::String>
59 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
61 m_tagsHasBeenSet =
true;
62 m_tags = std::forward<TagsT>(value);
64 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
66 SetTags(std::forward<TagsT>(value));
69 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
71 m_tagsHasBeenSet =
true;
72 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
80 bool m_collectionIdHasBeenSet =
false;
81 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