7#include <aws/cognito-idp/CognitoIdentityProviderRequest.h>
8#include <aws/cognito-idp/CognitoIdentityProvider_EXPORTS.h>
9#include <aws/cognito-idp/model/SchemaAttributeType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16namespace CognitoIdentityProvider {
45 template <
typename UserPoolIdT = Aws::String>
47 m_userPoolIdHasBeenSet =
true;
48 m_userPoolId = std::forward<UserPoolIdT>(value);
50 template <
typename UserPoolIdT = Aws::String>
78 template <
typename CustomAttributesT = Aws::Vector<SchemaAttributeType>>
80 m_customAttributesHasBeenSet =
true;
81 m_customAttributes = std::forward<CustomAttributesT>(value);
83 template <
typename CustomAttributesT = Aws::Vector<SchemaAttributeType>>
88 template <
typename CustomAttributesT = SchemaAttributeType>
90 m_customAttributesHasBeenSet =
true;
91 m_customAttributes.emplace_back(std::forward<CustomAttributesT>(value));
99 bool m_userPoolIdHasBeenSet =
false;
100 bool m_customAttributesHasBeenSet =
false;
AddCustomAttributesRequest & WithCustomAttributes(CustomAttributesT &&value)
void SetUserPoolId(UserPoolIdT &&value)
AddCustomAttributesRequest & WithUserPoolId(UserPoolIdT &&value)
AWS_COGNITOIDENTITYPROVIDER_API Aws::String SerializePayload() const override
bool UserPoolIdHasBeenSet() const
AddCustomAttributesRequest & AddCustomAttributes(CustomAttributesT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::Vector< SchemaAttributeType > & GetCustomAttributes() const
AWS_COGNITOIDENTITYPROVIDER_API AddCustomAttributesRequest()=default
AWS_COGNITOIDENTITYPROVIDER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool CustomAttributesHasBeenSet() const
void SetCustomAttributes(CustomAttributesT &&value)
const Aws::String & GetUserPoolId() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector