@Generated(value="software.amazon.awssdk:codegen") public final class CodeSigning extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CodeSigning.Builder,CodeSigning>
Describes the method to use when code signing a file.
Modifier and Type | Class and Description |
---|---|
static interface |
CodeSigning.Builder |
Modifier and Type | Method and Description |
---|---|
String |
awsSignerJobId()
The ID of the AWSSignerJob which was created to sign the file.
|
static CodeSigning.Builder |
builder() |
CustomCodeSigning |
customCodeSigning()
A custom method for code signing a file.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CodeSigning.Builder> |
serializableBuilderClass() |
StartSigningJobParameter |
startSigningJobParameter()
Describes the code-signing job.
|
CodeSigning.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String awsSignerJobId()
The ID of the AWSSignerJob which was created to sign the file.
public StartSigningJobParameter startSigningJobParameter()
Describes the code-signing job.
public CustomCodeSigning customCodeSigning()
A custom method for code signing a file.
public CodeSigning.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CodeSigning.Builder,CodeSigning>
public static CodeSigning.Builder builder()
public static Class<? extends CodeSigning.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.