7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/guardduty/GuardDutyRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename DetectorIdT = Aws::String>
42 void SetDetectorId(DetectorIdT&& value) { m_detectorIdHasBeenSet =
true; m_detectorId = std::forward<DetectorIdT>(value); }
43 template<
typename DetectorIdT = Aws::String>
49 bool m_detectorIdHasBeenSet =
false;
void SetDetectorId(DetectorIdT &&value)
virtual const char * GetServiceRequestName() const override
AWS_GUARDDUTY_API GetAdministratorAccountRequest()=default
const Aws::String & GetDetectorId() const
AWS_GUARDDUTY_API Aws::String SerializePayload() const override
bool DetectorIdHasBeenSet() const
GetAdministratorAccountRequest & WithDetectorId(DetectorIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String