AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DeleteSchemaResult.h
1
6#pragma once
7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/model/SchemaStatus.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace Glue
25{
26namespace Model
27{
29 {
30 public:
31 AWS_GLUE_API DeleteSchemaResult();
34
35
37
40 inline const Aws::String& GetSchemaArn() const{ return m_schemaArn; }
41 inline void SetSchemaArn(const Aws::String& value) { m_schemaArn = value; }
42 inline void SetSchemaArn(Aws::String&& value) { m_schemaArn = std::move(value); }
43 inline void SetSchemaArn(const char* value) { m_schemaArn.assign(value); }
44 inline DeleteSchemaResult& WithSchemaArn(const Aws::String& value) { SetSchemaArn(value); return *this;}
45 inline DeleteSchemaResult& WithSchemaArn(Aws::String&& value) { SetSchemaArn(std::move(value)); return *this;}
46 inline DeleteSchemaResult& WithSchemaArn(const char* value) { SetSchemaArn(value); return *this;}
48
50
53 inline const Aws::String& GetSchemaName() const{ return m_schemaName; }
54 inline void SetSchemaName(const Aws::String& value) { m_schemaName = value; }
55 inline void SetSchemaName(Aws::String&& value) { m_schemaName = std::move(value); }
56 inline void SetSchemaName(const char* value) { m_schemaName.assign(value); }
57 inline DeleteSchemaResult& WithSchemaName(const Aws::String& value) { SetSchemaName(value); return *this;}
58 inline DeleteSchemaResult& WithSchemaName(Aws::String&& value) { SetSchemaName(std::move(value)); return *this;}
59 inline DeleteSchemaResult& WithSchemaName(const char* value) { SetSchemaName(value); return *this;}
61
63
66 inline const SchemaStatus& GetStatus() const{ return m_status; }
67 inline void SetStatus(const SchemaStatus& value) { m_status = value; }
68 inline void SetStatus(SchemaStatus&& value) { m_status = std::move(value); }
69 inline DeleteSchemaResult& WithStatus(const SchemaStatus& value) { SetStatus(value); return *this;}
70 inline DeleteSchemaResult& WithStatus(SchemaStatus&& value) { SetStatus(std::move(value)); return *this;}
72
74
75 inline const Aws::String& GetRequestId() const{ return m_requestId; }
76 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
77 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
78 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
79 inline DeleteSchemaResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
80 inline DeleteSchemaResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
81 inline DeleteSchemaResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
83 private:
84
85 Aws::String m_schemaArn;
86
87 Aws::String m_schemaName;
88
89 SchemaStatus m_status;
90
91 Aws::String m_requestId;
92 };
93
94} // namespace Model
95} // namespace Glue
96} // namespace Aws
DeleteSchemaResult & WithStatus(SchemaStatus &&value)
AWS_GLUE_API DeleteSchemaResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetSchemaArn(const Aws::String &value)
void SetStatus(SchemaStatus &&value)
void SetSchemaName(Aws::String &&value)
void SetStatus(const SchemaStatus &value)
DeleteSchemaResult & WithRequestId(const char *value)
DeleteSchemaResult & WithSchemaArn(const Aws::String &value)
AWS_GLUE_API DeleteSchemaResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteSchemaResult & WithRequestId(Aws::String &&value)
DeleteSchemaResult & WithSchemaArn(const char *value)
const Aws::String & GetSchemaName() const
void SetSchemaName(const Aws::String &value)
const SchemaStatus & GetStatus() const
DeleteSchemaResult & WithSchemaName(const Aws::String &value)
void SetRequestId(Aws::String &&value)
DeleteSchemaResult & WithRequestId(const Aws::String &value)
DeleteSchemaResult & WithStatus(const SchemaStatus &value)
DeleteSchemaResult & WithSchemaName(Aws::String &&value)
DeleteSchemaResult & WithSchemaArn(Aws::String &&value)
const Aws::String & GetSchemaArn() const
void SetRequestId(const Aws::String &value)
const Aws::String & GetRequestId() const
DeleteSchemaResult & WithSchemaName(const char *value)
void SetSchemaArn(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue