7#include <aws/cognito-idp/CognitoIdentityProvider_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
21namespace CognitoIdentityProvider {
43 template <
typename CredentialIdT = Aws::String>
45 m_credentialIdHasBeenSet =
true;
46 m_credentialId = std::forward<CredentialIdT>(value);
48 template <
typename CredentialIdT = Aws::String>
61 template <
typename FriendlyCredentialNameT = Aws::String>
63 m_friendlyCredentialNameHasBeenSet =
true;
64 m_friendlyCredentialName = std::forward<FriendlyCredentialNameT>(value);
66 template <
typename FriendlyCredentialNameT = Aws::String>
79 template <
typename RelyingPartyIdT = Aws::String>
81 m_relyingPartyIdHasBeenSet =
true;
82 m_relyingPartyId = std::forward<RelyingPartyIdT>(value);
84 template <
typename RelyingPartyIdT = Aws::String>
99 template <
typename AuthenticatorAttachmentT = Aws::String>
101 m_authenticatorAttachmentHasBeenSet =
true;
102 m_authenticatorAttachment = std::forward<AuthenticatorAttachmentT>(value);
104 template <
typename AuthenticatorAttachmentT = Aws::String>
118 template <
typename AuthenticatorTransportsT = Aws::Vector<Aws::String>>
120 m_authenticatorTransportsHasBeenSet =
true;
121 m_authenticatorTransports = std::forward<AuthenticatorTransportsT>(value);
123 template <
typename AuthenticatorTransportsT = Aws::Vector<Aws::String>>
128 template <
typename AuthenticatorTransportsT = Aws::String>
130 m_authenticatorTransportsHasBeenSet =
true;
131 m_authenticatorTransports.emplace_back(std::forward<AuthenticatorTransportsT>(value));
144 template <
typename CreatedAtT = Aws::Utils::DateTime>
146 m_createdAtHasBeenSet =
true;
147 m_createdAt = std::forward<CreatedAtT>(value);
149 template <
typename CreatedAtT = Aws::Utils::DateTime>
167 bool m_credentialIdHasBeenSet =
false;
168 bool m_friendlyCredentialNameHasBeenSet =
false;
169 bool m_relyingPartyIdHasBeenSet =
false;
170 bool m_authenticatorAttachmentHasBeenSet =
false;
171 bool m_authenticatorTransportsHasBeenSet =
false;
172 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