24 namespace CognitoIdentityProvider
62 inline void SetUserPoolId(
const char* value) { m_userPoolIdHasBeenSet =
true; m_userPoolId.assign(value); }
119 bool m_userPoolIdHasBeenSet;
121 bool m_customAttributesHasBeenSet;
AddCustomAttributesRequest & WithUserPoolId(const Aws::String &value)
const Aws::String & GetUserPoolId() const
void SetCustomAttributes(Aws::Vector< SchemaAttributeType > &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
AddCustomAttributesRequest & WithUserPoolId(const char *value)
void SetUserPoolId(Aws::String &&value)
void SetCustomAttributes(const Aws::Vector< SchemaAttributeType > &value)
void SetUserPoolId(const Aws::String &value)
const Aws::Vector< SchemaAttributeType > & GetCustomAttributes() const
AddCustomAttributesRequest & AddCustomAttributes(SchemaAttributeType &&value)
#define AWS_COGNITOIDENTITYPROVIDER_API
AddCustomAttributesRequest & WithCustomAttributes(const Aws::Vector< SchemaAttributeType > &value)
void SetUserPoolId(const char *value)
AddCustomAttributesRequest & WithUserPoolId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
AddCustomAttributesRequest & WithCustomAttributes(Aws::Vector< SchemaAttributeType > &&value)
AddCustomAttributesRequest & AddCustomAttributes(const SchemaAttributeType &value)
JSON (JavaScript Object Notation).