Structure_Compile.VersionBranchKeyItem Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aws-cryptographic-material-providers Show documentation
Show all versions of aws-cryptographic-material-providers Show documentation
The AWS Cryptographic Material Providers Library for Java
The newest version!
// Class VersionBranchKeyItem
// Dafny class VersionBranchKeyItem compiled into Java
package Structure_Compile;
import software.amazon.cryptography.keystore.internaldafny.types.*;
import software.amazon.cryptography.materialproviders.internaldafny.types.*;
import AwsArnParsing_Compile.*;
import AwsKmsMrkMatchForDecrypt_Compile.*;
import AwsKmsUtils_Compile.*;
import KeyStoreErrorMessages_Compile.*;
import KmsArn_Compile.*;
@SuppressWarnings({"unchecked", "deprecation"})
public class VersionBranchKeyItem {
public VersionBranchKeyItem() {
}
public static boolean _Is(dafny.DafnyMap extends dafny.DafnySequence extends Character>, ? extends software.amazon.cryptography.services.dynamodb.internaldafny.types.AttributeValue> __source) {
dafny.DafnyMap extends dafny.DafnySequence extends Character>, ? extends software.amazon.cryptography.services.dynamodb.internaldafny.types.AttributeValue> _3_m = __source;
return __default.VersionBranchKeyItem_q(_3_m);
}
private static final dafny.TypeDescriptor, ? extends software.amazon.cryptography.services.dynamodb.internaldafny.types.AttributeValue>> _TYPE = dafny.TypeDescriptor., ? extends software.amazon.cryptography.services.dynamodb.internaldafny.types.AttributeValue>>referenceWithInitializer(dafny.DafnyMap.class, () -> dafny.DafnyMap.,software.amazon.cryptography.services.dynamodb.internaldafny.types.AttributeValue> empty());
public static dafny.TypeDescriptor, ? extends software.amazon.cryptography.services.dynamodb.internaldafny.types.AttributeValue>> _typeDescriptor() {
return (dafny.TypeDescriptor, ? extends software.amazon.cryptography.services.dynamodb.internaldafny.types.AttributeValue>>) (dafny.TypeDescriptor>) _TYPE;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy