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