@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.
|
String |
getJobOwner()
The AWS account ID of the signing job owner.
|
int |
hashCode() |
void |
setJobId(String jobId)
The ID of your signing job.
|
void |
setJobOwner(String jobOwner)
The AWS account ID of the signing job owner.
|
String |
toString()
Returns a string representation of this object.
|
StartSigningJobResult |
withJobId(String jobId)
The ID of your signing job.
|
StartSigningJobResult |
withJobOwner(String jobOwner)
The AWS account ID of the signing job owner.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 void setJobOwner(String jobOwner)
The AWS account ID of the signing job owner.
jobOwner
- The AWS account ID of the signing job owner.public String getJobOwner()
The AWS account ID of the signing job owner.
public StartSigningJobResult withJobOwner(String jobOwner)
The AWS account ID of the signing job owner.
jobOwner
- The AWS account ID of the signing job owner.public String toString()
toString
in class Object
Object.toString()
public StartSigningJobResult clone()