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
47 template<
typename UserPoolIdT = Aws::String>
48 void SetUserPoolId(UserPoolIdT&& value) { m_userPoolIdHasBeenSet =
true; m_userPoolId = std::forward<UserPoolIdT>(value); }
49 template<
typename UserPoolIdT = Aws::String>
63 template<
typename UsernameT = Aws::String>
64 void SetUsername(UsernameT&& value) { m_usernameHasBeenSet =
true; m_username = std::forward<UsernameT>(value); }
65 template<
typename UsernameT = Aws::String>
71 bool m_userPoolIdHasBeenSet =
false;
74 bool m_usernameHasBeenSet =
false;
bool UsernameHasBeenSet() const
AWS_COGNITOIDENTITYPROVIDER_API Aws::String SerializePayload() const override
AdminUserGlobalSignOutRequest & WithUsername(UsernameT &&value)
void SetUserPoolId(UserPoolIdT &&value)
AWS_COGNITOIDENTITYPROVIDER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
void SetUsername(UsernameT &&value)
bool UserPoolIdHasBeenSet() const
const Aws::String & GetUsername() const
AWS_COGNITOIDENTITYPROVIDER_API AdminUserGlobalSignOutRequest()=default
const Aws::String & GetUserPoolId() const
AdminUserGlobalSignOutRequest & WithUserPoolId(UserPoolIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String