All Downloads are FREE. Search and download functionalities are using the official Maven repository.

AwsArnParsing_Compile.AwsKmsArn Maven / Gradle / Ivy

The newest version!
// Class AwsKmsArn
// Dafny class AwsKmsArn compiled into Java
package AwsArnParsing_Compile;

import software.amazon.cryptography.keystore.internaldafny.types.*;
import software.amazon.cryptography.materialproviders.internaldafny.types.*;

@SuppressWarnings({"unchecked", "deprecation"})
public class AwsKmsArn {
  public AwsKmsArn() {
  }
  public static boolean _Is(AwsArn __source) {
    AwsArn _2_a = __source;
    return __default.ValidAwsKmsArn(_2_a);
  }
  private static final dafny.TypeDescriptor _TYPE = dafny.TypeDescriptor.referenceWithInitializer(AwsArn.class, () -> AwsArn.Default());
  public static dafny.TypeDescriptor _typeDescriptor() {
    return (dafny.TypeDescriptor) (dafny.TypeDescriptor) _TYPE;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy