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