@Generated(value="software.amazon.awssdk:codegen") public final class SigningJob extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SigningJob.Builder,SigningJob>
Contains information about a signing job.
Modifier and Type | Class and Description |
---|---|
static interface |
SigningJob.Builder |
Modifier and Type | Method and Description |
---|---|
static SigningJob.Builder |
builder() |
Instant |
createdAt()
The date and time that the signing job was created.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobId()
The ID of the signing job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SigningJob.Builder> |
serializableBuilderClass() |
SignedObject |
signedObject()
A
SignedObject structure that contains information about a signing job's signed code image. |
SigningMaterial |
signingMaterial()
A
SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for
the signing job. |
Source |
source()
A
Source that contains information about a signing job's code image source. |
SigningStatus |
status()
The status of the signing job.
|
String |
statusAsString()
The status of the signing job.
|
SigningJob.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 jobId()
The ID of the signing job.
public Source source()
A Source
that contains information about a signing job's code image source.
Source
that contains information about a signing job's code image source.public SignedObject signedObject()
A SignedObject
structure that contains information about a signing job's signed code image.
SignedObject
structure that contains information about a signing job's signed code image.public SigningMaterial signingMaterial()
A SigningMaterial
object that contains the Amazon Resource Name (ARN) of the certificate used for
the signing job.
SigningMaterial
object that contains the Amazon Resource Name (ARN) of the certificate
used for the signing job.public Instant createdAt()
The date and time that the signing job was created.
public SigningStatus status()
The status of the signing job.
If the service returns an enum value that is not available in the current SDK version, status
will
return SigningStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
statusAsString()
.
SigningStatus
public String statusAsString()
The status of the signing job.
If the service returns an enum value that is not available in the current SDK version, status
will
return SigningStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
statusAsString()
.
SigningStatus
public SigningJob.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SigningJob.Builder,SigningJob>
public static SigningJob.Builder builder()
public static Class<? extends SigningJob.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.