7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/guardduty/GuardDutyRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 inline void SetMalwareProtectionPlanId(
const char* value) { m_malwareProtectionPlanIdHasBeenSet =
true; m_malwareProtectionPlanId.assign(value); }
51 bool m_malwareProtectionPlanIdHasBeenSet =
false;
void SetMalwareProtectionPlanId(const Aws::String &value)
GetMalwareProtectionPlanRequest & WithMalwareProtectionPlanId(Aws::String &&value)
void SetMalwareProtectionPlanId(const char *value)
AWS_GUARDDUTY_API Aws::String SerializePayload() const override
AWS_GUARDDUTY_API GetMalwareProtectionPlanRequest()
GetMalwareProtectionPlanRequest & WithMalwareProtectionPlanId(const Aws::String &value)
bool MalwareProtectionPlanIdHasBeenSet() const
void SetMalwareProtectionPlanId(Aws::String &&value)
const Aws::String & GetMalwareProtectionPlanId() const
virtual const char * GetServiceRequestName() const override
GetMalwareProtectionPlanRequest & WithMalwareProtectionPlanId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String