7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template<
typename SchemaArnT = Aws::String>
41 void SetSchemaArn(SchemaArnT&& value) { m_schemaArnHasBeenSet =
true; m_schemaArn = std::forward<SchemaArnT>(value); }
42 template<
typename SchemaArnT = Aws::String>
51 template<
typename SchemaNameT = Aws::String>
52 void SetSchemaName(SchemaNameT&& value) { m_schemaNameHasBeenSet =
true; m_schemaName = std::forward<SchemaNameT>(value); }
53 template<
typename SchemaNameT = Aws::String>
62 template<
typename RegistryNameT = Aws::String>
63 void SetRegistryName(RegistryNameT&& value) { m_registryNameHasBeenSet =
true; m_registryName = std::forward<RegistryNameT>(value); }
64 template<
typename RegistryNameT = Aws::String>
71 template<
typename RequestIdT = Aws::String>
72 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
73 template<
typename RequestIdT = Aws::String>
79 bool m_schemaArnHasBeenSet =
false;
82 bool m_schemaNameHasBeenSet =
false;
85 bool m_registryNameHasBeenSet =
false;
88 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_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