@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CodeSigning extends Object implements Serializable, Cloneable, StructuredPojo
Describes the method to use when code signing a file.
Constructor and Description |
---|
CodeSigning() |
Modifier and Type | Method and Description |
---|---|
CodeSigning |
clone() |
boolean |
equals(Object obj) |
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 |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAwsSignerJobId(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.
|
String |
toString()
Returns a string representation of this object.
|
CodeSigning |
withAwsSignerJobId(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 void setAwsSignerJobId(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 String getAwsSignerJobId()
The ID of the AWSSignerJob
which was created to sign the file.
AWSSignerJob
which was created to sign the file.public CodeSigning withAwsSignerJobId(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 void setStartSigningJobParameter(StartSigningJobParameter startSigningJobParameter)
Describes the code-signing job.
startSigningJobParameter
- Describes the code-signing job.public StartSigningJobParameter getStartSigningJobParameter()
Describes the code-signing job.
public CodeSigning withStartSigningJobParameter(StartSigningJobParameter startSigningJobParameter)
Describes the code-signing job.
startSigningJobParameter
- Describes the code-signing job.public void setCustomCodeSigning(CustomCodeSigning customCodeSigning)
A custom method for code signing a file.
customCodeSigning
- A custom method for code signing a file.public CustomCodeSigning getCustomCodeSigning()
A custom method for code signing a file.
public CodeSigning withCustomCodeSigning(CustomCodeSigning customCodeSigning)
A custom method for code signing a file.
customCodeSigning
- A custom method for code signing a file.public String toString()
toString
in class Object
Object.toString()
public CodeSigning clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.