AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ExportNotebookResult.h
1
6#pragma once
7#include <aws/athena/Athena_EXPORTS.h>
8#include <aws/athena/model/NotebookMetadata.h>
9#include <aws/core/utils/memory/stl/AWSString.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 Athena
25{
26namespace Model
27{
29 {
30 public:
31 AWS_ATHENA_API ExportNotebookResult();
34
35
37
41 inline const NotebookMetadata& GetNotebookMetadata() const{ return m_notebookMetadata; }
42 inline void SetNotebookMetadata(const NotebookMetadata& value) { m_notebookMetadata = value; }
43 inline void SetNotebookMetadata(NotebookMetadata&& value) { m_notebookMetadata = std::move(value); }
45 inline ExportNotebookResult& WithNotebookMetadata(NotebookMetadata&& value) { SetNotebookMetadata(std::move(value)); return *this;}
47
49
52 inline const Aws::String& GetPayload() const{ return m_payload; }
53 inline void SetPayload(const Aws::String& value) { m_payload = value; }
54 inline void SetPayload(Aws::String&& value) { m_payload = std::move(value); }
55 inline void SetPayload(const char* value) { m_payload.assign(value); }
56 inline ExportNotebookResult& WithPayload(const Aws::String& value) { SetPayload(value); return *this;}
57 inline ExportNotebookResult& WithPayload(Aws::String&& value) { SetPayload(std::move(value)); return *this;}
58 inline ExportNotebookResult& WithPayload(const char* value) { SetPayload(value); return *this;}
60
62
63 inline const Aws::String& GetRequestId() const{ return m_requestId; }
64 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
65 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
66 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
67 inline ExportNotebookResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
68 inline ExportNotebookResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
69 inline ExportNotebookResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
71 private:
72
73 NotebookMetadata m_notebookMetadata;
74
75 Aws::String m_payload;
76
77 Aws::String m_requestId;
78 };
79
80} // namespace Model
81} // namespace Athena
82} // namespace Aws
ExportNotebookResult & WithRequestId(Aws::String &&value)
AWS_ATHENA_API ExportNotebookResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNotebookMetadata(NotebookMetadata &&value)
void SetPayload(const Aws::String &value)
ExportNotebookResult & WithRequestId(const char *value)
ExportNotebookResult & WithNotebookMetadata(NotebookMetadata &&value)
void SetNotebookMetadata(const NotebookMetadata &value)
AWS_ATHENA_API ExportNotebookResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const NotebookMetadata & GetNotebookMetadata() const
void SetRequestId(const Aws::String &value)
ExportNotebookResult & WithPayload(const Aws::String &value)
ExportNotebookResult & WithPayload(const char *value)
ExportNotebookResult & WithNotebookMetadata(const NotebookMetadata &value)
ExportNotebookResult & WithRequestId(const Aws::String &value)
ExportNotebookResult & WithPayload(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue