7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/personalize/Personalize_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace Personalize {
35 template <
typename SchemaArnT = Aws::String>
37 m_schemaArnHasBeenSet =
true;
38 m_schemaArn = std::forward<SchemaArnT>(value);
40 template <
typename SchemaArnT = Aws::String>
50 template <
typename RequestIdT = Aws::String>
52 m_requestIdHasBeenSet =
true;
53 m_requestId = std::forward<RequestIdT>(value);
55 template <
typename RequestIdT = Aws::String>
68 bool m_schemaArnHasBeenSet =
false;
69 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
AWS_PERSONALIZE_API CreateSchemaResult()=default
CreateSchemaResult & WithSchemaArn(SchemaArnT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetSchemaArn(SchemaArnT &&value)
AWS_PERSONALIZE_API CreateSchemaResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateSchemaResult & WithRequestId(RequestIdT &&value)
AWS_PERSONALIZE_API CreateSchemaResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetSchemaArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue