@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MalwareProtectionConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Describes whether Malware Protection will be enabled as a data source.
Constructor and Description |
---|
MalwareProtectionConfiguration() |
Modifier and Type | Method and Description |
---|---|
MalwareProtectionConfiguration |
clone() |
boolean |
equals(Object obj) |
ScanEc2InstanceWithFindings |
getScanEc2InstanceWithFindings()
Describes the configuration of Malware Protection for EC2 instances with findings.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setScanEc2InstanceWithFindings(ScanEc2InstanceWithFindings scanEc2InstanceWithFindings)
Describes the configuration of Malware Protection for EC2 instances with findings.
|
String |
toString()
Returns a string representation of this object.
|
MalwareProtectionConfiguration |
withScanEc2InstanceWithFindings(ScanEc2InstanceWithFindings scanEc2InstanceWithFindings)
Describes the configuration of Malware Protection for EC2 instances with findings.
|
public void setScanEc2InstanceWithFindings(ScanEc2InstanceWithFindings scanEc2InstanceWithFindings)
Describes the configuration of Malware Protection for EC2 instances with findings.
scanEc2InstanceWithFindings
- Describes the configuration of Malware Protection for EC2 instances with findings.public ScanEc2InstanceWithFindings getScanEc2InstanceWithFindings()
Describes the configuration of Malware Protection for EC2 instances with findings.
public MalwareProtectionConfiguration withScanEc2InstanceWithFindings(ScanEc2InstanceWithFindings scanEc2InstanceWithFindings)
Describes the configuration of Malware Protection for EC2 instances with findings.
scanEc2InstanceWithFindings
- Describes the configuration of Malware Protection for EC2 instances with findings.public String toString()
toString
in class Object
Object.toString()
public MalwareProtectionConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.