public class CreateDynamoDbEncryptionBranchKeyIdSupplierOutput
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
software.amazon.cryptography.materialproviders.internaldafny.types.IBranchKeyIdSupplier |
_branchKeyIdSupplier |
| Constructor and Description |
|---|
CreateDynamoDbEncryptionBranchKeyIdSupplierOutput(software.amazon.cryptography.materialproviders.internaldafny.types.IBranchKeyIdSupplier branchKeyIdSupplier) |
| Modifier and Type | Method and Description |
|---|---|
static dafny.TypeDescriptor<CreateDynamoDbEncryptionBranchKeyIdSupplierOutput> |
_typeDescriptor() |
static CreateDynamoDbEncryptionBranchKeyIdSupplierOutput |
create_CreateDynamoDbEncryptionBranchKeyIdSupplierOutput(software.amazon.cryptography.materialproviders.internaldafny.types.IBranchKeyIdSupplier branchKeyIdSupplier) |
static CreateDynamoDbEncryptionBranchKeyIdSupplierOutput |
create(software.amazon.cryptography.materialproviders.internaldafny.types.IBranchKeyIdSupplier branchKeyIdSupplier) |
static CreateDynamoDbEncryptionBranchKeyIdSupplierOutput |
Default() |
software.amazon.cryptography.materialproviders.internaldafny.types.IBranchKeyIdSupplier |
dtor_branchKeyIdSupplier() |
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
boolean |
is_CreateDynamoDbEncryptionBranchKeyIdSupplierOutput() |
java.lang.String |
toString() |
public software.amazon.cryptography.materialproviders.internaldafny.types.IBranchKeyIdSupplier _branchKeyIdSupplier
public CreateDynamoDbEncryptionBranchKeyIdSupplierOutput(software.amazon.cryptography.materialproviders.internaldafny.types.IBranchKeyIdSupplier branchKeyIdSupplier)
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 CreateDynamoDbEncryptionBranchKeyIdSupplierOutput Default()
public static dafny.TypeDescriptor<CreateDynamoDbEncryptionBranchKeyIdSupplierOutput> _typeDescriptor()
public static CreateDynamoDbEncryptionBranchKeyIdSupplierOutput create(software.amazon.cryptography.materialproviders.internaldafny.types.IBranchKeyIdSupplier branchKeyIdSupplier)
public static CreateDynamoDbEncryptionBranchKeyIdSupplierOutput create_CreateDynamoDbEncryptionBranchKeyIdSupplierOutput(software.amazon.cryptography.materialproviders.internaldafny.types.IBranchKeyIdSupplier branchKeyIdSupplier)
public boolean is_CreateDynamoDbEncryptionBranchKeyIdSupplierOutput()
public software.amazon.cryptography.materialproviders.internaldafny.types.IBranchKeyIdSupplier dtor_branchKeyIdSupplier()