7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/guardduty/GuardDutyRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/guardduty/model/DestinationProperties.h>
46 template<
typename DetectorIdT = Aws::String>
47 void SetDetectorId(DetectorIdT&& value) { m_detectorIdHasBeenSet =
true; m_detectorId = std::forward<DetectorIdT>(value); }
48 template<
typename DetectorIdT = Aws::String>
58 template<
typename DestinationIdT = Aws::String>
59 void SetDestinationId(DestinationIdT&& value) { m_destinationIdHasBeenSet =
true; m_destinationId = std::forward<DestinationIdT>(value); }
60 template<
typename DestinationIdT = Aws::String>
72 template<
typename DestinationPropertiesT = DestinationProperties>
73 void SetDestinationProperties(DestinationPropertiesT&& value) { m_destinationPropertiesHasBeenSet =
true; m_destinationProperties = std::forward<DestinationPropertiesT>(value); }
74 template<
typename DestinationPropertiesT = DestinationProperties>
80 bool m_detectorIdHasBeenSet =
false;
83 bool m_destinationIdHasBeenSet =
false;
86 bool m_destinationPropertiesHasBeenSet =
false;
void SetDestinationProperties(DestinationPropertiesT &&value)
void SetDestinationId(DestinationIdT &&value)
virtual const char * GetServiceRequestName() const override
AWS_GUARDDUTY_API Aws::String SerializePayload() const override
const DestinationProperties & GetDestinationProperties() const
AWS_GUARDDUTY_API UpdatePublishingDestinationRequest()=default
bool DestinationIdHasBeenSet() const
const Aws::String & GetDestinationId() const
UpdatePublishingDestinationRequest & WithDestinationProperties(DestinationPropertiesT &&value)
UpdatePublishingDestinationRequest & WithDetectorId(DetectorIdT &&value)
void SetDetectorId(DetectorIdT &&value)
bool DetectorIdHasBeenSet() const
bool DestinationPropertiesHasBeenSet() const
const Aws::String & GetDetectorId() const
UpdatePublishingDestinationRequest & WithDestinationId(DestinationIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String