7#include <aws/frauddetector/FraudDetector_EXPORTS.h>
8#include <aws/frauddetector/FraudDetectorRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace FraudDetector
45 inline void SetDetectorId(
const char* value) { m_detectorIdHasBeenSet =
true; m_detectorId.assign(value); }
59 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
71 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
77 bool m_detectorIdHasBeenSet =
false;
80 bool m_nextTokenHasBeenSet =
false;
83 bool m_maxResultsHasBeenSet =
false;
void SetDetectorId(const char *value)
int GetMaxResults() const
void SetNextToken(Aws::String &&value)
DescribeDetectorRequest & WithDetectorId(Aws::String &&value)
void SetMaxResults(int value)
void SetNextToken(const Aws::String &value)
void SetDetectorId(const Aws::String &value)
AWS_FRAUDDETECTOR_API DescribeDetectorRequest()
bool MaxResultsHasBeenSet() const
const Aws::String & GetDetectorId() const
virtual const char * GetServiceRequestName() const override
DescribeDetectorRequest & WithMaxResults(int value)
DescribeDetectorRequest & WithNextToken(Aws::String &&value)
bool DetectorIdHasBeenSet() const
DescribeDetectorRequest & WithNextToken(const Aws::String &value)
bool NextTokenHasBeenSet() const
DescribeDetectorRequest & WithNextToken(const char *value)
const Aws::String & GetNextToken() const
void SetDetectorId(Aws::String &&value)
AWS_FRAUDDETECTOR_API Aws::String SerializePayload() const override
DescribeDetectorRequest & WithDetectorId(const Aws::String &value)
DescribeDetectorRequest & WithDetectorId(const char *value)
void SetNextToken(const char *value)
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