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
43 template<
typename UserPoolIdT = Aws::String>
44 void SetUserPoolId(UserPoolIdT&& value) { m_userPoolIdHasBeenSet =
true; m_userPoolId = std::forward<UserPoolIdT>(value); }
45 template<
typename UserPoolIdT = Aws::String>
60 template<
typename IdentifierT = Aws::String>
61 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
62 template<
typename IdentifierT = Aws::String>
68 bool m_userPoolIdHasBeenSet =
false;
71 bool m_identifierHasBeenSet =
false;
void SetUserPoolId(UserPoolIdT &&value)
const Aws::String & GetUserPoolId() const
DescribeResourceServerRequest & WithUserPoolId(UserPoolIdT &&value)
const Aws::String & GetIdentifier() const
AWS_COGNITOIDENTITYPROVIDER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribeResourceServerRequest & WithIdentifier(IdentifierT &&value)
void SetIdentifier(IdentifierT &&value)
bool IdentifierHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_COGNITOIDENTITYPROVIDER_API DescribeResourceServerRequest()=default
bool UserPoolIdHasBeenSet() const
AWS_COGNITOIDENTITYPROVIDER_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String