7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.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>
58 template <
typename FaceIdsT = Aws::Vector<Aws::String>>
60 m_faceIdsHasBeenSet =
true;
61 m_faceIds = std::forward<FaceIdsT>(value);
63 template <
typename FaceIdsT = Aws::Vector<Aws::String>>
68 template <
typename FaceIdsT = Aws::String>
70 m_faceIdsHasBeenSet =
true;
71 m_faceIds.emplace_back(std::forward<FaceIdsT>(value));
77 bool m_collectionIdHasBeenSet =
false;
80 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