AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ExportSchemaResult.h
1
6#pragma once
7#include <aws/schemas/Schemas_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 Schemas
24{
25namespace Model
26{
28 {
29 public:
30 AWS_SCHEMAS_API ExportSchemaResult();
33
34
36
37 inline const Aws::String& GetContent() const{ return m_content; }
38 inline void SetContent(const Aws::String& value) { m_content = value; }
39 inline void SetContent(Aws::String&& value) { m_content = std::move(value); }
40 inline void SetContent(const char* value) { m_content.assign(value); }
41 inline ExportSchemaResult& WithContent(const Aws::String& value) { SetContent(value); return *this;}
42 inline ExportSchemaResult& WithContent(Aws::String&& value) { SetContent(std::move(value)); return *this;}
43 inline ExportSchemaResult& WithContent(const char* value) { SetContent(value); return *this;}
45
47
48 inline const Aws::String& GetSchemaArn() const{ return m_schemaArn; }
49 inline void SetSchemaArn(const Aws::String& value) { m_schemaArn = value; }
50 inline void SetSchemaArn(Aws::String&& value) { m_schemaArn = std::move(value); }
51 inline void SetSchemaArn(const char* value) { m_schemaArn.assign(value); }
52 inline ExportSchemaResult& WithSchemaArn(const Aws::String& value) { SetSchemaArn(value); return *this;}
53 inline ExportSchemaResult& WithSchemaArn(Aws::String&& value) { SetSchemaArn(std::move(value)); return *this;}
54 inline ExportSchemaResult& WithSchemaArn(const char* value) { SetSchemaArn(value); return *this;}
56
58
59 inline const Aws::String& GetSchemaName() const{ return m_schemaName; }
60 inline void SetSchemaName(const Aws::String& value) { m_schemaName = value; }
61 inline void SetSchemaName(Aws::String&& value) { m_schemaName = std::move(value); }
62 inline void SetSchemaName(const char* value) { m_schemaName.assign(value); }
63 inline ExportSchemaResult& WithSchemaName(const Aws::String& value) { SetSchemaName(value); return *this;}
64 inline ExportSchemaResult& WithSchemaName(Aws::String&& value) { SetSchemaName(std::move(value)); return *this;}
65 inline ExportSchemaResult& WithSchemaName(const char* value) { SetSchemaName(value); return *this;}
67
69
70 inline const Aws::String& GetSchemaVersion() const{ return m_schemaVersion; }
71 inline void SetSchemaVersion(const Aws::String& value) { m_schemaVersion = value; }
72 inline void SetSchemaVersion(Aws::String&& value) { m_schemaVersion = std::move(value); }
73 inline void SetSchemaVersion(const char* value) { m_schemaVersion.assign(value); }
74 inline ExportSchemaResult& WithSchemaVersion(const Aws::String& value) { SetSchemaVersion(value); return *this;}
75 inline ExportSchemaResult& WithSchemaVersion(Aws::String&& value) { SetSchemaVersion(std::move(value)); return *this;}
76 inline ExportSchemaResult& WithSchemaVersion(const char* value) { SetSchemaVersion(value); return *this;}
78
80
81 inline const Aws::String& GetType() const{ return m_type; }
82 inline void SetType(const Aws::String& value) { m_type = value; }
83 inline void SetType(Aws::String&& value) { m_type = std::move(value); }
84 inline void SetType(const char* value) { m_type.assign(value); }
85 inline ExportSchemaResult& WithType(const Aws::String& value) { SetType(value); return *this;}
86 inline ExportSchemaResult& WithType(Aws::String&& value) { SetType(std::move(value)); return *this;}
87 inline ExportSchemaResult& WithType(const char* value) { SetType(value); return *this;}
89
91
92 inline const Aws::String& GetRequestId() const{ return m_requestId; }
93 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
94 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
95 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
96 inline ExportSchemaResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
97 inline ExportSchemaResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
98 inline ExportSchemaResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
100 private:
101
102 Aws::String m_content;
103
104 Aws::String m_schemaArn;
105
106 Aws::String m_schemaName;
107
108 Aws::String m_schemaVersion;
109
110 Aws::String m_type;
111
112 Aws::String m_requestId;
113 };
114
115} // namespace Model
116} // namespace Schemas
117} // namespace Aws
ExportSchemaResult & WithRequestId(const char *value)
ExportSchemaResult & WithSchemaVersion(const Aws::String &value)
const Aws::String & GetRequestId() const
ExportSchemaResult & WithSchemaVersion(Aws::String &&value)
AWS_SCHEMAS_API ExportSchemaResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ExportSchemaResult & WithType(const Aws::String &value)
ExportSchemaResult & WithRequestId(Aws::String &&value)
AWS_SCHEMAS_API ExportSchemaResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ExportSchemaResult & WithRequestId(const Aws::String &value)
void SetSchemaArn(const Aws::String &value)
ExportSchemaResult & WithSchemaName(const Aws::String &value)
ExportSchemaResult & WithSchemaVersion(const char *value)
void SetSchemaName(const Aws::String &value)
const Aws::String & GetSchemaVersion() const
void SetContent(const Aws::String &value)
ExportSchemaResult & WithContent(const char *value)
ExportSchemaResult & WithSchemaName(const char *value)
void SetSchemaVersion(const Aws::String &value)
ExportSchemaResult & WithSchemaArn(const Aws::String &value)
ExportSchemaResult & WithType(const char *value)
ExportSchemaResult & WithSchemaName(Aws::String &&value)
ExportSchemaResult & WithContent(const Aws::String &value)
void SetType(const Aws::String &value)
ExportSchemaResult & WithType(Aws::String &&value)
ExportSchemaResult & WithSchemaArn(const char *value)
ExportSchemaResult & WithSchemaArn(Aws::String &&value)
ExportSchemaResult & WithContent(Aws::String &&value)
const Aws::String & GetSchemaArn() const
void SetRequestId(const Aws::String &value)
const Aws::String & GetSchemaName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue