@Generated(value="software.amazon.awssdk:codegen") public final class MalwareProtectionConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MalwareProtectionConfiguration.Builder,MalwareProtectionConfiguration>
Describes whether Malware Protection will be enabled as a data source.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MalwareProtectionConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MalwareProtectionConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ScanEc2InstanceWithFindings |
scanEc2InstanceWithFindings()
Describes the configuration of Malware Protection for EC2 instances with findings.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MalwareProtectionConfiguration.Builder> |
serializableBuilderClass() |
MalwareProtectionConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ScanEc2InstanceWithFindings scanEc2InstanceWithFindings()
Describes the configuration of Malware Protection for EC2 instances with findings.
public MalwareProtectionConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MalwareProtectionConfiguration.Builder,MalwareProtectionConfiguration>public static MalwareProtectionConfiguration.Builder builder()
public static Class<? extends MalwareProtectionConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.