7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/rekognition/model/DatasetLabelDescription.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
60 inline void SetNextToken(
const char* value) { m_nextToken.assign(value); }
71 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
ListDatasetLabelsResult & AddDatasetLabelDescriptions(const DatasetLabelDescription &value)
ListDatasetLabelsResult & WithNextToken(const Aws::String &value)
void SetDatasetLabelDescriptions(const Aws::Vector< DatasetLabelDescription > &value)
const Aws::String & GetNextToken() const
void SetRequestId(Aws::String &&value)
ListDatasetLabelsResult & WithDatasetLabelDescriptions(const Aws::Vector< DatasetLabelDescription > &value)
void SetRequestId(const char *value)
const Aws::String & GetRequestId() const
AWS_REKOGNITION_API ListDatasetLabelsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListDatasetLabelsResult & WithNextToken(Aws::String &&value)
void SetNextToken(Aws::String &&value)
ListDatasetLabelsResult & WithRequestId(const Aws::String &value)
AWS_REKOGNITION_API ListDatasetLabelsResult()
void SetNextToken(const Aws::String &value)
const Aws::Vector< DatasetLabelDescription > & GetDatasetLabelDescriptions() const
void SetNextToken(const char *value)
void SetDatasetLabelDescriptions(Aws::Vector< DatasetLabelDescription > &&value)
ListDatasetLabelsResult & WithNextToken(const char *value)
void SetRequestId(const Aws::String &value)
ListDatasetLabelsResult & AddDatasetLabelDescriptions(DatasetLabelDescription &&value)
ListDatasetLabelsResult & WithRequestId(const char *value)
AWS_REKOGNITION_API ListDatasetLabelsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListDatasetLabelsResult & WithDatasetLabelDescriptions(Aws::Vector< DatasetLabelDescription > &&value)
ListDatasetLabelsResult & WithRequestId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue