AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
UpdateSchemaResult.h
1
6#pragma once
7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace Glue
24{
25namespace Model
26{
28 {
29 public:
30 AWS_GLUE_API UpdateSchemaResult();
33
34
36
39 inline const Aws::String& GetSchemaArn() const{ return m_schemaArn; }
40 inline void SetSchemaArn(const Aws::String& value) { m_schemaArn = value; }
41 inline void SetSchemaArn(Aws::String&& value) { m_schemaArn = std::move(value); }
42 inline void SetSchemaArn(const char* value) { m_schemaArn.assign(value); }
43 inline UpdateSchemaResult& WithSchemaArn(const Aws::String& value) { SetSchemaArn(value); return *this;}
44 inline UpdateSchemaResult& WithSchemaArn(Aws::String&& value) { SetSchemaArn(std::move(value)); return *this;}
45 inline UpdateSchemaResult& WithSchemaArn(const char* value) { SetSchemaArn(value); return *this;}
47
49
52 inline const Aws::String& GetSchemaName() const{ return m_schemaName; }
53 inline void SetSchemaName(const Aws::String& value) { m_schemaName = value; }
54 inline void SetSchemaName(Aws::String&& value) { m_schemaName = std::move(value); }
55 inline void SetSchemaName(const char* value) { m_schemaName.assign(value); }
56 inline UpdateSchemaResult& WithSchemaName(const Aws::String& value) { SetSchemaName(value); return *this;}
57 inline UpdateSchemaResult& WithSchemaName(Aws::String&& value) { SetSchemaName(std::move(value)); return *this;}
58 inline UpdateSchemaResult& WithSchemaName(const char* value) { SetSchemaName(value); return *this;}
60
62
65 inline const Aws::String& GetRegistryName() const{ return m_registryName; }
66 inline void SetRegistryName(const Aws::String& value) { m_registryName = value; }
67 inline void SetRegistryName(Aws::String&& value) { m_registryName = std::move(value); }
68 inline void SetRegistryName(const char* value) { m_registryName.assign(value); }
69 inline UpdateSchemaResult& WithRegistryName(const Aws::String& value) { SetRegistryName(value); return *this;}
70 inline UpdateSchemaResult& WithRegistryName(Aws::String&& value) { SetRegistryName(std::move(value)); return *this;}
71 inline UpdateSchemaResult& WithRegistryName(const char* value) { SetRegistryName(value); return *this;}
73
75
76 inline const Aws::String& GetRequestId() const{ return m_requestId; }
77 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
78 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
79 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
80 inline UpdateSchemaResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
81 inline UpdateSchemaResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
82 inline UpdateSchemaResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
84 private:
85
86 Aws::String m_schemaArn;
87
88 Aws::String m_schemaName;
89
90 Aws::String m_registryName;
91
92 Aws::String m_requestId;
93 };
94
95} // namespace Model
96} // namespace Glue
97} // namespace Aws
UpdateSchemaResult & WithRegistryName(const Aws::String &value)
AWS_GLUE_API UpdateSchemaResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateSchemaResult & WithSchemaName(const Aws::String &value)
const Aws::String & GetSchemaName() const
void SetSchemaName(Aws::String &&value)
UpdateSchemaResult & WithRequestId(const Aws::String &value)
const Aws::String & GetSchemaArn() const
UpdateSchemaResult & WithSchemaName(Aws::String &&value)
UpdateSchemaResult & WithSchemaArn(Aws::String &&value)
UpdateSchemaResult & WithRequestId(const char *value)
UpdateSchemaResult & WithRegistryName(Aws::String &&value)
void SetRegistryName(const Aws::String &value)
UpdateSchemaResult & WithSchemaArn(const Aws::String &value)
UpdateSchemaResult & WithRequestId(Aws::String &&value)
AWS_GLUE_API UpdateSchemaResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(Aws::String &&value)
void SetSchemaName(const Aws::String &value)
UpdateSchemaResult & WithSchemaArn(const char *value)
const Aws::String & GetRegistryName() const
void SetRequestId(const Aws::String &value)
void SetRegistryName(Aws::String &&value)
UpdateSchemaResult & WithSchemaName(const char *value)
void SetSchemaArn(Aws::String &&value)
void SetSchemaArn(const Aws::String &value)
UpdateSchemaResult & WithRegistryName(const char *value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue