7#include <aws/frauddetector/FraudDetector_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/frauddetector/model/Variable.h>
11#include <aws/frauddetector/model/BatchGetVariableError.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
26namespace FraudDetector
43 template<
typename VariablesT = Aws::Vector<Variable>>
44 void SetVariables(VariablesT&& value) { m_variablesHasBeenSet =
true; m_variables = std::forward<VariablesT>(value); }
45 template<
typename VariablesT = Aws::Vector<Variable>>
47 template<
typename VariablesT = Variable>
56 template<
typename ErrorsT = Aws::Vector<BatchGetVariableError>>
57 void SetErrors(ErrorsT&& value) { m_errorsHasBeenSet =
true; m_errors = std::forward<ErrorsT>(value); }
58 template<
typename ErrorsT = Aws::Vector<BatchGetVariableError>>
60 template<
typename ErrorsT = BatchGetVariableError>
67 template<
typename RequestIdT = Aws::String>
68 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
69 template<
typename RequestIdT = Aws::String>
75 bool m_variablesHasBeenSet =
false;
78 bool m_errorsHasBeenSet =
false;
81 bool m_requestIdHasBeenSet =
false;
BatchGetVariableResult & AddErrors(ErrorsT &&value)
const Aws::Vector< BatchGetVariableError > & GetErrors() const
void SetVariables(VariablesT &&value)
void SetRequestId(RequestIdT &&value)
void SetErrors(ErrorsT &&value)
AWS_FRAUDDETECTOR_API BatchGetVariableResult()=default
BatchGetVariableResult & WithErrors(ErrorsT &&value)
BatchGetVariableResult & WithVariables(VariablesT &&value)
AWS_FRAUDDETECTOR_API BatchGetVariableResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchGetVariableResult & WithRequestId(RequestIdT &&value)
const Aws::Vector< Variable > & GetVariables() const
BatchGetVariableResult & AddVariables(VariablesT &&value)
const Aws::String & GetRequestId() const
AWS_FRAUDDETECTOR_API BatchGetVariableResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue