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/Detector.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace FraudDetector
42 template<
typename DetectorsT = Aws::Vector<Detector>>
43 void SetDetectors(DetectorsT&& value) { m_detectorsHasBeenSet =
true; m_detectors = std::forward<DetectorsT>(value); }
44 template<
typename DetectorsT = Aws::Vector<Detector>>
46 template<
typename DetectorsT = Detector>
47 GetDetectorsResult&
AddDetectors(DetectorsT&& value) { m_detectorsHasBeenSet =
true; m_detectors.emplace_back(std::forward<DetectorsT>(value));
return *
this; }
55 template<
typename NextTokenT = Aws::String>
56 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
57 template<
typename NextTokenT = Aws::String>
64 template<
typename RequestIdT = Aws::String>
65 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
66 template<
typename RequestIdT = Aws::String>
72 bool m_detectorsHasBeenSet =
false;
75 bool m_nextTokenHasBeenSet =
false;
78 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
GetDetectorsResult & WithDetectors(DetectorsT &&value)
const Aws::String & GetRequestId() const
AWS_FRAUDDETECTOR_API GetDetectorsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_FRAUDDETECTOR_API GetDetectorsResult()=default
void SetNextToken(NextTokenT &&value)
GetDetectorsResult & WithRequestId(RequestIdT &&value)
const Aws::Vector< Detector > & GetDetectors() const
void SetDetectors(DetectorsT &&value)
AWS_FRAUDDETECTOR_API GetDetectorsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetDetectorsResult & AddDetectors(DetectorsT &&value)
const Aws::String & GetNextToken() const
GetDetectorsResult & WithNextToken(NextTokenT &&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