public class DeleteItemInputTransformOutput
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
software.amazon.cryptography.services.dynamodb.internaldafny.types.DeleteItemInput |
_transformedInput |
| Constructor and Description |
|---|
DeleteItemInputTransformOutput(software.amazon.cryptography.services.dynamodb.internaldafny.types.DeleteItemInput transformedInput) |
| Modifier and Type | Method and Description |
|---|---|
static dafny.TypeDescriptor<DeleteItemInputTransformOutput> |
_typeDescriptor() |
static DeleteItemInputTransformOutput |
create_DeleteItemInputTransformOutput(software.amazon.cryptography.services.dynamodb.internaldafny.types.DeleteItemInput transformedInput) |
static DeleteItemInputTransformOutput |
create(software.amazon.cryptography.services.dynamodb.internaldafny.types.DeleteItemInput transformedInput) |
static DeleteItemInputTransformOutput |
Default() |
software.amazon.cryptography.services.dynamodb.internaldafny.types.DeleteItemInput |
dtor_transformedInput() |
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
boolean |
is_DeleteItemInputTransformOutput() |
java.lang.String |
toString() |
public software.amazon.cryptography.services.dynamodb.internaldafny.types.DeleteItemInput _transformedInput
public DeleteItemInputTransformOutput(software.amazon.cryptography.services.dynamodb.internaldafny.types.DeleteItemInput transformedInput)
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 DeleteItemInputTransformOutput Default()
public static dafny.TypeDescriptor<DeleteItemInputTransformOutput> _typeDescriptor()
public static DeleteItemInputTransformOutput create(software.amazon.cryptography.services.dynamodb.internaldafny.types.DeleteItemInput transformedInput)
public static DeleteItemInputTransformOutput create_DeleteItemInputTransformOutput(software.amazon.cryptography.services.dynamodb.internaldafny.types.DeleteItemInput transformedInput)
public boolean is_DeleteItemInputTransformOutput()
public software.amazon.cryptography.services.dynamodb.internaldafny.types.DeleteItemInput dtor_transformedInput()