7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/Glue_EXPORTS.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>
69 template <
typename RegistryNameT = Aws::String>
71 m_registryNameHasBeenSet =
true;
72 m_registryName = std::forward<RegistryNameT>(value);
74 template <
typename RegistryNameT = Aws::String>
84 template <
typename RequestIdT = Aws::String>
86 m_requestIdHasBeenSet =
true;
87 m_requestId = std::forward<RequestIdT>(value);
89 template <
typename RequestIdT = Aws::String>
106 bool m_schemaArnHasBeenSet =
false;
107 bool m_schemaNameHasBeenSet =
false;
108 bool m_registryNameHasBeenSet =
false;
109 bool m_requestIdHasBeenSet =
false;
AWS_GLUE_API UpdateSchemaResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
UpdateSchemaResult & WithRegistryName(RegistryNameT &&value)
void SetRegistryName(RegistryNameT &&value)
const Aws::String & GetSchemaName() const
UpdateSchemaResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetSchemaArn() const
AWS_GLUE_API UpdateSchemaResult()=default
void SetSchemaName(SchemaNameT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_GLUE_API UpdateSchemaResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateSchemaResult & WithSchemaArn(SchemaArnT &&value)
const Aws::String & GetRegistryName() const
UpdateSchemaResult & WithSchemaName(SchemaNameT &&value)
void SetSchemaArn(SchemaArnT &&value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue