@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 preservations.
|
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 preservations.
|
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 preservations.
|
GetMalwareScanSettingsResult |
withEbsSnapshotPreservation(String ebsSnapshotPreservation)
An enum value representing possible snapshot preservations.
|
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 preservations.
ebsSnapshotPreservation - An enum value representing possible snapshot preservations.EbsSnapshotPreservationpublic String getEbsSnapshotPreservation()
An enum value representing possible snapshot preservations.
EbsSnapshotPreservationpublic GetMalwareScanSettingsResult withEbsSnapshotPreservation(String ebsSnapshotPreservation)
An enum value representing possible snapshot preservations.
ebsSnapshotPreservation - An enum value representing possible snapshot preservations.EbsSnapshotPreservationpublic GetMalwareScanSettingsResult withEbsSnapshotPreservation(EbsSnapshotPreservation ebsSnapshotPreservation)
An enum value representing possible snapshot preservations.
ebsSnapshotPreservation - An enum value representing possible snapshot preservations.EbsSnapshotPreservationpublic String toString()
toString in class ObjectObject.toString()public GetMalwareScanSettingsResult clone()
Copyright © 2022. All rights reserved.