7#include <aws/cognito-idp/CognitoIdentityProvider_EXPORTS.h>
8#include <aws/cognito-idp/CognitoIdentityProviderRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/cognito-idp/model/ResourceServerScopeType.h>
16namespace CognitoIdentityProvider
47 inline void SetUserPoolId(
const char* value) { m_userPoolIdHasBeenSet =
true; m_userPoolId.assign(value); }
66 inline void SetIdentifier(
const char* value) { m_identifierHasBeenSet =
true; m_identifier.assign(value); }
80 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
102 bool m_userPoolIdHasBeenSet =
false;
105 bool m_identifierHasBeenSet =
false;
108 bool m_nameHasBeenSet =
false;
111 bool m_scopesHasBeenSet =
false;
bool UserPoolIdHasBeenSet() const
AWS_COGNITOIDENTITYPROVIDER_API Aws::String SerializePayload() const override
UpdateResourceServerRequest & WithName(const Aws::String &value)
AWS_COGNITOIDENTITYPROVIDER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetIdentifier() const
UpdateResourceServerRequest & WithIdentifier(const Aws::String &value)
UpdateResourceServerRequest & WithIdentifier(const char *value)
void SetName(const Aws::String &value)
void SetUserPoolId(const Aws::String &value)
bool IdentifierHasBeenSet() const
AWS_COGNITOIDENTITYPROVIDER_API UpdateResourceServerRequest()
UpdateResourceServerRequest & WithUserPoolId(const Aws::String &value)
UpdateResourceServerRequest & WithScopes(Aws::Vector< ResourceServerScopeType > &&value)
bool NameHasBeenSet() const
UpdateResourceServerRequest & WithUserPoolId(const char *value)
void SetUserPoolId(const char *value)
void SetIdentifier(const Aws::String &value)
void SetIdentifier(const char *value)
UpdateResourceServerRequest & AddScopes(ResourceServerScopeType &&value)
void SetScopes(const Aws::Vector< ResourceServerScopeType > &value)
void SetIdentifier(Aws::String &&value)
UpdateResourceServerRequest & WithName(const char *value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetName() const
UpdateResourceServerRequest & WithIdentifier(Aws::String &&value)
void SetName(const char *value)
const Aws::String & GetUserPoolId() const
void SetName(Aws::String &&value)
void SetUserPoolId(Aws::String &&value)
UpdateResourceServerRequest & AddScopes(const ResourceServerScopeType &value)
bool ScopesHasBeenSet() const
const Aws::Vector< ResourceServerScopeType > & GetScopes() const
UpdateResourceServerRequest & WithUserPoolId(Aws::String &&value)
UpdateResourceServerRequest & WithName(Aws::String &&value)
UpdateResourceServerRequest & WithScopes(const Aws::Vector< ResourceServerScopeType > &value)
void SetScopes(Aws::Vector< ResourceServerScopeType > &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector