7#include <aws/neptunedata/Neptunedata_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename TokenT = Aws::String>
50 void SetToken(TokenT&& value) { m_tokenHasBeenSet =
true; m_token = std::forward<TokenT>(value); }
51 template<
typename TokenT = Aws::String>
57 bool m_tokenHasBeenSet =
false;
const Aws::String & GetToken() const
AWS_NEPTUNEDATA_API FastResetToken()=default
FastResetToken & WithToken(TokenT &&value)
AWS_NEPTUNEDATA_API Aws::Utils::Json::JsonValue Jsonize() const
void SetToken(TokenT &&value)
AWS_NEPTUNEDATA_API FastResetToken(Aws::Utils::Json::JsonView jsonValue)
bool TokenHasBeenSet() const
AWS_NEPTUNEDATA_API FastResetToken & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue