@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OrganizationMalwareProtectionConfigurationResult extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains information on the status of all Malware Protection data source for an organization.
| Constructor and Description |
|---|
OrganizationMalwareProtectionConfigurationResult() |
| Modifier and Type | Method and Description |
|---|---|
OrganizationMalwareProtectionConfigurationResult |
clone() |
boolean |
equals(Object obj) |
OrganizationScanEc2InstanceWithFindingsResult |
getScanEc2InstanceWithFindings()
Describes the configuration for scanning EC2 instances with findings for an organization.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setScanEc2InstanceWithFindings(OrganizationScanEc2InstanceWithFindingsResult scanEc2InstanceWithFindings)
Describes the configuration for scanning EC2 instances with findings for an organization.
|
String |
toString()
Returns a string representation of this object.
|
OrganizationMalwareProtectionConfigurationResult |
withScanEc2InstanceWithFindings(OrganizationScanEc2InstanceWithFindingsResult scanEc2InstanceWithFindings)
Describes the configuration for scanning EC2 instances with findings for an organization.
|
public OrganizationMalwareProtectionConfigurationResult()
public void setScanEc2InstanceWithFindings(OrganizationScanEc2InstanceWithFindingsResult scanEc2InstanceWithFindings)
Describes the configuration for scanning EC2 instances with findings for an organization.
scanEc2InstanceWithFindings - Describes the configuration for scanning EC2 instances with findings for an organization.public OrganizationScanEc2InstanceWithFindingsResult getScanEc2InstanceWithFindings()
Describes the configuration for scanning EC2 instances with findings for an organization.
public OrganizationMalwareProtectionConfigurationResult withScanEc2InstanceWithFindings(OrganizationScanEc2InstanceWithFindingsResult scanEc2InstanceWithFindings)
Describes the configuration for scanning EC2 instances with findings for an organization.
scanEc2InstanceWithFindings - Describes the configuration for scanning EC2 instances with findings for an organization.public String toString()
toString in class ObjectObject.toString()public OrganizationMalwareProtectionConfigurationResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.