7#include <aws/appfabric/AppFabric_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename ClientIdT = Aws::String>
47 void SetClientId(ClientIdT&& value) { m_clientIdHasBeenSet =
true; m_clientId = std::forward<ClientIdT>(value); }
48 template<
typename ClientIdT = Aws::String>
58 template<
typename ClientSecretT = Aws::String>
59 void SetClientSecret(ClientSecretT&& value) { m_clientSecretHasBeenSet =
true; m_clientSecret = std::forward<ClientSecretT>(value); }
60 template<
typename ClientSecretT = Aws::String>
66 bool m_clientIdHasBeenSet =
false;
69 bool m_clientSecretHasBeenSet =
false;
AWS_APPFABRIC_API Oauth2Credential()=default
void SetClientSecret(ClientSecretT &&value)
AWS_APPFABRIC_API Oauth2Credential & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetClientId() const
AWS_APPFABRIC_API Aws::Utils::Json::JsonValue Jsonize() const
Oauth2Credential & WithClientSecret(ClientSecretT &&value)
bool ClientIdHasBeenSet() const
void SetClientId(ClientIdT &&value)
const Aws::String & GetClientSecret() const
bool ClientSecretHasBeenSet() const
Oauth2Credential & WithClientId(ClientIdT &&value)
AWS_APPFABRIC_API Oauth2Credential(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue