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