AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
RequiredSignUpAttributesElement.h
1
6#pragma once
7#include <aws/amplifybackend/AmplifyBackend_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10namespace Aws
11{
12namespace AmplifyBackend
13{
14namespace Model
15{
17 {
18 NOT_SET,
19 ADDRESS,
21 EMAIL,
23 GENDER,
25 LOCALE,
27 NAME,
30 PICTURE,
32 PROFILE,
34 WEBSITE,
36 };
37
38namespace RequiredSignUpAttributesElementMapper
39{
41
43} // namespace RequiredSignUpAttributesElementMapper
44} // namespace Model
45} // namespace AmplifyBackend
46} // namespace Aws
AWS_AMPLIFYBACKEND_API Aws::String GetNameForRequiredSignUpAttributesElement(RequiredSignUpAttributesElement value)
AWS_AMPLIFYBACKEND_API RequiredSignUpAttributesElement GetRequiredSignUpAttributesElementForName(const Aws::String &name)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String