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/AWSVector.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>
56 template<
typename FaceIdsT = Aws::Vector<Aws::String>>
57 void SetFaceIds(FaceIdsT&& value) { m_faceIdsHasBeenSet =
true; m_faceIds = std::forward<FaceIdsT>(value); }
58 template<
typename FaceIdsT = Aws::Vector<Aws::String>>
60 template<
typename FaceIdsT = Aws::String>
61 DeleteFacesRequest&
AddFaceIds(FaceIdsT&& value) { m_faceIdsHasBeenSet =
true; m_faceIds.emplace_back(std::forward<FaceIdsT>(value));
return *
this; }
66 bool m_collectionIdHasBeenSet =
false;
69 bool m_faceIdsHasBeenSet =
false;
DeleteFacesRequest & WithCollectionId(CollectionIdT &&value)
void SetCollectionId(CollectionIdT &&value)
const Aws::String & GetCollectionId() const
AWS_REKOGNITION_API DeleteFacesRequest()=default
bool FaceIdsHasBeenSet() const
AWS_REKOGNITION_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
AWS_REKOGNITION_API Aws::String SerializePayload() const override
bool CollectionIdHasBeenSet() const
DeleteFacesRequest & AddFaceIds(FaceIdsT &&value)
void SetFaceIds(FaceIdsT &&value)
const Aws::Vector< Aws::String > & GetFaceIds() const
DeleteFacesRequest & WithFaceIds(FaceIdsT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector