7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/guardduty/GuardDutyRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetDetectorId(
const char* value) { m_detectorIdHasBeenSet =
true; m_detectorId.assign(value); }
62 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
77 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
85 bool m_detectorIdHasBeenSet =
false;
88 bool m_maxResultsHasBeenSet =
false;
91 bool m_nextTokenHasBeenSet =
false;
void SetDetectorId(Aws::String &&value)
bool MaxResultsHasBeenSet() const
ListPublishingDestinationsRequest & WithNextToken(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
void SetNextToken(Aws::String &&value)
AWS_GUARDDUTY_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool NextTokenHasBeenSet() const
AWS_GUARDDUTY_API Aws::String SerializePayload() const override
bool DetectorIdHasBeenSet() const
const Aws::String & GetDetectorId() const
ListPublishingDestinationsRequest & WithNextToken(const Aws::String &value)
ListPublishingDestinationsRequest & WithDetectorId(const Aws::String &value)
ListPublishingDestinationsRequest & WithDetectorId(const char *value)
void SetNextToken(const char *value)
int GetMaxResults() const
AWS_GUARDDUTY_API ListPublishingDestinationsRequest()
void SetDetectorId(const char *value)
ListPublishingDestinationsRequest & WithNextToken(const char *value)
ListPublishingDestinationsRequest & WithMaxResults(int value)
void SetMaxResults(int value)
ListPublishingDestinationsRequest & WithDetectorId(Aws::String &&value)
const Aws::String & GetNextToken() const
void SetNextToken(const Aws::String &value)
void SetDetectorId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String