7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/guardduty/GuardDutyRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename DetectorIdT = Aws::String>
43 void SetDetectorId(DetectorIdT&& value) { m_detectorIdHasBeenSet =
true; m_detectorId = std::forward<DetectorIdT>(value); }
44 template<
typename DetectorIdT = Aws::String>
54 template<
typename TrustedEntitySetIdT = Aws::String>
55 void SetTrustedEntitySetId(TrustedEntitySetIdT&& value) { m_trustedEntitySetIdHasBeenSet =
true; m_trustedEntitySetId = std::forward<TrustedEntitySetIdT>(value); }
56 template<
typename TrustedEntitySetIdT = Aws::String>
62 bool m_detectorIdHasBeenSet =
false;
65 bool m_trustedEntitySetIdHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_GUARDDUTY_API Aws::String SerializePayload() const override
AWS_GUARDDUTY_API GetTrustedEntitySetRequest()=default
const Aws::String & GetTrustedEntitySetId() const
void SetDetectorId(DetectorIdT &&value)
GetTrustedEntitySetRequest & WithTrustedEntitySetId(TrustedEntitySetIdT &&value)
GetTrustedEntitySetRequest & WithDetectorId(DetectorIdT &&value)
bool DetectorIdHasBeenSet() const
void SetTrustedEntitySetId(TrustedEntitySetIdT &&value)
const Aws::String & GetDetectorId() const
bool TrustedEntitySetIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String