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>
58 template<
typename IdpIdentifierT = Aws::String>
59 void SetIdpIdentifier(IdpIdentifierT&& value) { m_idpIdentifierHasBeenSet =
true; m_idpIdentifier = std::forward<IdpIdentifierT>(value); }
60 template<
typename IdpIdentifierT = Aws::String>
66 bool m_userPoolIdHasBeenSet =
false;
69 bool m_idpIdentifierHasBeenSet =
false;
AWS_COGNITOIDENTITYPROVIDER_API Aws::String SerializePayload() const override
void SetUserPoolId(UserPoolIdT &&value)
virtual const char * GetServiceRequestName() const override
bool IdpIdentifierHasBeenSet() const
const Aws::String & GetUserPoolId() const
void SetIdpIdentifier(IdpIdentifierT &&value)
GetIdentityProviderByIdentifierRequest & WithUserPoolId(UserPoolIdT &&value)
GetIdentityProviderByIdentifierRequest & WithIdpIdentifier(IdpIdentifierT &&value)
const Aws::String & GetIdpIdentifier() const
AWS_COGNITOIDENTITYPROVIDER_API GetIdentityProviderByIdentifierRequest()=default
bool UserPoolIdHasBeenSet() const
AWS_COGNITOIDENTITYPROVIDER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String