@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeSigningJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeSigningJobResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeSigningJobResult |
addSigningParametersEntry(String key,
String value) |
DescribeSigningJobResult |
clearSigningParametersEntries()
Removes all the entries added into SigningParameters.
|
DescribeSigningJobResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCompletedAt()
Date and time that the signing job was completed.
|
Date |
getCreatedAt()
Date and time that the signing job was created.
|
String |
getJobId()
The ID of the signing job on output.
|
SigningPlatformOverrides |
getOverrides()
A list of any overrides that were applied to the signing operation.
|
String |
getPlatformId()
The microcontroller platform to which your signed code image will be distributed.
|
String |
getProfileName()
The name of the profile that initiated the signing operation.
|
String |
getRequestedBy()
The IAM principal that requested the signing job.
|
SignedObject |
getSignedObject()
Name of the S3 bucket where the signed code image is saved by AWS Signer.
|
SigningMaterial |
getSigningMaterial()
Amazon Resource Name (ARN) of your code signing certificate.
|
Map<String,String> |
getSigningParameters()
Map of user-assigned key-value pairs used during signing.
|
Source |
getSource()
The object that contains the name of your S3 bucket or your raw code.
|
String |
getStatus()
Status of the signing job.
|
String |
getStatusReason()
String value that contains the status reason.
|
int |
hashCode() |
void |
setCompletedAt(Date completedAt)
Date and time that the signing job was completed.
|
void |
setCreatedAt(Date createdAt)
Date and time that the signing job was created.
|
void |
setJobId(String jobId)
The ID of the signing job on output.
|
void |
setOverrides(SigningPlatformOverrides overrides)
A list of any overrides that were applied to the signing operation.
|
void |
setPlatformId(String platformId)
The microcontroller platform to which your signed code image will be distributed.
|
void |
setProfileName(String profileName)
The name of the profile that initiated the signing operation.
|
void |
setRequestedBy(String requestedBy)
The IAM principal that requested the signing job.
|
void |
setSignedObject(SignedObject signedObject)
Name of the S3 bucket where the signed code image is saved by AWS Signer.
|
void |
setSigningMaterial(SigningMaterial signingMaterial)
Amazon Resource Name (ARN) of your code signing certificate.
|
void |
setSigningParameters(Map<String,String> signingParameters)
Map of user-assigned key-value pairs used during signing.
|
void |
setSource(Source source)
The object that contains the name of your S3 bucket or your raw code.
|
void |
setStatus(String status)
Status of the signing job.
|
void |
setStatusReason(String statusReason)
String value that contains the status reason.
|
String |
toString()
Returns a string representation of this object.
|
DescribeSigningJobResult |
withCompletedAt(Date completedAt)
Date and time that the signing job was completed.
|
DescribeSigningJobResult |
withCreatedAt(Date createdAt)
Date and time that the signing job was created.
|
DescribeSigningJobResult |
withJobId(String jobId)
The ID of the signing job on output.
|
DescribeSigningJobResult |
withOverrides(SigningPlatformOverrides overrides)
A list of any overrides that were applied to the signing operation.
|
DescribeSigningJobResult |
withPlatformId(String platformId)
The microcontroller platform to which your signed code image will be distributed.
|
DescribeSigningJobResult |
withProfileName(String profileName)
The name of the profile that initiated the signing operation.
|
DescribeSigningJobResult |
withRequestedBy(String requestedBy)
The IAM principal that requested the signing job.
|
DescribeSigningJobResult |
withSignedObject(SignedObject signedObject)
Name of the S3 bucket where the signed code image is saved by AWS Signer.
|
DescribeSigningJobResult |
withSigningMaterial(SigningMaterial signingMaterial)
Amazon Resource Name (ARN) of your code signing certificate.
|
DescribeSigningJobResult |
withSigningParameters(Map<String,String> signingParameters)
Map of user-assigned key-value pairs used during signing.
|
DescribeSigningJobResult |
withSource(Source source)
The object that contains the name of your S3 bucket or your raw code.
|
DescribeSigningJobResult |
withStatus(SigningStatus status)
Status of the signing job.
|
DescribeSigningJobResult |
withStatus(String status)
Status of the signing job.
|
DescribeSigningJobResult |
withStatusReason(String statusReason)
String value that contains the status reason.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setJobId(String jobId)
The ID of the signing job on output.
jobId - The ID of the signing job on output.public String getJobId()
The ID of the signing job on output.
public DescribeSigningJobResult withJobId(String jobId)
The ID of the signing job on output.
jobId - The ID of the signing job on output.public void setSource(Source source)
The object that contains the name of your S3 bucket or your raw code.
source - The object that contains the name of your S3 bucket or your raw code.public Source getSource()
The object that contains the name of your S3 bucket or your raw code.
public DescribeSigningJobResult withSource(Source source)
The object that contains the name of your S3 bucket or your raw code.
source - The object that contains the name of your S3 bucket or your raw code.public void setSigningMaterial(SigningMaterial signingMaterial)
Amazon Resource Name (ARN) of your code signing certificate.
signingMaterial - Amazon Resource Name (ARN) of your code signing certificate.public SigningMaterial getSigningMaterial()
Amazon Resource Name (ARN) of your code signing certificate.
public DescribeSigningJobResult withSigningMaterial(SigningMaterial signingMaterial)
Amazon Resource Name (ARN) of your code signing certificate.
signingMaterial - Amazon Resource Name (ARN) of your code signing certificate.public void setPlatformId(String platformId)
The microcontroller platform to which your signed code image will be distributed.
platformId - The microcontroller platform to which your signed code image will be distributed.public String getPlatformId()
The microcontroller platform to which your signed code image will be distributed.
public DescribeSigningJobResult withPlatformId(String platformId)
The microcontroller platform to which your signed code image will be distributed.
platformId - The microcontroller platform to which your signed code image will be distributed.public void setProfileName(String profileName)
The name of the profile that initiated the signing operation.
profileName - The name of the profile that initiated the signing operation.public String getProfileName()
The name of the profile that initiated the signing operation.
public DescribeSigningJobResult withProfileName(String profileName)
The name of the profile that initiated the signing operation.
profileName - The name of the profile that initiated the signing operation.public void setOverrides(SigningPlatformOverrides overrides)
A list of any overrides that were applied to the signing operation.
overrides - A list of any overrides that were applied to the signing operation.public SigningPlatformOverrides getOverrides()
A list of any overrides that were applied to the signing operation.
public DescribeSigningJobResult withOverrides(SigningPlatformOverrides overrides)
A list of any overrides that were applied to the signing operation.
overrides - A list of any overrides that were applied to the signing operation.public Map<String,String> getSigningParameters()
Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
public void setSigningParameters(Map<String,String> signingParameters)
Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
signingParameters - Map of user-assigned key-value pairs used during signing. These values contain any information that you
specified for use in your signing job.public DescribeSigningJobResult withSigningParameters(Map<String,String> signingParameters)
Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
signingParameters - Map of user-assigned key-value pairs used during signing. These values contain any information that you
specified for use in your signing job.public DescribeSigningJobResult addSigningParametersEntry(String key, String value)
public DescribeSigningJobResult clearSigningParametersEntries()
public void setCreatedAt(Date createdAt)
Date and time that the signing job was created.
createdAt - Date and time that the signing job was created.public Date getCreatedAt()
Date and time that the signing job was created.
public DescribeSigningJobResult withCreatedAt(Date createdAt)
Date and time that the signing job was created.
createdAt - Date and time that the signing job was created.public void setCompletedAt(Date completedAt)
Date and time that the signing job was completed.
completedAt - Date and time that the signing job was completed.public Date getCompletedAt()
Date and time that the signing job was completed.
public DescribeSigningJobResult withCompletedAt(Date completedAt)
Date and time that the signing job was completed.
completedAt - Date and time that the signing job was completed.public void setRequestedBy(String requestedBy)
The IAM principal that requested the signing job.
requestedBy - The IAM principal that requested the signing job.public String getRequestedBy()
The IAM principal that requested the signing job.
public DescribeSigningJobResult withRequestedBy(String requestedBy)
The IAM principal that requested the signing job.
requestedBy - The IAM principal that requested the signing job.public void setStatus(String status)
Status of the signing job.
status - Status of the signing job.SigningStatuspublic String getStatus()
Status of the signing job.
SigningStatuspublic DescribeSigningJobResult withStatus(String status)
Status of the signing job.
status - Status of the signing job.SigningStatuspublic DescribeSigningJobResult withStatus(SigningStatus status)
Status of the signing job.
status - Status of the signing job.SigningStatuspublic void setStatusReason(String statusReason)
String value that contains the status reason.
statusReason - String value that contains the status reason.public String getStatusReason()
String value that contains the status reason.
public DescribeSigningJobResult withStatusReason(String statusReason)
String value that contains the status reason.
statusReason - String value that contains the status reason.public void setSignedObject(SignedObject signedObject)
Name of the S3 bucket where the signed code image is saved by AWS Signer.
signedObject - Name of the S3 bucket where the signed code image is saved by AWS Signer.public SignedObject getSignedObject()
Name of the S3 bucket where the signed code image is saved by AWS Signer.
public DescribeSigningJobResult withSignedObject(SignedObject signedObject)
Name of the S3 bucket where the signed code image is saved by AWS Signer.
signedObject - Name of the S3 bucket where the signed code image is saved by AWS Signer.public String toString()
toString in class ObjectObject.toString()public DescribeSigningJobResult clone()
Copyright © 2018. All rights reserved.