7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/guardduty/GuardDutyRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
34 inline virtual const char*
GetServiceRequestName()
const override {
return "DescribeOrganizationConfiguration"; }
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>
64 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
77 template<
typename NextTokenT = Aws::String>
78 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
79 template<
typename NextTokenT = Aws::String>
85 bool m_detectorIdHasBeenSet =
false;
88 bool m_maxResultsHasBeenSet =
false;
91 bool m_nextTokenHasBeenSet =
false;
void SetMaxResults(int value)
bool DetectorIdHasBeenSet() const
DescribeOrganizationConfigurationRequest & WithDetectorId(DetectorIdT &&value)
void SetDetectorId(DetectorIdT &&value)
DescribeOrganizationConfigurationRequest & WithMaxResults(int value)
AWS_GUARDDUTY_API DescribeOrganizationConfigurationRequest()=default
const Aws::String & GetDetectorId() const
DescribeOrganizationConfigurationRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
bool MaxResultsHasBeenSet() const
AWS_GUARDDUTY_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_GUARDDUTY_API Aws::String SerializePayload() const override
void SetNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
int GetMaxResults() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String