AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CreatePresignedNotebookUrlResult.h
1
6#pragma once
7#include <aws/athena/Athena_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 Athena
24{
25namespace Model
26{
28 {
29 public:
33
34
36
40 inline const Aws::String& GetNotebookUrl() const{ return m_notebookUrl; }
41 inline void SetNotebookUrl(const Aws::String& value) { m_notebookUrl = value; }
42 inline void SetNotebookUrl(Aws::String&& value) { m_notebookUrl = std::move(value); }
43 inline void SetNotebookUrl(const char* value) { m_notebookUrl.assign(value); }
44 inline CreatePresignedNotebookUrlResult& WithNotebookUrl(const Aws::String& value) { SetNotebookUrl(value); return *this;}
45 inline CreatePresignedNotebookUrlResult& WithNotebookUrl(Aws::String&& value) { SetNotebookUrl(std::move(value)); return *this;}
46 inline CreatePresignedNotebookUrlResult& WithNotebookUrl(const char* value) { SetNotebookUrl(value); return *this;}
48
50
53 inline const Aws::String& GetAuthToken() const{ return m_authToken; }
54 inline void SetAuthToken(const Aws::String& value) { m_authToken = value; }
55 inline void SetAuthToken(Aws::String&& value) { m_authToken = std::move(value); }
56 inline void SetAuthToken(const char* value) { m_authToken.assign(value); }
57 inline CreatePresignedNotebookUrlResult& WithAuthToken(const Aws::String& value) { SetAuthToken(value); return *this;}
58 inline CreatePresignedNotebookUrlResult& WithAuthToken(Aws::String&& value) { SetAuthToken(std::move(value)); return *this;}
59 inline CreatePresignedNotebookUrlResult& WithAuthToken(const char* value) { SetAuthToken(value); return *this;}
61
63
66 inline long long GetAuthTokenExpirationTime() const{ return m_authTokenExpirationTime; }
67 inline void SetAuthTokenExpirationTime(long long value) { m_authTokenExpirationTime = value; }
70
72
73 inline const Aws::String& GetRequestId() const{ return m_requestId; }
74 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
75 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
76 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
77 inline CreatePresignedNotebookUrlResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
78 inline CreatePresignedNotebookUrlResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
79 inline CreatePresignedNotebookUrlResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
81 private:
82
83 Aws::String m_notebookUrl;
84
85 Aws::String m_authToken;
86
87 long long m_authTokenExpirationTime;
88
89 Aws::String m_requestId;
90 };
91
92} // namespace Model
93} // namespace Athena
94} // namespace Aws
AWS_ATHENA_API CreatePresignedNotebookUrlResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreatePresignedNotebookUrlResult & WithAuthToken(const Aws::String &value)
CreatePresignedNotebookUrlResult & WithNotebookUrl(const Aws::String &value)
CreatePresignedNotebookUrlResult & WithAuthTokenExpirationTime(long long value)
AWS_ATHENA_API CreatePresignedNotebookUrlResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreatePresignedNotebookUrlResult & WithAuthToken(const char *value)
CreatePresignedNotebookUrlResult & WithRequestId(const char *value)
CreatePresignedNotebookUrlResult & WithNotebookUrl(Aws::String &&value)
CreatePresignedNotebookUrlResult & WithRequestId(const Aws::String &value)
CreatePresignedNotebookUrlResult & WithRequestId(Aws::String &&value)
CreatePresignedNotebookUrlResult & WithNotebookUrl(const char *value)
CreatePresignedNotebookUrlResult & WithAuthToken(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue