@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()
Returns true if the SigningParameters property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
String |
jobId()
The ID of the signing job on output.
|
SigningPlatformOverrides |
overrides()
A list of any overrides that were applied to the signing operation.
|
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 |
requestedBy()
The IAM principal that requested the signing job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeSigningJobResponse.Builder> |
serializableBuilderClass() |
SignedObject |
signedObject()
Name of the S3 bucket where the signed code image is saved by code signing.
|
SigningMaterial |
signingMaterial()
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 String jobId()
The ID of the signing job on output.
public Source source()
The object that contains the name of your S3 bucket or your raw code.
public SigningMaterial signingMaterial()
Amazon Resource Name (ARN) of your code signing certificate.
public String platformId()
The microcontroller platform to which your signed code image will be distributed.
public String profileName()
The name of the profile that initiated the signing operation.
public SigningPlatformOverrides overrides()
A list of any overrides that were applied to the signing operation.
public boolean hasSigningParameters()
public 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.
You can use hasSigningParameters() to see if a value was sent in this field.
public Instant createdAt()
Date and time that the signing job was created.
public Instant completedAt()
Date and time that the signing job was completed.
public String requestedBy()
The IAM principal that requested the signing job.
public 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 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 String statusReason()
String value that contains the status reason.
public SignedObject signedObject()
Name of the S3 bucket where the signed code image is saved by code signing.
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 int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.