public class BatchExecuteStatementOutputTransformOutput
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
software.amazon.cryptography.services.dynamodb.internaldafny.types.BatchExecuteStatementOutput |
_transformedOutput |
| Constructor and Description |
|---|
BatchExecuteStatementOutputTransformOutput(software.amazon.cryptography.services.dynamodb.internaldafny.types.BatchExecuteStatementOutput transformedOutput) |
| Modifier and Type | Method and Description |
|---|---|
static dafny.TypeDescriptor<BatchExecuteStatementOutputTransformOutput> |
_typeDescriptor() |
static BatchExecuteStatementOutputTransformOutput |
create_BatchExecuteStatementOutputTransformOutput(software.amazon.cryptography.services.dynamodb.internaldafny.types.BatchExecuteStatementOutput transformedOutput) |
static BatchExecuteStatementOutputTransformOutput |
create(software.amazon.cryptography.services.dynamodb.internaldafny.types.BatchExecuteStatementOutput transformedOutput) |
static BatchExecuteStatementOutputTransformOutput |
Default() |
software.amazon.cryptography.services.dynamodb.internaldafny.types.BatchExecuteStatementOutput |
dtor_transformedOutput() |
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
boolean |
is_BatchExecuteStatementOutputTransformOutput() |
java.lang.String |
toString() |
public software.amazon.cryptography.services.dynamodb.internaldafny.types.BatchExecuteStatementOutput _transformedOutput
public BatchExecuteStatementOutputTransformOutput(software.amazon.cryptography.services.dynamodb.internaldafny.types.BatchExecuteStatementOutput transformedOutput)
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 BatchExecuteStatementOutputTransformOutput Default()
public static dafny.TypeDescriptor<BatchExecuteStatementOutputTransformOutput> _typeDescriptor()
public static BatchExecuteStatementOutputTransformOutput create(software.amazon.cryptography.services.dynamodb.internaldafny.types.BatchExecuteStatementOutput transformedOutput)
public static BatchExecuteStatementOutputTransformOutput create_BatchExecuteStatementOutputTransformOutput(software.amazon.cryptography.services.dynamodb.internaldafny.types.BatchExecuteStatementOutput transformedOutput)
public boolean is_BatchExecuteStatementOutputTransformOutput()
public software.amazon.cryptography.services.dynamodb.internaldafny.types.BatchExecuteStatementOutput dtor_transformedOutput()