@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.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller 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.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
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.
|
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.
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 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)
marshall
in interface StructuredPojo
Copyright © 2018. All rights reserved.