7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
34 template <
typename SchemaArnT = Aws::String>
36 m_schemaArnHasBeenSet =
true;
37 m_schemaArn = std::forward<SchemaArnT>(value);
39 template <
typename SchemaArnT = Aws::String>
51 template <
typename SchemaNameT = Aws::String>
53 m_schemaNameHasBeenSet =
true;
54 m_schemaName = std::forward<SchemaNameT>(value);
56 template <
typename SchemaNameT = Aws::String>
68 template <
typename RegistryNameT = Aws::String>
70 m_registryNameHasBeenSet =
true;
71 m_registryName = std::forward<RegistryNameT>(value);
73 template <
typename RegistryNameT = Aws::String>
83 template <
typename RequestIdT = Aws::String>
85 m_requestIdHasBeenSet =
true;
86 m_requestId = std::forward<RequestIdT>(value);
88 template <
typename RequestIdT = Aws::String>
102 bool m_schemaArnHasBeenSet =
false;
103 bool m_schemaNameHasBeenSet =
false;
104 bool m_registryNameHasBeenSet =
false;
105 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