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
45 inline void SetUserPoolId(
const char* value) { m_userPoolIdHasBeenSet =
true; m_userPoolId.assign(value); }
64 inline void SetIdentifier(
const char* value) { m_identifierHasBeenSet =
true; m_identifier.assign(value); }
72 bool m_userPoolIdHasBeenSet =
false;
75 bool m_identifierHasBeenSet =
false;
const Aws::String & GetUserPoolId() const
DescribeResourceServerRequest & WithIdentifier(const char *value)
void SetIdentifier(Aws::String &&value)
void SetUserPoolId(const char *value)
const Aws::String & GetIdentifier() const
void SetIdentifier(const Aws::String &value)
AWS_COGNITOIDENTITYPROVIDER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetUserPoolId(const Aws::String &value)
AWS_COGNITOIDENTITYPROVIDER_API DescribeResourceServerRequest()
DescribeResourceServerRequest & WithUserPoolId(Aws::String &&value)
void SetUserPoolId(Aws::String &&value)
bool IdentifierHasBeenSet() const
virtual const char * GetServiceRequestName() const override
DescribeResourceServerRequest & WithIdentifier(Aws::String &&value)
DescribeResourceServerRequest & WithUserPoolId(const Aws::String &value)
DescribeResourceServerRequest & WithIdentifier(const Aws::String &value)
bool UserPoolIdHasBeenSet() const
void SetIdentifier(const char *value)
AWS_COGNITOIDENTITYPROVIDER_API Aws::String SerializePayload() const override
DescribeResourceServerRequest & WithUserPoolId(const char *value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String