7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/guardduty/GuardDutyRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename DetectorIdT = Aws::String>
52 void SetDetectorId(DetectorIdT&& value) { m_detectorIdHasBeenSet =
true; m_detectorId = std::forward<DetectorIdT>(value); }
53 template<
typename DetectorIdT = Aws::String>
63 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
76 template<
typename NextTokenT = Aws::String>
77 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
78 template<
typename NextTokenT = Aws::String>
84 bool m_detectorIdHasBeenSet =
false;
87 bool m_maxResultsHasBeenSet =
false;
90 bool m_nextTokenHasBeenSet =
false;
bool MaxResultsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_GUARDDUTY_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListPublishingDestinationsRequest & WithDetectorId(DetectorIdT &&value)
bool NextTokenHasBeenSet() const
ListPublishingDestinationsRequest & WithNextToken(NextTokenT &&value)
AWS_GUARDDUTY_API Aws::String SerializePayload() const override
AWS_GUARDDUTY_API ListPublishingDestinationsRequest()=default
bool DetectorIdHasBeenSet() const
const Aws::String & GetDetectorId() const
void SetDetectorId(DetectorIdT &&value)
int GetMaxResults() const
ListPublishingDestinationsRequest & WithMaxResults(int value)
void SetMaxResults(int value)
const Aws::String & GetNextToken() const
void SetNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String