7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/personalize/Personalize_EXPORTS.h>
10#include <aws/personalize/model/DatasetSchema.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace Personalize {
36 template <
typename SchemaT = DatasetSchema>
38 m_schemaHasBeenSet =
true;
39 m_schema = std::forward<SchemaT>(value);
41 template <
typename SchemaT = DatasetSchema>
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
69 bool m_schemaHasBeenSet =
false;
70 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_PERSONALIZE_API DescribeSchemaResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetSchema(SchemaT &&value)
const DatasetSchema & GetSchema() const
AWS_PERSONALIZE_API DescribeSchemaResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeSchemaResult & WithSchema(SchemaT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DescribeSchemaResult & WithRequestId(RequestIdT &&value)
AWS_PERSONALIZE_API DescribeSchemaResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue