Enum ValidationErrorId

java.lang.Object
java.lang.Enum<ValidationErrorId>
software.amazon.awssdk.codegen.validation.ValidationErrorId
All Implemented Interfaces:
Serializable, Comparable<ValidationErrorId>

public enum ValidationErrorId extends Enum<ValidationErrorId>
  • Enum Constant Details

    • SHARED_MODELS_DIFFER

      public static final ValidationErrorId SHARED_MODELS_DIFFER
    • UNKNOWN_SHAPE_MEMBER

      public static final ValidationErrorId UNKNOWN_SHAPE_MEMBER
    • REQUEST_URI_NOT_FOUND

      public static final ValidationErrorId REQUEST_URI_NOT_FOUND
    • INVALID_CODEGEN_CUSTOMIZATION

      public static final ValidationErrorId INVALID_CODEGEN_CUSTOMIZATION
  • Method Details

    • values

      public static ValidationErrorId[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static ValidationErrorId valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null