Class MalwareProtectionConfigurationResult
- java.lang.Object
-
- software.amazon.awssdk.services.guardduty.model.MalwareProtectionConfigurationResult
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MalwareProtectionConfigurationResult.Builder,MalwareProtectionConfigurationResult>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMalwareProtectionConfigurationResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MalwareProtectionConfigurationResult.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ScanEc2InstanceWithFindingsResultscanEc2InstanceWithFindings()Describes the configuration of Malware Protection for EC2 instances with findings.List<SdkField<?>>sdkFields()static Class<? extends MalwareProtectionConfigurationResult.Builder>serializableBuilderClass()StringserviceRole()The GuardDuty Malware Protection service role.MalwareProtectionConfigurationResult.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
scanEc2InstanceWithFindings
public final ScanEc2InstanceWithFindingsResult scanEc2InstanceWithFindings()
Describes the configuration of Malware Protection for EC2 instances with findings.
- Returns:
- Describes the configuration of Malware Protection for EC2 instances with findings.
-
serviceRole
public final String serviceRole()
The GuardDuty Malware Protection service role.
- Returns:
- The GuardDuty Malware Protection service role.
-
toBuilder
public MalwareProtectionConfigurationResult.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MalwareProtectionConfigurationResult.Builder,MalwareProtectionConfigurationResult>
-
builder
public static MalwareProtectionConfigurationResult.Builder builder()
-
serializableBuilderClass
public static Class<? extends MalwareProtectionConfigurationResult.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-