7#include <aws/cognito-idp/CognitoIdentityProvider_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace CognitoIdentityProvider
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 UserPoolIdT = Aws::String>
59 void SetUserPoolId(UserPoolIdT&& value) { m_userPoolIdHasBeenSet =
true; m_userPoolId = std::forward<UserPoolIdT>(value); }
60 template<
typename UserPoolIdT = Aws::String>
70 template<
typename ClientNameT = Aws::String>
71 void SetClientName(ClientNameT&& value) { m_clientNameHasBeenSet =
true; m_clientName = std::forward<ClientNameT>(value); }
72 template<
typename ClientNameT = Aws::String>
78 bool m_clientIdHasBeenSet =
false;
81 bool m_userPoolIdHasBeenSet =
false;
84 bool m_clientNameHasBeenSet =
false;
const Aws::String & GetClientId() const
void SetClientName(ClientNameT &&value)
AWS_COGNITOIDENTITYPROVIDER_API UserPoolClientDescription()=default
bool ClientIdHasBeenSet() const
const Aws::String & GetUserPoolId() const
bool UserPoolIdHasBeenSet() const
void SetUserPoolId(UserPoolIdT &&value)
AWS_COGNITOIDENTITYPROVIDER_API Aws::Utils::Json::JsonValue Jsonize() const
UserPoolClientDescription & WithClientId(ClientIdT &&value)
UserPoolClientDescription & WithUserPoolId(UserPoolIdT &&value)
const Aws::String & GetClientName() const
AWS_COGNITOIDENTITYPROVIDER_API UserPoolClientDescription(Aws::Utils::Json::JsonView jsonValue)
bool ClientNameHasBeenSet() const
AWS_COGNITOIDENTITYPROVIDER_API UserPoolClientDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
UserPoolClientDescription & WithClientName(ClientNameT &&value)
void SetClientId(ClientIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue