7#include <aws/lookoutvision/LookoutforVision_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace LookoutforVision
41 template<
typename DatasetEntriesT = Aws::Vector<Aws::String>>
42 void SetDatasetEntries(DatasetEntriesT&& value) { m_datasetEntriesHasBeenSet =
true; m_datasetEntries = std::forward<DatasetEntriesT>(value); }
43 template<
typename DatasetEntriesT = Aws::Vector<Aws::String>>
45 template<
typename DatasetEntriesT = Aws::String>
56 template<
typename NextTokenT = Aws::String>
57 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
58 template<
typename NextTokenT = Aws::String>
65 template<
typename RequestIdT = Aws::String>
66 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
67 template<
typename RequestIdT = Aws::String>
73 bool m_datasetEntriesHasBeenSet =
false;
76 bool m_nextTokenHasBeenSet =
false;
79 bool m_requestIdHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
ListDatasetEntriesResult & AddDatasetEntries(DatasetEntriesT &&value)
AWS_LOOKOUTFORVISION_API ListDatasetEntriesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_LOOKOUTFORVISION_API ListDatasetEntriesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNextToken() const
const Aws::String & GetRequestId() const
ListDatasetEntriesResult & WithRequestId(RequestIdT &&value)
ListDatasetEntriesResult & WithNextToken(NextTokenT &&value)
AWS_LOOKOUTFORVISION_API ListDatasetEntriesResult()=default
void SetDatasetEntries(DatasetEntriesT &&value)
void SetRequestId(RequestIdT &&value)
ListDatasetEntriesResult & WithDatasetEntries(DatasetEntriesT &&value)
const Aws::Vector< Aws::String > & GetDatasetEntries() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue