7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/rekognition/RekognitionRequest.h>
9#include <aws/rekognition/Rekognition_EXPORTS.h>
14namespace Rekognition {
39 template <
typename CollectionIdT = Aws::String>
41 m_collectionIdHasBeenSet =
true;
42 m_collectionId = std::forward<CollectionIdT>(value);
44 template <
typename CollectionIdT = Aws::String>
52 bool m_collectionIdHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
DeleteCollectionRequest & WithCollectionId(CollectionIdT &&value)
AWS_REKOGNITION_API Aws::String SerializePayload() const override
const Aws::String & GetCollectionId() const
bool CollectionIdHasBeenSet() const
AWS_REKOGNITION_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_REKOGNITION_API DeleteCollectionRequest()=default
void SetCollectionId(CollectionIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String