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>
62 template<
typename UserPoolIdT = Aws::String>
63 void SetUserPoolId(UserPoolIdT&& value) { m_userPoolIdHasBeenSet =
true; m_userPoolId = std::forward<UserPoolIdT>(value); }
64 template<
typename UserPoolIdT = Aws::String>
78 inline void SetManagedLoginVersion(
int value) { m_managedLoginVersionHasBeenSet =
true; m_managedLoginVersion = value; }
95 template<
typename CustomDomainConfigT = CustomDomainConfigType>
96 void SetCustomDomainConfig(CustomDomainConfigT&& value) { m_customDomainConfigHasBeenSet =
true; m_customDomainConfig = std::forward<CustomDomainConfigT>(value); }
97 template<
typename CustomDomainConfigT = CustomDomainConfigType>
103 bool m_domainHasBeenSet =
false;
106 bool m_userPoolIdHasBeenSet =
false;
108 int m_managedLoginVersion{0};
109 bool m_managedLoginVersionHasBeenSet =
false;
111 CustomDomainConfigType m_customDomainConfig;
112 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