@Generated(value="software.amazon.awssdk:codegen") public final class DescribeSigningJobResponse extends SignerResponse implements ToCopyableBuilder<DescribeSigningJobResponse.Builder,DescribeSigningJobResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeSigningJobResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeSigningJobResponse.Builder |
builder() |
Instant |
completedAt()
Date and time that the signing job was completed.
|
Instant |
createdAt()
Date and time that the signing job was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasSigningParameters()
For responses, this returns true if the service returned a value for the SigningParameters property.
|
String |
jobId()
The ID of the signing job on output.
|
String |
jobInvoker()
The IAM entity that initiated the signing job.
|
String |
jobOwner()
The AWS account ID of the job owner.
|
SigningPlatformOverrides |
overrides()
A list of any overrides that were applied to the signing operation.
|
String |
platformDisplayName()
A human-readable name for the signing platform associated with the signing job.
|
String |
platformId()
The microcontroller platform to which your signed code image will be distributed.
|
String |
profileName()
The name of the profile that initiated the signing operation.
|
String |
profileVersion()
The version of the signing profile used to initiate the signing job.
|
String |
requestedBy()
The IAM principal that requested the signing job.
|
SigningJobRevocationRecord |
revocationRecord()
A revocation record if the signature generated by the signing job has been revoked.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeSigningJobResponse.Builder> |
serializableBuilderClass() |
Instant |
signatureExpiresAt()
Thr expiration timestamp for the signature generated by the signing job.
|
SignedObject |
signedObject()
Name of the S3 bucket where the signed code image is saved by code signing.
|
SigningMaterial |
signingMaterial()
The Amazon Resource Name (ARN) of your code signing certificate.
|
Map<String,String> |
signingParameters()
Map of user-assigned key-value pairs used during signing.
|
Source |
source()
The object that contains the name of your S3 bucket or your raw code.
|
SigningStatus |
status()
Status of the signing job.
|
String |
statusAsString()
Status of the signing job.
|
String |
statusReason()
String value that contains the status reason.
|
DescribeSigningJobResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String jobId()
The ID of the signing job on output.
public final Source source()
The object that contains the name of your S3 bucket or your raw code.
public final SigningMaterial signingMaterial()
The Amazon Resource Name (ARN) of your code signing certificate.
public final String platformId()
The microcontroller platform to which your signed code image will be distributed.
public final String platformDisplayName()
A human-readable name for the signing platform associated with the signing job.
public final String profileName()
The name of the profile that initiated the signing operation.
public final String profileVersion()
The version of the signing profile used to initiate the signing job.
public final SigningPlatformOverrides overrides()
A list of any overrides that were applied to the signing operation.
public final boolean hasSigningParameters()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final Map<String,String> signingParameters()
Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasSigningParameters() method.
public final Instant createdAt()
Date and time that the signing job was created.
public final Instant completedAt()
Date and time that the signing job was completed.
public final Instant signatureExpiresAt()
Thr expiration timestamp for the signature generated by the signing job.
public final String requestedBy()
The IAM principal that requested the signing job.
public final SigningStatus status()
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().
SigningStatuspublic final String statusAsString()
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().
SigningStatuspublic final String statusReason()
String value that contains the status reason.
public final SigningJobRevocationRecord revocationRecord()
A revocation record if the signature generated by the signing job has been revoked. Contains a timestamp and the ID of the IAM entity that revoked the signature.
public final SignedObject signedObject()
Name of the S3 bucket where the signed code image is saved by code signing.
public final String jobOwner()
The AWS account ID of the job owner.
public final String jobInvoker()
The IAM entity that initiated the signing job.
public DescribeSigningJobResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeSigningJobResponse.Builder,DescribeSigningJobResponse>toBuilder in class AwsResponsepublic static DescribeSigningJobResponse.Builder builder()
public static Class<? extends DescribeSigningJobResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.