public class KmsPublicKeyDiscoveryInput
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
dafny.DafnySequence<? extends java.lang.Character> |
_recipientKmsIdentifier |
| Constructor and Description |
|---|
KmsPublicKeyDiscoveryInput(dafny.DafnySequence<? extends java.lang.Character> recipientKmsIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
static dafny.TypeDescriptor<KmsPublicKeyDiscoveryInput> |
_typeDescriptor() |
static KmsPublicKeyDiscoveryInput |
create_KmsPublicKeyDiscoveryInput(dafny.DafnySequence<? extends java.lang.Character> recipientKmsIdentifier) |
static KmsPublicKeyDiscoveryInput |
create(dafny.DafnySequence<? extends java.lang.Character> recipientKmsIdentifier) |
static KmsPublicKeyDiscoveryInput |
Default() |
dafny.DafnySequence<? extends java.lang.Character> |
dtor_recipientKmsIdentifier() |
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
boolean |
is_KmsPublicKeyDiscoveryInput() |
java.lang.String |
toString() |
public dafny.DafnySequence<? extends java.lang.Character> _recipientKmsIdentifier
public KmsPublicKeyDiscoveryInput(dafny.DafnySequence<? extends java.lang.Character> recipientKmsIdentifier)
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic static KmsPublicKeyDiscoveryInput Default()
public static dafny.TypeDescriptor<KmsPublicKeyDiscoveryInput> _typeDescriptor()
public static KmsPublicKeyDiscoveryInput create(dafny.DafnySequence<? extends java.lang.Character> recipientKmsIdentifier)
public static KmsPublicKeyDiscoveryInput create_KmsPublicKeyDiscoveryInput(dafny.DafnySequence<? extends java.lang.Character> recipientKmsIdentifier)
public boolean is_KmsPublicKeyDiscoveryInput()
public dafny.DafnySequence<? extends java.lang.Character> dtor_recipientKmsIdentifier()