7#include <aws/cognito-idp/CognitoIdentityProvider_EXPORTS.h>
8#include <aws/cognito-idp/CognitoIdentityProviderRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CognitoIdentityProvider
46 template<
typename DomainT = Aws::String>
47 void SetDomain(DomainT&& value) { m_domainHasBeenSet =
true; m_domain = std::forward<DomainT>(value); }
48 template<
typename DomainT = Aws::String>
58 template<
typename UserPoolIdT = Aws::String>
59 void SetUserPoolId(UserPoolIdT&& value) { m_userPoolIdHasBeenSet =
true; m_userPoolId = std::forward<UserPoolIdT>(value); }
60 template<
typename UserPoolIdT = Aws::String>
66 bool m_domainHasBeenSet =
false;
69 bool m_userPoolIdHasBeenSet =
false;
void SetDomain(DomainT &&value)
bool DomainHasBeenSet() const
bool UserPoolIdHasBeenSet() const
void SetUserPoolId(UserPoolIdT &&value)
const Aws::String & GetDomain() const
AWS_COGNITOIDENTITYPROVIDER_API DeleteUserPoolDomainRequest()=default
AWS_COGNITOIDENTITYPROVIDER_API Aws::String SerializePayload() const override
DeleteUserPoolDomainRequest & WithDomain(DomainT &&value)
DeleteUserPoolDomainRequest & WithUserPoolId(UserPoolIdT &&value)
AWS_COGNITOIDENTITYPROVIDER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetUserPoolId() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String