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 ModelEndpo
intT = Aws::String>
44 void SetModelEndpoint(ModelEndpointT&& value) { m_modelEndpointHasBeenSet =
true; m_modelEndpoint = std::forward<ModelEndpointT>(value); }
45 template<
typename ModelEndpo
intT = 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_modelEndpointHasBeenSet =
false;
76 bool m_nextTokenHasBeenSet =
false;
79 bool m_maxResultsHasBeenSet =
false;
const Aws::String & GetNextToken() const
void SetModelEndpoint(ModelEndpointT &&value)
GetExternalModelsRequest & WithMaxResults(int value)
bool NextTokenHasBeenSet() const
AWS_FRAUDDETECTOR_API GetExternalModelsRequest()=default
int GetMaxResults() const
bool MaxResultsHasBeenSet() const
AWS_FRAUDDETECTOR_API Aws::String SerializePayload() const override
const Aws::String & GetModelEndpoint() const
bool ModelEndpointHasBeenSet() const
virtual const char * GetServiceRequestName() const override
GetExternalModelsRequest & WithModelEndpoint(ModelEndpointT &&value)
void SetNextToken(NextTokenT &&value)
AWS_FRAUDDETECTOR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
GetExternalModelsRequest & WithNextToken(NextTokenT &&value)
void SetMaxResults(int value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String