7#include <aws/athena/Athena_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
35 template <
typename NotebookUrlT = Aws::String>
37 m_notebookUrlHasBeenSet =
true;
38 m_notebookUrl = std::forward<NotebookUrlT>(value);
40 template <
typename NotebookUrlT = Aws::String>
52 template <
typename AuthTokenT = Aws::String>
54 m_authTokenHasBeenSet =
true;
55 m_authToken = std::forward<AuthTokenT>(value);
57 template <
typename AuthTokenT = Aws::String>
70 m_authTokenExpirationTimeHasBeenSet =
true;
71 m_authTokenExpirationTime = value;
82 template <
typename RequestIdT = Aws::String>
84 m_requestIdHasBeenSet =
true;
85 m_requestId = std::forward<RequestIdT>(value);
87 template <
typename RequestIdT = Aws::String>
98 long long m_authTokenExpirationTime{0};
101 bool m_notebookUrlHasBeenSet =
false;
102 bool m_authTokenHasBeenSet =
false;
103 bool m_authTokenExpirationTimeHasBeenSet =
false;
104 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
CreatePresignedNotebookUrlResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_ATHENA_API CreatePresignedNotebookUrlResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNotebookUrl() const
CreatePresignedNotebookUrlResult & WithAuthTokenExpirationTime(long long value)
AWS_ATHENA_API CreatePresignedNotebookUrlResult()=default
AWS_ATHENA_API CreatePresignedNotebookUrlResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetAuthToken(AuthTokenT &&value)
CreatePresignedNotebookUrlResult & WithNotebookUrl(NotebookUrlT &&value)
const Aws::String & GetAuthToken() const
void SetAuthTokenExpirationTime(long long value)
CreatePresignedNotebookUrlResult & WithAuthToken(AuthTokenT &&value)
long long GetAuthTokenExpirationTime() const
void SetNotebookUrl(NotebookUrlT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue