7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/guardduty/GuardDutyRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename DetectorIdT = Aws::String>
46 void SetDetectorId(DetectorIdT&& value) { m_detectorIdHasBeenSet =
true; m_detectorId = std::forward<DetectorIdT>(value); }
47 template<
typename DetectorIdT = Aws::String>
58 template<
typename TrustedEntitySetIdT = Aws::String>
59 void SetTrustedEntitySetId(TrustedEntitySetIdT&& value) { m_trustedEntitySetIdHasBeenSet =
true; m_trustedEntitySetId = std::forward<TrustedEntitySetIdT>(value); }
60 template<
typename TrustedEntitySetIdT = Aws::String>
66 bool m_detectorIdHasBeenSet =
false;
69 bool m_trustedEntitySetIdHasBeenSet =
false;
bool TrustedEntitySetIdHasBeenSet() const
AWS_GUARDDUTY_API Aws::String SerializePayload() const override
DeleteTrustedEntitySetRequest & WithTrustedEntitySetId(TrustedEntitySetIdT &&value)
bool DetectorIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetTrustedEntitySetId(TrustedEntitySetIdT &&value)
const Aws::String & GetTrustedEntitySetId() const
AWS_GUARDDUTY_API DeleteTrustedEntitySetRequest()=default
DeleteTrustedEntitySetRequest & WithDetectorId(DetectorIdT &&value)
const Aws::String & GetDetectorId() const
void SetDetectorId(DetectorIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String