AWS SDK for C++

AWS SDK for C++ Version 1.11.718

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 {
11namespace AmplifyBackend {
12namespace Model {
14 NOT_SET,
15 ADDRESS,
17 EMAIL,
19 GENDER,
21 LOCALE,
23 NAME,
26 PICTURE,
28 PROFILE,
30 WEBSITE,
32};
33
34namespace RequiredSignUpAttributesElementMapper {
36
38} // namespace RequiredSignUpAttributesElementMapper
39} // namespace Model
40} // namespace AmplifyBackend
41} // 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