7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/rekognition/RekognitionRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/rekognition/model/DistributeDataset.h>
55 bool m_datasetsHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
DistributeDatasetEntriesRequest & AddDatasets(DistributeDataset &&value)
void SetDatasets(const Aws::Vector< DistributeDataset > &value)
const Aws::Vector< DistributeDataset > & GetDatasets() const
DistributeDatasetEntriesRequest & WithDatasets(const Aws::Vector< DistributeDataset > &value)
DistributeDatasetEntriesRequest & WithDatasets(Aws::Vector< DistributeDataset > &&value)
DistributeDatasetEntriesRequest & AddDatasets(const DistributeDataset &value)
AWS_REKOGNITION_API DistributeDatasetEntriesRequest()
bool DatasetsHasBeenSet() const
AWS_REKOGNITION_API Aws::String SerializePayload() const override
AWS_REKOGNITION_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetDatasets(Aws::Vector< DistributeDataset > &&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