public class CodeSigning
extends java.lang.Object
implements java.io.Serializable
Describes the method to use when code signing a file.
Constructor and Description |
---|
CodeSigning() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAwsSignerJobId()
The ID of the AWSSignerJob which was created to sign the file.
|
CustomCodeSigning |
getCustomCodeSigning()
A custom method for code signing a file.
|
StartSigningJobParameter |
getStartSigningJobParameter()
Describes the code-signing job.
|
int |
hashCode() |
void |
setAwsSignerJobId(java.lang.String awsSignerJobId)
The ID of the AWSSignerJob which was created to sign the file.
|
void |
setCustomCodeSigning(CustomCodeSigning customCodeSigning)
A custom method for code signing a file.
|
void |
setStartSigningJobParameter(StartSigningJobParameter startSigningJobParameter)
Describes the code-signing job.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CodeSigning |
withAwsSignerJobId(java.lang.String awsSignerJobId)
The ID of the AWSSignerJob which was created to sign the file.
|
CodeSigning |
withCustomCodeSigning(CustomCodeSigning customCodeSigning)
A custom method for code signing a file.
|
CodeSigning |
withStartSigningJobParameter(StartSigningJobParameter startSigningJobParameter)
Describes the code-signing job.
|
public java.lang.String getAwsSignerJobId()
The ID of the AWSSignerJob which was created to sign the file.
The ID of the AWSSignerJob which was created to sign the file.
public void setAwsSignerJobId(java.lang.String awsSignerJobId)
The ID of the AWSSignerJob which was created to sign the file.
awsSignerJobId
- The ID of the AWSSignerJob which was created to sign the file.
public CodeSigning withAwsSignerJobId(java.lang.String awsSignerJobId)
The ID of the AWSSignerJob which was created to sign the file.
Returns a reference to this object so that method calls can be chained together.
awsSignerJobId
- The ID of the AWSSignerJob which was created to sign the file.
public StartSigningJobParameter getStartSigningJobParameter()
Describes the code-signing job.
Describes the code-signing job.
public void setStartSigningJobParameter(StartSigningJobParameter startSigningJobParameter)
Describes the code-signing job.
startSigningJobParameter
- Describes the code-signing job.
public CodeSigning withStartSigningJobParameter(StartSigningJobParameter startSigningJobParameter)
Describes the code-signing job.
Returns a reference to this object so that method calls can be chained together.
startSigningJobParameter
- Describes the code-signing job.
public CustomCodeSigning getCustomCodeSigning()
A custom method for code signing a file.
A custom method for code signing a file.
public void setCustomCodeSigning(CustomCodeSigning customCodeSigning)
A custom method for code signing a file.
customCodeSigning
- A custom method for code signing a file.
public CodeSigning withCustomCodeSigning(CustomCodeSigning customCodeSigning)
A custom method for code signing a file.
Returns a reference to this object so that method calls can be chained together.
customCodeSigning
- A custom method for code signing a file.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.