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>
57 template<
typename DestinationIdT = Aws::String>
58 void SetDestinationId(DestinationIdT&& value) { m_destinationIdHasBeenSet =
true; m_destinationId = std::forward<DestinationIdT>(value); }
59 template<
typename DestinationIdT = Aws::String>
65 bool m_detectorIdHasBeenSet =
false;
68 bool m_destinationIdHasBeenSet =
false;
const Aws::String & GetDestinationId() const
void SetDetectorId(DetectorIdT &&value)
DescribePublishingDestinationRequest & WithDetectorId(DetectorIdT &&value)
void SetDestinationId(DestinationIdT &&value)
bool DetectorIdHasBeenSet() const
AWS_GUARDDUTY_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
bool DestinationIdHasBeenSet() const
const Aws::String & GetDetectorId() const
DescribePublishingDestinationRequest & WithDestinationId(DestinationIdT &&value)
AWS_GUARDDUTY_API DescribePublishingDestinationRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String