7#include <aws/cognito-idp/CognitoIdentityProviderRequest.h>
8#include <aws/cognito-idp/CognitoIdentityProvider_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CognitoIdentityProvider {
39 template <
typename TermsIdT = Aws::String>
41 m_termsIdHasBeenSet =
true;
42 m_termsId = std::forward<TermsIdT>(value);
44 template <
typename TermsIdT = Aws::String>
58 template <
typename UserPoolIdT = Aws::String>
60 m_userPoolIdHasBeenSet =
true;
61 m_userPoolId = std::forward<UserPoolIdT>(value);
63 template <
typename UserPoolIdT = Aws::String>
73 bool m_termsIdHasBeenSet =
false;
74 bool m_userPoolIdHasBeenSet =
false;
const Aws::String & GetUserPoolId() const
DeleteTermsRequest & WithUserPoolId(UserPoolIdT &&value)
AWS_COGNITOIDENTITYPROVIDER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetUserPoolId(UserPoolIdT &&value)
bool UserPoolIdHasBeenSet() const
void SetTermsId(TermsIdT &&value)
const Aws::String & GetTermsId() const
DeleteTermsRequest & WithTermsId(TermsIdT &&value)
AWS_COGNITOIDENTITYPROVIDER_API DeleteTermsRequest()=default
AWS_COGNITOIDENTITYPROVIDER_API Aws::String SerializePayload() const override
bool TermsIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String