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/cognito-idp/model/CustomDomainConfigType.h>
15namespace CognitoIdentityProvider
49 template<
typename DomainT = Aws::String>
50 void SetDomain(DomainT&& value) { m_domainHasBeenSet =
true; m_domain = std::forward<DomainT>(value); }
51 template<
typename DomainT = Aws::String>
61 template<
typename UserPoolIdT = Aws::String>
62 void SetUserPoolId(UserPoolIdT&& value) { m_userPoolIdHasBeenSet =
true; m_userPoolId = std::forward<UserPoolIdT>(value); }
63 template<
typename UserPoolIdT = Aws::String>
78 inline void SetManagedLoginVersion(
int value) { m_managedLoginVersionHasBeenSet =
true; m_managedLoginVersion = value; }
99 template<
typename CustomDomainConfigT = CustomDomainConfigType>
100 void SetCustomDomainConfig(CustomDomainConfigT&& value) { m_customDomainConfigHasBeenSet =
true; m_customDomainConfig = std::forward<CustomDomainConfigT>(value); }
101 template<
typename CustomDomainConfigT = CustomDomainConfigType>
107 bool m_domainHasBeenSet =
false;
110 bool m_userPoolIdHasBeenSet =
false;
112 int m_managedLoginVersion{0};
113 bool m_managedLoginVersionHasBeenSet =
false;
115 CustomDomainConfigType m_customDomainConfig;
116 bool m_customDomainConfigHasBeenSet =
false;
CreateUserPoolDomainRequest & WithCustomDomainConfig(CustomDomainConfigT &&value)
CreateUserPoolDomainRequest & WithUserPoolId(UserPoolIdT &&value)
const CustomDomainConfigType & GetCustomDomainConfig() const
const Aws::String & GetDomain() const
void SetUserPoolId(UserPoolIdT &&value)
int GetManagedLoginVersion() const
bool DomainHasBeenSet() const
bool ManagedLoginVersionHasBeenSet() const
void SetDomain(DomainT &&value)
bool UserPoolIdHasBeenSet() const
AWS_COGNITOIDENTITYPROVIDER_API Aws::String SerializePayload() const override
CreateUserPoolDomainRequest & WithDomain(DomainT &&value)
virtual const char * GetServiceRequestName() const override
CreateUserPoolDomainRequest & WithManagedLoginVersion(int value)
AWS_COGNITOIDENTITYPROVIDER_API CreateUserPoolDomainRequest()=default
AWS_COGNITOIDENTITYPROVIDER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetUserPoolId() const
void SetManagedLoginVersion(int value)
bool CustomDomainConfigHasBeenSet() const
void SetCustomDomainConfig(CustomDomainConfigT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String