7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
9#include <aws/glue/model/SchemaStatus.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename SchemaArnT = Aws::String>
37 m_schemaArnHasBeenSet =
true;
38 m_schemaArn = std::forward<SchemaArnT>(value);
40 template <
typename SchemaArnT = Aws::String>
52 template <
typename SchemaNameT = Aws::String>
54 m_schemaNameHasBeenSet =
true;
55 m_schemaName = std::forward<SchemaNameT>(value);
57 template <
typename SchemaNameT = Aws::String>
70 m_statusHasBeenSet =
true;
82 template <
typename RequestIdT = Aws::String>
84 m_requestIdHasBeenSet =
true;
85 m_requestId = std::forward<RequestIdT>(value);
87 template <
typename RequestIdT = Aws::String>
101 bool m_schemaArnHasBeenSet =
false;
102 bool m_schemaNameHasBeenSet =
false;
103 bool m_statusHasBeenSet =
false;
104 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_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