7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/Glue_EXPORTS.h>
42 template <
typename UrlT = Aws::String>
44 m_urlHasBeenSet =
true;
45 m_url = std::forward<UrlT>(value);
47 template <
typename UrlT = Aws::String>
49 SetUrl(std::forward<UrlT>(value));
61 template <
typename AuthTokenT = Aws::String>
63 m_authTokenHasBeenSet =
true;
64 m_authToken = std::forward<AuthTokenT>(value);
66 template <
typename AuthTokenT = Aws::String>
79 template <
typename AuthTokenExpirationTimeT = Aws::Utils::DateTime>
81 m_authTokenExpirationTimeHasBeenSet =
true;
82 m_authTokenExpirationTime = std::forward<AuthTokenExpirationTimeT>(value);
84 template <
typename AuthTokenExpirationTimeT = Aws::Utils::DateTime>
96 bool m_urlHasBeenSet =
false;
97 bool m_authTokenHasBeenSet =
false;
98 bool m_authTokenExpirationTimeHasBeenSet =
false;
void SetAuthToken(AuthTokenT &&value)
bool AuthTokenExpirationTimeHasBeenSet() const
AWS_GLUE_API SessionEndpoint()=default
SessionEndpoint & WithUrl(UrlT &&value)
AWS_GLUE_API SessionEndpoint & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetUrl() const
SessionEndpoint & WithAuthTokenExpirationTime(AuthTokenExpirationTimeT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetAuthToken() const
SessionEndpoint & WithAuthToken(AuthTokenT &&value)
bool UrlHasBeenSet() const
const Aws::Utils::DateTime & GetAuthTokenExpirationTime() const
void SetUrl(UrlT &&value)
void SetAuthTokenExpirationTime(AuthTokenExpirationTimeT &&value)
AWS_GLUE_API SessionEndpoint(Aws::Utils::Json::JsonView jsonValue)
bool AuthTokenHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue