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