/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include
namespace Aws
{
template
class AmazonWebServiceResult;
namespace Utils
{
namespace Json
{
class JsonValue;
} // namespace Json
} // namespace Utils
namespace CognitoIdentityProvider
{
namespace Model
{
/**
* Represents the response from the server for the registration
* confirmation.
See Also:
AWS
* API Reference
*/
class AWS_COGNITOIDENTITYPROVIDER_API ConfirmSignUpResult
{
public:
ConfirmSignUpResult();
ConfirmSignUpResult(const Aws::AmazonWebServiceResult& result);
ConfirmSignUpResult& operator=(const Aws::AmazonWebServiceResult& result);
};
} // namespace Model
} // namespace CognitoIdentityProvider
} // namespace Aws