7#include <aws/cognito-idp/CognitoIdentityProvider_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace CognitoIdentityProvider {
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 UserPoolIdT = Aws::String>
60 m_userPoolIdHasBeenSet =
true;
61 m_userPoolId = std::forward<UserPoolIdT>(value);
63 template <
typename UserPoolIdT = Aws::String>
76 template <
typename ClientNameT = Aws::String>
78 m_clientNameHasBeenSet =
true;
79 m_clientName = std::forward<ClientNameT>(value);
81 template <
typename ClientNameT = Aws::String>
93 bool m_clientIdHasBeenSet =
false;
94 bool m_userPoolIdHasBeenSet =
false;
95 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