7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/SchemaStatus.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename SchemaArnT = Aws::String>
38 m_schemaArnHasBeenSet =
true;
39 m_schemaArn = std::forward<SchemaArnT>(value);
41 template <
typename SchemaArnT = Aws::String>
53 template <
typename SchemaNameT = Aws::String>
55 m_schemaNameHasBeenSet =
true;
56 m_schemaName = std::forward<SchemaNameT>(value);
58 template <
typename SchemaNameT = Aws::String>
71 m_statusHasBeenSet =
true;
83 template <
typename RequestIdT = Aws::String>
85 m_requestIdHasBeenSet =
true;
86 m_requestId = std::forward<RequestIdT>(value);
88 template <
typename RequestIdT = Aws::String>
105 bool m_schemaArnHasBeenSet =
false;
106 bool m_schemaNameHasBeenSet =
false;
107 bool m_statusHasBeenSet =
false;
108 bool m_requestIdHasBeenSet =
false;
DeleteSchemaResult & WithSchemaArn(SchemaArnT &&value)
AWS_GLUE_API DeleteSchemaResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_GLUE_API DeleteSchemaResult()=default
void SetSchemaArn(SchemaArnT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_GLUE_API DeleteSchemaResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
SchemaStatus GetStatus() const
DeleteSchemaResult & WithStatus(SchemaStatus value)
DeleteSchemaResult & WithSchemaName(SchemaNameT &&value)
const Aws::String & GetSchemaName() const
void SetStatus(SchemaStatus value)
DeleteSchemaResult & WithRequestId(RequestIdT &&value)
void SetSchemaName(SchemaNameT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetSchemaArn() const
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue