7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
41 template <
typename ClientIdT = Aws::String>
43 m_clientIdHasBeenSet =
true;
44 m_clientId = std::forward<ClientIdT>(value);
46 template <
typename ClientIdT = Aws::String>
60 template <
typename TokenEndpo
intT = Aws::String>
62 m_tokenEndpointHasBeenSet =
true;
63 m_tokenEndpoint = std::forward<TokenEndpointT>(value);
65 template <
typename TokenEndpo
intT = Aws::String>
75 bool m_clientIdHasBeenSet =
false;
76 bool m_tokenEndpointHasBeenSet =
false;
void SetTokenEndpoint(TokenEndpointT &&value)
ReadClientCredentialsGrantDetails & WithClientId(ClientIdT &&value)
const Aws::String & GetClientId() const
AWS_QUICKSIGHT_API ReadClientCredentialsGrantDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetClientId(ClientIdT &&value)
bool TokenEndpointHasBeenSet() const
bool ClientIdHasBeenSet() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetTokenEndpoint() const
ReadClientCredentialsGrantDetails & WithTokenEndpoint(TokenEndpointT &&value)
AWS_QUICKSIGHT_API ReadClientCredentialsGrantDetails()=default
AWS_QUICKSIGHT_API ReadClientCredentialsGrantDetails(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue