7#include <aws/lookoutvision/LookoutforVision_EXPORTS.h>
8#include <aws/lookoutvision/model/ProjectDescription.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace LookoutforVision
41 template<
typename ProjectDescriptionT = ProjectDescription>
42 void SetProjectDescription(ProjectDescriptionT&& value) { m_projectDescriptionHasBeenSet =
true; m_projectDescription = std::forward<ProjectDescriptionT>(value); }
43 template<
typename ProjectDescriptionT = ProjectDescription>
50 template<
typename RequestIdT = Aws::String>
51 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
52 template<
typename RequestIdT = Aws::String>
58 bool m_projectDescriptionHasBeenSet =
false;
61 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
DescribeProjectResult & WithProjectDescription(ProjectDescriptionT &&value)
const ProjectDescription & GetProjectDescription() const
AWS_LOOKOUTFORVISION_API DescribeProjectResult()=default
AWS_LOOKOUTFORVISION_API DescribeProjectResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeProjectResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
void SetProjectDescription(ProjectDescriptionT &&value)
AWS_LOOKOUTFORVISION_API DescribeProjectResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue