7#include <aws/amplifyuibuilder/AmplifyUIBuilder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace AmplifyUIBuilder
49 inline void SetToken(
const char* value) { m_tokenHasBeenSet =
true; m_token.assign(value); }
63 inline void SetClientId(
const char* value) { m_clientIdHasBeenSet =
true; m_clientId.assign(value); }
71 bool m_tokenHasBeenSet =
false;
74 bool m_clientIdHasBeenSet =
false;
RefreshTokenRequestBody & WithClientId(const Aws::String &value)
bool ClientIdHasBeenSet() const
RefreshTokenRequestBody & WithToken(const Aws::String &value)
RefreshTokenRequestBody & WithToken(Aws::String &&value)
void SetClientId(const Aws::String &value)
AWS_AMPLIFYUIBUILDER_API RefreshTokenRequestBody & operator=(Aws::Utils::Json::JsonView jsonValue)
RefreshTokenRequestBody & WithClientId(Aws::String &&value)
void SetToken(const char *value)
AWS_AMPLIFYUIBUILDER_API RefreshTokenRequestBody()
RefreshTokenRequestBody & WithToken(const char *value)
void SetClientId(const char *value)
void SetToken(Aws::String &&value)
RefreshTokenRequestBody & WithClientId(const char *value)
AWS_AMPLIFYUIBUILDER_API RefreshTokenRequestBody(Aws::Utils::Json::JsonView jsonValue)
AWS_AMPLIFYUIBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetClientId(Aws::String &&value)
const Aws::String & GetToken() const
bool TokenHasBeenSet() const
void SetToken(const Aws::String &value)
const Aws::String & GetClientId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue