@Generated(value="software.amazon.awssdk:codegen") public final class StartDocumentAnalysisResponse extends TextractResponse implements ToCopyableBuilder<StartDocumentAnalysisResponse.Builder,StartDocumentAnalysisResponse>
Modifier and Type | Class and Description |
---|---|
static interface |
StartDocumentAnalysisResponse.Builder |
Modifier and Type | Method and Description |
---|---|
static StartDocumentAnalysisResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobId()
The identifier for the document text detection job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartDocumentAnalysisResponse.Builder> |
serializableBuilderClass() |
StartDocumentAnalysisResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String jobId()
The identifier for the document text detection job. Use JobId
to identify the job in a subsequent
call to GetDocumentAnalysis
. A JobId
value is only valid for 7 days.
JobId
to identify the job in a
subsequent call to GetDocumentAnalysis
. A JobId
value is only valid for 7 days.public StartDocumentAnalysisResponse.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<StartDocumentAnalysisResponse.Builder,StartDocumentAnalysisResponse>
toBuilder
in class AwsResponse
public static StartDocumentAnalysisResponse.Builder builder()
public static Class<? extends StartDocumentAnalysisResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsResponse
public boolean equals(Object obj)
equals
in class AwsResponse
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2020. All rights reserved.