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>
64 template <
typename UserPoolIdT = Aws::String>
66 m_userPoolIdHasBeenSet =
true;
67 m_userPoolId = std::forward<UserPoolIdT>(value);
69 template <
typename UserPoolIdT = Aws::String>
87 m_managedLoginVersionHasBeenSet =
true;
88 m_managedLoginVersion = value;
109 template <
typename CustomDomainConfigT = CustomDomainConfigType>
111 m_customDomainConfigHasBeenSet =
true;
112 m_customDomainConfig = std::forward<CustomDomainConfigT>(value);
114 template <
typename CustomDomainConfigT = CustomDomainConfigType>
125 int m_managedLoginVersion{0};
127 CustomDomainConfigType m_customDomainConfig;
128 bool m_domainHasBeenSet =
false;
129 bool m_userPoolIdHasBeenSet =
false;
130 bool m_managedLoginVersionHasBeenSet =
false;
131 bool m_customDomainConfigHasBeenSet =
false;
int GetManagedLoginVersion() const
AWS_COGNITOIDENTITYPROVIDER_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
UpdateUserPoolDomainRequest & WithManagedLoginVersion(int value)
UpdateUserPoolDomainRequest & WithUserPoolId(UserPoolIdT &&value)
bool DomainHasBeenSet() const
const Aws::String & GetUserPoolId() const
bool CustomDomainConfigHasBeenSet() const
void SetUserPoolId(UserPoolIdT &&value)
AWS_COGNITOIDENTITYPROVIDER_API UpdateUserPoolDomainRequest()=default
AWS_COGNITOIDENTITYPROVIDER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetDomain() const
void SetCustomDomainConfig(CustomDomainConfigT &&value)
void SetManagedLoginVersion(int value)
UpdateUserPoolDomainRequest & WithDomain(DomainT &&value)
const CustomDomainConfigType & GetCustomDomainConfig() const
bool UserPoolIdHasBeenSet() const
bool ManagedLoginVersionHasBeenSet() const
UpdateUserPoolDomainRequest & WithCustomDomainConfig(CustomDomainConfigT &&value)
void SetDomain(DomainT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String