Class OrganizationMalwareProtectionConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.guardduty.model.OrganizationMalwareProtectionConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<OrganizationMalwareProtectionConfiguration.Builder,OrganizationMalwareProtectionConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class OrganizationMalwareProtectionConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OrganizationMalwareProtectionConfiguration.Builder,OrganizationMalwareProtectionConfiguration>
Organization-wide Malware Protection configurations.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOrganizationMalwareProtectionConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OrganizationMalwareProtectionConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()OrganizationScanEc2InstanceWithFindingsscanEc2InstanceWithFindings()Whether Malware Protection for EC2 instances with findings should be auto-enabled for new members joining the organization.List<SdkField<?>>sdkFields()static Class<? extends OrganizationMalwareProtectionConfiguration.Builder>serializableBuilderClass()OrganizationMalwareProtectionConfiguration.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 OrganizationScanEc2InstanceWithFindings scanEc2InstanceWithFindings()
Whether Malware Protection for EC2 instances with findings should be auto-enabled for new members joining the organization.
- Returns:
- Whether Malware Protection for EC2 instances with findings should be auto-enabled for new members joining the organization.
-
toBuilder
public OrganizationMalwareProtectionConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<OrganizationMalwareProtectionConfiguration.Builder,OrganizationMalwareProtectionConfiguration>
-
builder
public static OrganizationMalwareProtectionConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends OrganizationMalwareProtectionConfiguration.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.
-
-