Class AutoEnable

    • 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> 
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)