7#include <aws/cognito-idp/CognitoIdentityProviderRequest.h>
8#include <aws/cognito-idp/CognitoIdentityProvider_EXPORTS.h>
9#include <aws/cognito-idp/model/CustomDomainConfigType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace CognitoIdentityProvider {
45 template <
typename DomainT = Aws::String>
47 m_domainHasBeenSet =
true;
48 m_domain = std::forward<DomainT>(value);
50 template <
typename DomainT = Aws::String>
63 template <
typename UserPoolIdT = Aws::String>
65 m_userPoolIdHasBeenSet =
true;
66 m_userPoolId = std::forward<UserPoolIdT>(value);
68 template <
typename UserPoolIdT = Aws::String>
87 m_managedLoginVersionHasBeenSet =
true;
88 m_managedLoginVersion = value;
113 template <
typename CustomDomainConfigT = CustomDomainConfigType>
115 m_customDomainConfigHasBeenSet =
true;
116 m_customDomainConfig = std::forward<CustomDomainConfigT>(value);
118 template <
typename CustomDomainConfigT = CustomDomainConfigType>
129 int m_managedLoginVersion{0};
131 CustomDomainConfigType m_customDomainConfig;
132 bool m_domainHasBeenSet =
false;
133 bool m_userPoolIdHasBeenSet =
false;
134 bool m_managedLoginVersionHasBeenSet =
false;
135 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