public class StartTextDetectionResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
StartTextDetectionResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getJobId()
Identifier for the text detection job.
|
int |
hashCode() |
void |
setJobId(java.lang.String jobId)
Identifier for the text detection job.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
StartTextDetectionResult |
withJobId(java.lang.String jobId)
Identifier for the text detection job.
|
public java.lang.String getJobId()
Identifier for the text detection job. Use JobId
to identify
the job in a subsequent call to GetTextDetection
.
Constraints:
Length: 1 - 64
Pattern: ^[a-zA-Z0-9-_]+$
Identifier for the text detection job. Use JobId
to
identify the job in a subsequent call to
GetTextDetection
.
public void setJobId(java.lang.String jobId)
Identifier for the text detection job. Use JobId
to identify
the job in a subsequent call to GetTextDetection
.
Constraints:
Length: 1 - 64
Pattern: ^[a-zA-Z0-9-_]+$
jobId
-
Identifier for the text detection job. Use JobId
to identify the job in a subsequent call to
GetTextDetection
.
public StartTextDetectionResult withJobId(java.lang.String jobId)
Identifier for the text detection job. Use JobId
to identify
the job in a subsequent call to GetTextDetection
.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 64
Pattern: ^[a-zA-Z0-9-_]+$
jobId
-
Identifier for the text detection job. Use JobId
to identify the job in a subsequent call to
GetTextDetection
.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.