Class MalwareProtectionPlanActions
- java.lang.Object
-
- software.amazon.awssdk.services.guardduty.model.MalwareProtectionPlanActions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MalwareProtectionPlanActions.Builder,MalwareProtectionPlanActions>
@Generated("software.amazon.awssdk:codegen") public final class MalwareProtectionPlanActions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MalwareProtectionPlanActions.Builder,MalwareProtectionPlanActions>
Information about whether the tags will be added to the S3 object after scanning.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMalwareProtectionPlanActions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MalwareProtectionPlanActions.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends MalwareProtectionPlanActions.Builder>serializableBuilderClass()MalwareProtectionPlanTaggingActiontagging()Indicates whether the scanned S3 object will have tags about the scan result.MalwareProtectionPlanActions.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
-
tagging
public final MalwareProtectionPlanTaggingAction tagging()
Indicates whether the scanned S3 object will have tags about the scan result.
- Returns:
- Indicates whether the scanned S3 object will have tags about the scan result.
-
toBuilder
public MalwareProtectionPlanActions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MalwareProtectionPlanActions.Builder,MalwareProtectionPlanActions>
-
builder
public static MalwareProtectionPlanActions.Builder builder()
-
serializableBuilderClass
public static Class<? extends MalwareProtectionPlanActions.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.
-
-