public class DeleteItemInputTransformInput
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
software.amazon.cryptography.services.dynamodb.internaldafny.types.DeleteItemInput |
_sdkInput |
| Constructor and Description |
|---|
DeleteItemInputTransformInput(software.amazon.cryptography.services.dynamodb.internaldafny.types.DeleteItemInput sdkInput) |
| Modifier and Type | Method and Description |
|---|---|
static dafny.TypeDescriptor<DeleteItemInputTransformInput> |
_typeDescriptor() |
static DeleteItemInputTransformInput |
create_DeleteItemInputTransformInput(software.amazon.cryptography.services.dynamodb.internaldafny.types.DeleteItemInput sdkInput) |
static DeleteItemInputTransformInput |
create(software.amazon.cryptography.services.dynamodb.internaldafny.types.DeleteItemInput sdkInput) |
static DeleteItemInputTransformInput |
Default() |
software.amazon.cryptography.services.dynamodb.internaldafny.types.DeleteItemInput |
dtor_sdkInput() |
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
boolean |
is_DeleteItemInputTransformInput() |
java.lang.String |
toString() |
public software.amazon.cryptography.services.dynamodb.internaldafny.types.DeleteItemInput _sdkInput
public DeleteItemInputTransformInput(software.amazon.cryptography.services.dynamodb.internaldafny.types.DeleteItemInput sdkInput)
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 DeleteItemInputTransformInput Default()
public static dafny.TypeDescriptor<DeleteItemInputTransformInput> _typeDescriptor()
public static DeleteItemInputTransformInput create(software.amazon.cryptography.services.dynamodb.internaldafny.types.DeleteItemInput sdkInput)
public static DeleteItemInputTransformInput create_DeleteItemInputTransformInput(software.amazon.cryptography.services.dynamodb.internaldafny.types.DeleteItemInput sdkInput)
public boolean is_DeleteItemInputTransformInput()
public software.amazon.cryptography.services.dynamodb.internaldafny.types.DeleteItemInput dtor_sdkInput()