@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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkResponse . |
int |
hashCode() |
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 AWS Signer.
|
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
responseMetadata
sdkHttpResponse
copy
public 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 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.
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()
.
SigningStatus
public 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()
.
SigningStatus
public 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 AWS Signer.
public DescribeSigningJobResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeSigningJobResponse.Builder,DescribeSigningJobResponse>
toBuilder
in class AwsResponse
public static DescribeSigningJobResponse.Builder builder()
public static Class<? extends DescribeSigningJobResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkResponse
SdkResponse
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkResponse.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkResponse
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.