7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/model/Schema.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename SchemaT = Schema>
38 m_schemaHasBeenSet =
true;
39 m_schema = std::forward<SchemaT>(value);
41 template <
typename SchemaT = Schema>
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;
AWS_CLEANROOMS_API GetSchemaResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CLEANROOMS_API GetSchemaResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetSchema(SchemaT &&value)
GetSchemaResult & WithRequestId(RequestIdT &&value)
GetSchemaResult & WithSchema(SchemaT &&value)
AWS_CLEANROOMS_API GetSchemaResult()=default
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetRequestId(RequestIdT &&value)
const Schema & GetSchema() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue