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