7#include <aws/cognito-idp/CognitoIdentityProvider_EXPORTS.h>
8#include <aws/cognito-idp/CognitoIdentityProviderRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/cognito-idp/model/SchemaAttributeType.h>
16namespace CognitoIdentityProvider
49 template<
typename UserPoolIdT = Aws::String>
50 void SetUserPoolId(UserPoolIdT&& value) { m_userPoolIdHasBeenSet =
true; m_userPoolId = std::forward<UserPoolIdT>(value); }
51 template<
typename UserPoolIdT = Aws::String>
76 template<
typename CustomAttributesT = Aws::Vector<SchemaAttributeType>>
77 void SetCustomAttributes(CustomAttributesT&& value) { m_customAttributesHasBeenSet =
true; m_customAttributes = std::forward<CustomAttributesT>(value); }
78 template<
typename CustomAttributesT = Aws::Vector<SchemaAttributeType>>
80 template<
typename CustomAttributesT = SchemaAttributeType>
86 bool m_userPoolIdHasBeenSet =
false;
89 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