@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartSegmentDetectionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartSegmentDetectionResult() |
Modifier and Type | Method and Description |
---|---|
StartSegmentDetectionResult |
clone() |
boolean |
equals(Object obj) |
String |
getJobId()
Unique identifier for the segment detection job.
|
int |
hashCode() |
void |
setJobId(String jobId)
Unique identifier for the segment detection job.
|
String |
toString()
Returns a string representation of this object.
|
StartSegmentDetectionResult |
withJobId(String jobId)
Unique identifier for the segment detection job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setJobId(String jobId)
Unique identifier for the segment detection job. The JobId
is returned from
StartSegmentDetection
.
jobId
- Unique identifier for the segment detection job. The JobId
is returned from
StartSegmentDetection
.public String getJobId()
Unique identifier for the segment detection job. The JobId
is returned from
StartSegmentDetection
.
JobId
is returned from
StartSegmentDetection
.public StartSegmentDetectionResult withJobId(String jobId)
Unique identifier for the segment detection job. The JobId
is returned from
StartSegmentDetection
.
jobId
- Unique identifier for the segment detection job. The JobId
is returned from
StartSegmentDetection
.public String toString()
toString
in class Object
Object.toString()
public StartSegmentDetectionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.