AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
BatchGetVariableResult.h
1
6#pragma once
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>
12#include <utility>
13
14namespace Aws
15{
16template<typename RESULT_TYPE>
17class AmazonWebServiceResult;
18
19namespace Utils
20{
21namespace Json
22{
23 class JsonValue;
24} // namespace Json
25} // namespace Utils
26namespace FraudDetector
27{
28namespace Model
29{
31 {
32 public:
33 AWS_FRAUDDETECTOR_API BatchGetVariableResult();
36
37
39
42 inline const Aws::Vector<Variable>& GetVariables() const{ return m_variables; }
43 inline void SetVariables(const Aws::Vector<Variable>& value) { m_variables = value; }
44 inline void SetVariables(Aws::Vector<Variable>&& value) { m_variables = std::move(value); }
45 inline BatchGetVariableResult& WithVariables(const Aws::Vector<Variable>& value) { SetVariables(value); return *this;}
46 inline BatchGetVariableResult& WithVariables(Aws::Vector<Variable>&& value) { SetVariables(std::move(value)); return *this;}
47 inline BatchGetVariableResult& AddVariables(const Variable& value) { m_variables.push_back(value); return *this; }
48 inline BatchGetVariableResult& AddVariables(Variable&& value) { m_variables.push_back(std::move(value)); return *this; }
50
52
55 inline const Aws::Vector<BatchGetVariableError>& GetErrors() const{ return m_errors; }
56 inline void SetErrors(const Aws::Vector<BatchGetVariableError>& value) { m_errors = value; }
57 inline void SetErrors(Aws::Vector<BatchGetVariableError>&& value) { m_errors = std::move(value); }
59 inline BatchGetVariableResult& WithErrors(Aws::Vector<BatchGetVariableError>&& value) { SetErrors(std::move(value)); return *this;}
60 inline BatchGetVariableResult& AddErrors(const BatchGetVariableError& value) { m_errors.push_back(value); return *this; }
61 inline BatchGetVariableResult& AddErrors(BatchGetVariableError&& value) { m_errors.push_back(std::move(value)); return *this; }
63
65
66 inline const Aws::String& GetRequestId() const{ return m_requestId; }
67 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
68 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
69 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
70 inline BatchGetVariableResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
71 inline BatchGetVariableResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
72 inline BatchGetVariableResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
74 private:
75
76 Aws::Vector<Variable> m_variables;
77
79
80 Aws::String m_requestId;
81 };
82
83} // namespace Model
84} // namespace FraudDetector
85} // namespace Aws
BatchGetVariableResult & WithRequestId(const Aws::String &value)
const Aws::Vector< BatchGetVariableError > & GetErrors() const
BatchGetVariableResult & WithVariables(const Aws::Vector< Variable > &value)
BatchGetVariableResult & AddVariables(const Variable &value)
void SetErrors(const Aws::Vector< BatchGetVariableError > &value)
BatchGetVariableResult & WithVariables(Aws::Vector< Variable > &&value)
BatchGetVariableResult & WithErrors(const Aws::Vector< BatchGetVariableError > &value)
BatchGetVariableResult & WithErrors(Aws::Vector< BatchGetVariableError > &&value)
AWS_FRAUDDETECTOR_API BatchGetVariableResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< Variable > & GetVariables() const
BatchGetVariableResult & WithRequestId(const char *value)
BatchGetVariableResult & AddVariables(Variable &&value)
void SetVariables(Aws::Vector< Variable > &&value)
BatchGetVariableResult & AddErrors(BatchGetVariableError &&value)
void SetVariables(const Aws::Vector< Variable > &value)
AWS_FRAUDDETECTOR_API BatchGetVariableResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetErrors(Aws::Vector< BatchGetVariableError > &&value)
BatchGetVariableResult & WithRequestId(Aws::String &&value)
BatchGetVariableResult & AddErrors(const BatchGetVariableError &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue