7#include <aws/appfabric/AppFabric_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
40 template <
typename ClientIdT = Aws::String>
42 m_clientIdHasBeenSet =
true;
43 m_clientId = std::forward<ClientIdT>(value);
45 template <
typename ClientIdT = Aws::String>
58 template <
typename ClientSecretT = Aws::String>
60 m_clientSecretHasBeenSet =
true;
61 m_clientSecret = std::forward<ClientSecretT>(value);
63 template <
typename ClientSecretT = Aws::String>
73 bool m_clientIdHasBeenSet =
false;
74 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