7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/guardduty/GuardDutyRequest.h>
9#include <aws/guardduty/GuardDuty_EXPORTS.h>
37 template <
typename MalwareProtectionPlanIdT = Aws::String>
39 m_malwareProtectionPlanIdHasBeenSet =
true;
40 m_malwareProtectionPlanId = std::forward<MalwareProtectionPlanIdT>(value);
42 template <
typename MalwareProtectionPlanIdT = Aws::String>
50 bool m_malwareProtectionPlanIdHasBeenSet =
false;
DeleteMalwareProtectionPlanRequest & WithMalwareProtectionPlanId(MalwareProtectionPlanIdT &&value)
AWS_GUARDDUTY_API DeleteMalwareProtectionPlanRequest()=default
void SetMalwareProtectionPlanId(MalwareProtectionPlanIdT &&value)
AWS_GUARDDUTY_API Aws::String SerializePayload() const override
bool MalwareProtectionPlanIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetMalwareProtectionPlanId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String