@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMalwareScanSettingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| GetMalwareScanSettingsResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetMalwareScanSettingsResult | clone() | 
| boolean | equals(Object obj) | 
| String | getEbsSnapshotPreservation()
 An enum value representing possible snapshot preservation settings. | 
| ScanResourceCriteria | getScanResourceCriteria()
 Represents the criteria to be used in the filter for scanning resources. | 
| int | hashCode() | 
| void | setEbsSnapshotPreservation(String ebsSnapshotPreservation)
 An enum value representing possible snapshot preservation settings. | 
| void | setScanResourceCriteria(ScanResourceCriteria scanResourceCriteria)
 Represents the criteria to be used in the filter for scanning resources. | 
| String | toString()Returns a string representation of this object. | 
| GetMalwareScanSettingsResult | withEbsSnapshotPreservation(EbsSnapshotPreservation ebsSnapshotPreservation)
 An enum value representing possible snapshot preservation settings. | 
| GetMalwareScanSettingsResult | withEbsSnapshotPreservation(String ebsSnapshotPreservation)
 An enum value representing possible snapshot preservation settings. | 
| GetMalwareScanSettingsResult | withScanResourceCriteria(ScanResourceCriteria scanResourceCriteria)
 Represents the criteria to be used in the filter for scanning resources. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setScanResourceCriteria(ScanResourceCriteria scanResourceCriteria)
Represents the criteria to be used in the filter for scanning resources.
scanResourceCriteria - Represents the criteria to be used in the filter for scanning resources.public ScanResourceCriteria getScanResourceCriteria()
Represents the criteria to be used in the filter for scanning resources.
public GetMalwareScanSettingsResult withScanResourceCriteria(ScanResourceCriteria scanResourceCriteria)
Represents the criteria to be used in the filter for scanning resources.
scanResourceCriteria - Represents the criteria to be used in the filter for scanning resources.public void setEbsSnapshotPreservation(String ebsSnapshotPreservation)
An enum value representing possible snapshot preservation settings.
ebsSnapshotPreservation - An enum value representing possible snapshot preservation settings.EbsSnapshotPreservationpublic String getEbsSnapshotPreservation()
An enum value representing possible snapshot preservation settings.
EbsSnapshotPreservationpublic GetMalwareScanSettingsResult withEbsSnapshotPreservation(String ebsSnapshotPreservation)
An enum value representing possible snapshot preservation settings.
ebsSnapshotPreservation - An enum value representing possible snapshot preservation settings.EbsSnapshotPreservationpublic GetMalwareScanSettingsResult withEbsSnapshotPreservation(EbsSnapshotPreservation ebsSnapshotPreservation)
An enum value representing possible snapshot preservation settings.
ebsSnapshotPreservation - An enum value representing possible snapshot preservation settings.EbsSnapshotPreservationpublic String toString()
toString in class ObjectObject.toString()public GetMalwareScanSettingsResult clone()