@Generated(value="software.amazon.awssdk:codegen") public final class MalwareProtectionConfigurationResult extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MalwareProtectionConfigurationResult.Builder,MalwareProtectionConfigurationResult>
An object that contains information on the status of all Malware Protection data sources.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MalwareProtectionConfigurationResult.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MalwareProtectionConfigurationResult.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ScanEc2InstanceWithFindingsResult |
scanEc2InstanceWithFindings()
Describes the configuration of Malware Protection for EC2 instances with findings.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MalwareProtectionConfigurationResult.Builder> |
serializableBuilderClass() |
String |
serviceRole()
The GuardDuty Malware Protection service role.
|
MalwareProtectionConfigurationResult.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ScanEc2InstanceWithFindingsResult scanEc2InstanceWithFindings()
Describes the configuration of Malware Protection for EC2 instances with findings.
public final String serviceRole()
The GuardDuty Malware Protection service role.
public MalwareProtectionConfigurationResult.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MalwareProtectionConfigurationResult.Builder,MalwareProtectionConfigurationResult>public static MalwareProtectionConfigurationResult.Builder builder()
public static Class<? extends MalwareProtectionConfigurationResult.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.