7#include <aws/cognito-idp/CognitoIdentityProvider_EXPORTS.h>
8#include <aws/cognito-idp/model/RiskConfigurationType.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace CognitoIdentityProvider {
38 template <
typename RiskConfigurationT = RiskConfigurationType>
40 m_riskConfigurationHasBeenSet =
true;
41 m_riskConfiguration = std::forward<RiskConfigurationT>(value);
43 template <
typename RiskConfigurationT = RiskConfigurationType>
53 template <
typename RequestIdT = Aws::String>
55 m_requestIdHasBeenSet =
true;
56 m_requestId = std::forward<RequestIdT>(value);
58 template <
typename RequestIdT = Aws::String>
71 bool m_riskConfigurationHasBeenSet =
false;
72 bool m_requestIdHasBeenSet =
false;
SetRiskConfigurationResult & WithRequestId(RequestIdT &&value)
const RiskConfigurationType & GetRiskConfiguration() const
AWS_COGNITOIDENTITYPROVIDER_API SetRiskConfigurationResult()=default
AWS_COGNITOIDENTITYPROVIDER_API SetRiskConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_COGNITOIDENTITYPROVIDER_API SetRiskConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetRequestId() const
SetRiskConfigurationResult & WithRiskConfiguration(RiskConfigurationT &&value)
void SetRequestId(RequestIdT &&value)
void SetRiskConfiguration(RiskConfigurationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue