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