@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SigningJob extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about a signing job.
| Constructor and Description |
|---|
SigningJob() |
| Modifier and Type | Method and Description |
|---|---|
SigningJob |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The date and time that the signing job was created.
|
String |
getJobId()
The ID of the signing job.
|
SignedObject |
getSignedObject()
A
SignedObject structure that contains information about a signing job's signed code image. |
SigningMaterial |
getSigningMaterial()
A
SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for
the signing job. |
Source |
getSource()
A
Source that contains information about a signing job's code image source. |
String |
getStatus()
The status of the signing job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCreatedAt(Date createdAt)
The date and time that the signing job was created.
|
void |
setJobId(String jobId)
The ID of the signing job.
|
void |
setSignedObject(SignedObject signedObject)
A
SignedObject structure that contains information about a signing job's signed code image. |
void |
setSigningMaterial(SigningMaterial signingMaterial)
A
SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for
the signing job. |
void |
setSource(Source source)
A
Source that contains information about a signing job's code image source. |
void |
setStatus(String status)
The status of the signing job.
|
String |
toString()
Returns a string representation of this object.
|
SigningJob |
withCreatedAt(Date createdAt)
The date and time that the signing job was created.
|
SigningJob |
withJobId(String jobId)
The ID of the signing job.
|
SigningJob |
withSignedObject(SignedObject signedObject)
A
SignedObject structure that contains information about a signing job's signed code image. |
SigningJob |
withSigningMaterial(SigningMaterial signingMaterial)
A
SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for
the signing job. |
SigningJob |
withSource(Source source)
A
Source that contains information about a signing job's code image source. |
SigningJob |
withStatus(SigningStatus status)
The status of the signing job.
|
SigningJob |
withStatus(String status)
The status of the signing job.
|
public void setJobId(String jobId)
The ID of the signing job.
jobId - The ID of the signing job.public String getJobId()
The ID of the signing job.
public SigningJob withJobId(String jobId)
The ID of the signing job.
jobId - The ID of the signing job.public void setSource(Source source)
A Source that contains information about a signing job's code image source.
source - A Source that contains information about a signing job's code image source.public Source getSource()
A Source that contains information about a signing job's code image source.
Source that contains information about a signing job's code image source.public SigningJob withSource(Source source)
A Source that contains information about a signing job's code image source.
source - A Source that contains information about a signing job's code image source.public void setSignedObject(SignedObject signedObject)
A SignedObject structure that contains information about a signing job's signed code image.
signedObject - A SignedObject structure that contains information about a signing job's signed code image.public SignedObject getSignedObject()
A SignedObject structure that contains information about a signing job's signed code image.
SignedObject structure that contains information about a signing job's signed code image.public SigningJob withSignedObject(SignedObject signedObject)
A SignedObject structure that contains information about a signing job's signed code image.
signedObject - A SignedObject structure that contains information about a signing job's signed code image.public void setSigningMaterial(SigningMaterial signingMaterial)
A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for
the signing job.
signingMaterial - A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used
for the signing job.public SigningMaterial getSigningMaterial()
A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for
the signing job.
SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate
used for the signing job.public SigningJob withSigningMaterial(SigningMaterial signingMaterial)
A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for
the signing job.
signingMaterial - A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used
for the signing job.public void setCreatedAt(Date createdAt)
The date and time that the signing job was created.
createdAt - The date and time that the signing job was created.public Date getCreatedAt()
The date and time that the signing job was created.
public SigningJob withCreatedAt(Date createdAt)
The date and time that the signing job was created.
createdAt - The date and time that the signing job was created.public void setStatus(String status)
The status of the signing job.
status - The status of the signing job.SigningStatuspublic String getStatus()
The status of the signing job.
SigningStatuspublic SigningJob withStatus(String status)
The status of the signing job.
status - The status of the signing job.SigningStatuspublic SigningJob withStatus(SigningStatus status)
The status of the signing job.
status - The status of the signing job.SigningStatuspublic String toString()
toString in class ObjectObject.toString()public SigningJob clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.