7#include <aws/frauddetector/FraudDetector_EXPORTS.h>
8#include <aws/frauddetector/FraudDetectorRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace FraudDetector
43 template<
typename DetectorIdT = Aws::String>
44 void SetDetectorId(DetectorIdT&& value) { m_detectorIdHasBeenSet =
true; m_detectorId = std::forward<DetectorIdT>(value); }
45 template<
typename DetectorIdT = Aws::String>
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>
67 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
73 bool m_detectorIdHasBeenSet =
false;
76 bool m_nextTokenHasBeenSet =
false;
79 bool m_maxResultsHasBeenSet =
false;
GetDetectorsRequest & WithDetectorId(DetectorIdT &&value)
const Aws::String & GetDetectorId() const
bool DetectorIdHasBeenSet() const
void SetNextToken(NextTokenT &&value)
int GetMaxResults() const
void SetMaxResults(int value)
virtual const char * GetServiceRequestName() const override
bool NextTokenHasBeenSet() const
AWS_FRAUDDETECTOR_API GetDetectorsRequest()=default
const Aws::String & GetNextToken() const
AWS_FRAUDDETECTOR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
GetDetectorsRequest & WithMaxResults(int value)
AWS_FRAUDDETECTOR_API Aws::String SerializePayload() const override
bool MaxResultsHasBeenSet() const
GetDetectorsRequest & WithNextToken(NextTokenT &&value)
void SetDetectorId(DetectorIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String