@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartExpenseAnalysisResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartExpenseAnalysisResult() |
Modifier and Type | Method and Description |
---|---|
StartExpenseAnalysisResult |
clone() |
boolean |
equals(Object obj) |
String |
getJobId()
A unique identifier for the text detection job.
|
int |
hashCode() |
void |
setJobId(String jobId)
A unique identifier for the text detection job.
|
String |
toString()
Returns a string representation of this object.
|
StartExpenseAnalysisResult |
withJobId(String jobId)
A unique identifier for the text detection job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setJobId(String jobId)
A unique identifier for the text detection job. The JobId
is returned from
StartExpenseAnalysis
. A JobId
value is only valid for 7 days.
jobId
- A unique identifier for the text detection job. The JobId
is returned from
StartExpenseAnalysis
. A JobId
value is only valid for 7 days.public String getJobId()
A unique identifier for the text detection job. The JobId
is returned from
StartExpenseAnalysis
. A JobId
value is only valid for 7 days.
JobId
is returned from
StartExpenseAnalysis
. A JobId
value is only valid for 7 days.public StartExpenseAnalysisResult withJobId(String jobId)
A unique identifier for the text detection job. The JobId
is returned from
StartExpenseAnalysis
. A JobId
value is only valid for 7 days.
jobId
- A unique identifier for the text detection job. The JobId
is returned from
StartExpenseAnalysis
. A JobId
value is only valid for 7 days.public String toString()
toString
in class Object
Object.toString()
public StartExpenseAnalysisResult clone()