Class AutoEnable
- java.lang.Object
-
- software.amazon.awssdk.services.inspector2.model.AutoEnable
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AutoEnable.Builder,AutoEnable>
@Generated("software.amazon.awssdk:codegen") public final class AutoEnable extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AutoEnable.Builder,AutoEnable>
Represents which scan types are automatically enabled for new members of your Amazon Inspector organization.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAutoEnable.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AutoEnable.Builderbuilder()Booleanec2()Represents whether Amazon EC2 scans are automatically enabled for new members of your Amazon Inspector organization.Booleanecr()Represents whether Amazon ECR scans are automatically enabled for new members of your Amazon Inspector organization.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Booleanlambda()Represents whether AWS Lambda standard scans are automatically enabled for new members of your Amazon Inspector organization.BooleanlambdaCode()Represents whether AWS Lambda code scans are automatically enabled for new members of your Amazon Inspector organization.List<SdkField<?>>sdkFields()static Class<? extends AutoEnable.Builder>serializableBuilderClass()AutoEnable.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
-
ec2
public final Boolean ec2()
Represents whether Amazon EC2 scans are automatically enabled for new members of your Amazon Inspector organization.
- Returns:
- Represents whether Amazon EC2 scans are automatically enabled for new members of your Amazon Inspector organization.
-
ecr
public final Boolean ecr()
Represents whether Amazon ECR scans are automatically enabled for new members of your Amazon Inspector organization.
- Returns:
- Represents whether Amazon ECR scans are automatically enabled for new members of your Amazon Inspector organization.
-
lambda
public final Boolean lambda()
Represents whether AWS Lambda standard scans are automatically enabled for new members of your Amazon Inspector organization.
- Returns:
- Represents whether AWS Lambda standard scans are automatically enabled for new members of your Amazon Inspector organization.
-
lambdaCode
public final Boolean lambdaCode()
Represents whether AWS Lambda code scans are automatically enabled for new members of your Amazon Inspector organization.
</p>- Returns:
- Represents whether AWS Lambda code scans are automatically enabled for new members of your Amazon
Inspector organization.
</p>
-
toBuilder
public AutoEnable.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AutoEnable.Builder,AutoEnable>
-
builder
public static AutoEnable.Builder builder()
-
serializableBuilderClass
public static Class<? extends AutoEnable.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.
-
-