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;
AWS_FRAUDDETECTOR_API DescribeDetectorRequest()=default
int GetMaxResults() const
void SetMaxResults(int value)
void SetNextToken(NextTokenT &&value)
bool MaxResultsHasBeenSet() const
const Aws::String & GetDetectorId() const
virtual const char * GetServiceRequestName() const override
void SetDetectorId(DetectorIdT &&value)
DescribeDetectorRequest & WithMaxResults(int value)
DescribeDetectorRequest & WithNextToken(NextTokenT &&value)
bool DetectorIdHasBeenSet() const
DescribeDetectorRequest & WithDetectorId(DetectorIdT &&value)
bool NextTokenHasBeenSet() const
const Aws::String & GetNextToken() const
AWS_FRAUDDETECTOR_API Aws::String SerializePayload() const override
AWS_FRAUDDETECTOR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String