@Generated(value="software.amazon.awssdk:codegen") public final class GetRevisionRequest extends QldbRequest implements ToCopyableBuilder<GetRevisionRequest.Builder,GetRevisionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetRevisionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
ValueHolder |
blockAddress()
The block location of the document revision to be verified.
|
static GetRevisionRequest.Builder |
builder() |
ValueHolder |
digestTipAddress()
The latest block location covered by the digest for which to request a proof.
|
String |
documentId()
The unique ID of the document to be verified.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the ledger.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetRevisionRequest.Builder> |
serializableBuilderClass() |
GetRevisionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String name()
The name of the ledger.
public ValueHolder blockAddress()
The block location of the document revision to be verified. An address is an Amazon Ion structure that has two
fields: strandId and sequenceNo.
For example: {strandId:"BlFTjlSXze9BIh1KOszcE3",sequenceNo:14}
strandId and sequenceNo.
For example: {strandId:"BlFTjlSXze9BIh1KOszcE3",sequenceNo:14}
public String documentId()
The unique ID of the document to be verified.
public ValueHolder digestTipAddress()
The latest block location covered by the digest for which to request a proof. An address is an Amazon Ion
structure that has two fields: strandId and sequenceNo.
For example: {strandId:"BlFTjlSXze9BIh1KOszcE3",sequenceNo:49}
strandId and sequenceNo.
For example: {strandId:"BlFTjlSXze9BIh1KOszcE3",sequenceNo:49}
public GetRevisionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetRevisionRequest.Builder,GetRevisionRequest>toBuilder in class QldbRequestpublic static GetRevisionRequest.Builder builder()
public static Class<? extends GetRevisionRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.