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
46 template<
typename UserPoolIdT = Aws::String>
47 void SetUserPoolId(UserPoolIdT&& value) { m_userPoolIdHasBeenSet =
true; m_userPoolId = std::forward<UserPoolIdT>(value); }
48 template<
typename UserPoolIdT = Aws::String>
63 template<
typename IdentifierT = Aws::String>
64 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
65 template<
typename IdentifierT = Aws::String>
75 template<
typename NameT = Aws::String>
76 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
77 template<
typename NameT = Aws::String>
88 template<
typename ScopesT = Aws::Vector<ResourceServerScopeType>>
89 void SetScopes(ScopesT&& value) { m_scopesHasBeenSet =
true; m_scopes = std::forward<ScopesT>(value); }
90 template<
typename ScopesT = Aws::Vector<ResourceServerScopeType>>
92 template<
typename ScopesT = ResourceServerScopeType>
98 bool m_userPoolIdHasBeenSet =
false;
101 bool m_identifierHasBeenSet =
false;
104 bool m_nameHasBeenSet =
false;
107 bool m_scopesHasBeenSet =
false;
bool UserPoolIdHasBeenSet() const
AWS_COGNITOIDENTITYPROVIDER_API Aws::String SerializePayload() const override
AWS_COGNITOIDENTITYPROVIDER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetIdentifier() const
UpdateResourceServerRequest & AddScopes(ScopesT &&value)
bool IdentifierHasBeenSet() const
void SetIdentifier(IdentifierT &&value)
bool NameHasBeenSet() const
void SetScopes(ScopesT &&value)
UpdateResourceServerRequest & WithIdentifier(IdentifierT &&value)
AWS_COGNITOIDENTITYPROVIDER_API UpdateResourceServerRequest()=default
virtual const char * GetServiceRequestName() const override
const Aws::String & GetName() const
void SetName(NameT &&value)
const Aws::String & GetUserPoolId() const
void SetUserPoolId(UserPoolIdT &&value)
UpdateResourceServerRequest & WithName(NameT &&value)
bool ScopesHasBeenSet() const
const Aws::Vector< ResourceServerScopeType > & GetScopes() const
UpdateResourceServerRequest & WithScopes(ScopesT &&value)
UpdateResourceServerRequest & WithUserPoolId(UserPoolIdT &&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