public class StartLabelDetectionResult extends Object implements Serializable
Constructor and Description |
---|
StartLabelDetectionResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getJobId()
The identifier for the label detection job.
|
int |
hashCode() |
void |
setJobId(String jobId)
The identifier for the label detection job.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
StartLabelDetectionResult |
withJobId(String jobId)
The identifier for the label detection job.
|
public String getJobId()
The identifier for the label detection job. Use JobId
to
identify the job in a subsequent call to GetLabelDetection
.
Constraints:
Length: 1 - 64
Pattern: ^[a-zA-Z0-9-_]+$
The identifier for the label detection job. Use
JobId
to identify the job in a subsequent call to
GetLabelDetection
.
public void setJobId(String jobId)
The identifier for the label detection job. Use JobId
to
identify the job in a subsequent call to GetLabelDetection
.
Constraints:
Length: 1 - 64
Pattern: ^[a-zA-Z0-9-_]+$
jobId
-
The identifier for the label detection job. Use
JobId
to identify the job in a subsequent call to
GetLabelDetection
.
public StartLabelDetectionResult withJobId(String jobId)
The identifier for the label detection job. Use JobId
to
identify the job in a subsequent call to GetLabelDetection
.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 64
Pattern: ^[a-zA-Z0-9-_]+$
jobId
-
The identifier for the label detection job. Use
JobId
to identify the job in a subsequent call to
GetLabelDetection
.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2018. All rights reserved.