Class MalwareProtectionDataSourceFreeTrial
- java.lang.Object
-
- software.amazon.awssdk.services.guardduty.model.MalwareProtectionDataSourceFreeTrial
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MalwareProtectionDataSourceFreeTrial.Builder,MalwareProtectionDataSourceFreeTrial>
@Generated("software.amazon.awssdk:codegen") public final class MalwareProtectionDataSourceFreeTrial extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MalwareProtectionDataSourceFreeTrial.Builder,MalwareProtectionDataSourceFreeTrial>
Provides details about Malware Protection when it is enabled as a data source.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMalwareProtectionDataSourceFreeTrial.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MalwareProtectionDataSourceFreeTrial.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()DataSourceFreeTrialscanEc2InstanceWithFindings()Describes whether Malware Protection for EC2 instances with findings is enabled as a data source.List<SdkField<?>>sdkFields()static Class<? extends MalwareProtectionDataSourceFreeTrial.Builder>serializableBuilderClass()MalwareProtectionDataSourceFreeTrial.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 DataSourceFreeTrial scanEc2InstanceWithFindings()
Describes whether Malware Protection for EC2 instances with findings is enabled as a data source.
- Returns:
- Describes whether Malware Protection for EC2 instances with findings is enabled as a data source.
-
toBuilder
public MalwareProtectionDataSourceFreeTrial.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MalwareProtectionDataSourceFreeTrial.Builder,MalwareProtectionDataSourceFreeTrial>
-
builder
public static MalwareProtectionDataSourceFreeTrial.Builder builder()
-
serializableBuilderClass
public static Class<? extends MalwareProtectionDataSourceFreeTrial.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.
-
-