@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartSigningJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
StartSigningJobResult() |
| Modifier and Type | Method and Description |
|---|---|
StartSigningJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getJobId()
The ID of your signing job.
|
int |
hashCode() |
void |
setJobId(String jobId)
The ID of your signing job.
|
String |
toString()
Returns a string representation of this object.
|
StartSigningJobResult |
withJobId(String jobId)
The ID of your signing job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setJobId(String jobId)
The ID of your signing job.
jobId - The ID of your signing job.public String getJobId()
The ID of your signing job.
public StartSigningJobResult withJobId(String jobId)
The ID of your signing job.
jobId - The ID of your signing job.public String toString()
toString in class ObjectObject.toString()public StartSigningJobResult clone()
Copyright © 2020. All rights reserved.