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/ProjectDescription.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template<
typename ProjectDescriptionsT = Aws::Vector<ProjectDescription>>
44 void SetProjectDescriptions(ProjectDescriptionsT&& value) { m_projectDescriptionsHasBeenSet =
true; m_projectDescriptions = std::forward<ProjectDescriptionsT>(value); }
45 template<
typename ProjectDescriptionsT = Aws::Vector<ProjectDescription>>
47 template<
typename ProjectDescriptionsT = ProjectDescription>
58 template<
typename NextTokenT = Aws::String>
59 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
60 template<
typename NextTokenT = Aws::String>
67 template<
typename RequestIdT = Aws::String>
68 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
69 template<
typename RequestIdT = Aws::String>
75 bool m_projectDescriptionsHasBeenSet =
false;
78 bool m_nextTokenHasBeenSet =
false;
81 bool m_requestIdHasBeenSet =
false;
AWS_REKOGNITION_API DescribeProjectsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_REKOGNITION_API DescribeProjectsResult()=default
DescribeProjectsResult & WithNextToken(NextTokenT &&value)
const Aws::String & GetRequestId() const
AWS_REKOGNITION_API DescribeProjectsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
void SetNextToken(NextTokenT &&value)
const Aws::Vector< ProjectDescription > & GetProjectDescriptions() const
const Aws::String & GetNextToken() const
DescribeProjectsResult & WithProjectDescriptions(ProjectDescriptionsT &&value)
DescribeProjectsResult & AddProjectDescriptions(ProjectDescriptionsT &&value)
DescribeProjectsResult & WithRequestId(RequestIdT &&value)
void SetProjectDescriptions(ProjectDescriptionsT &&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