7#include <aws/cognito-idp/CognitoIdentityProvider_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/DateTime.h>
23namespace CognitoIdentityProvider
49 template<
typename CredentialIdT = Aws::String>
50 void SetCredentialId(CredentialIdT&& value) { m_credentialIdHasBeenSet =
true; m_credentialId = std::forward<CredentialIdT>(value); }
51 template<
typename CredentialIdT = Aws::String>
61 template<
typename FriendlyCredentialNameT = Aws::String>
62 void SetFriendlyCredentialName(FriendlyCredentialNameT&& value) { m_friendlyCredentialNameHasBeenSet =
true; m_friendlyCredentialName = std::forward<FriendlyCredentialNameT>(value); }
63 template<
typename FriendlyCredentialNameT = Aws::String>
73 template<
typename RelyingPartyIdT = Aws::String>
74 void SetRelyingPartyId(RelyingPartyIdT&& value) { m_relyingPartyIdHasBeenSet =
true; m_relyingPartyId = std::forward<RelyingPartyIdT>(value); }
75 template<
typename RelyingPartyIdT = Aws::String>
87 template<
typename AuthenticatorAttachmentT = Aws::String>
88 void SetAuthenticatorAttachment(AuthenticatorAttachmentT&& value) { m_authenticatorAttachmentHasBeenSet =
true; m_authenticatorAttachment = std::forward<AuthenticatorAttachmentT>(value); }
89 template<
typename AuthenticatorAttachmentT = Aws::String>
100 template<
typename AuthenticatorTransportsT = Aws::Vector<Aws::String>>
101 void SetAuthenticatorTransports(AuthenticatorTransportsT&& value) { m_authenticatorTransportsHasBeenSet =
true; m_authenticatorTransports = std::forward<AuthenticatorTransportsT>(value); }
102 template<
typename AuthenticatorTransportsT = Aws::Vector<Aws::String>>
104 template<
typename AuthenticatorTransportsT = Aws::String>
116 template<
typename CreatedAtT = Aws::Utils::DateTime>
117 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
118 template<
typename CreatedAtT = Aws::Utils::DateTime>
124 bool m_credentialIdHasBeenSet =
false;
127 bool m_friendlyCredentialNameHasBeenSet =
false;
130 bool m_relyingPartyIdHasBeenSet =
false;
133 bool m_authenticatorAttachmentHasBeenSet =
false;
136 bool m_authenticatorTransportsHasBeenSet =
false;
139 bool m_createdAtHasBeenSet =
false;
void SetCredentialId(CredentialIdT &&value)
WebAuthnCredentialDescription & WithCreatedAt(CreatedAtT &&value)
AWS_COGNITOIDENTITYPROVIDER_API WebAuthnCredentialDescription(Aws::Utils::Json::JsonView jsonValue)
bool RelyingPartyIdHasBeenSet() const
bool AuthenticatorTransportsHasBeenSet() const
void SetFriendlyCredentialName(FriendlyCredentialNameT &&value)
AWS_COGNITOIDENTITYPROVIDER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetAuthenticatorAttachment() const
const Aws::Vector< Aws::String > & GetAuthenticatorTransports() const
WebAuthnCredentialDescription & WithAuthenticatorAttachment(AuthenticatorAttachmentT &&value)
WebAuthnCredentialDescription & WithAuthenticatorTransports(AuthenticatorTransportsT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_COGNITOIDENTITYPROVIDER_API WebAuthnCredentialDescription()=default
const Aws::String & GetCredentialId() const
bool AuthenticatorAttachmentHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
bool FriendlyCredentialNameHasBeenSet() const
void SetAuthenticatorAttachment(AuthenticatorAttachmentT &&value)
const Aws::String & GetRelyingPartyId() const
WebAuthnCredentialDescription & WithCredentialId(CredentialIdT &&value)
void SetAuthenticatorTransports(AuthenticatorTransportsT &&value)
WebAuthnCredentialDescription & WithFriendlyCredentialName(FriendlyCredentialNameT &&value)
bool CredentialIdHasBeenSet() const
const Aws::String & GetFriendlyCredentialName() const
WebAuthnCredentialDescription & AddAuthenticatorTransports(AuthenticatorTransportsT &&value)
bool CreatedAtHasBeenSet() const
WebAuthnCredentialDescription & WithRelyingPartyId(RelyingPartyIdT &&value)
AWS_COGNITOIDENTITYPROVIDER_API WebAuthnCredentialDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRelyingPartyId(RelyingPartyIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue