@Generated(value="software.amazon.awssdk:codegen") public final class GetSigningProfileResponse extends SignerResponse implements ToCopyableBuilder<GetSigningProfileResponse.Builder,GetSigningProfileResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetSigningProfileResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) for the signing profile.
|
static GetSigningProfileResponse.Builder |
builder() |
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).
|
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
SigningPlatformOverrides |
overrides()
A list of overrides applied by the target signing profile for signing operations.
|
String |
platformDisplayName()
A human-readable name for the signing platform associated with the signing profile.
|
String |
platformId()
The ID of the platform that is used by the target signing profile.
|
String |
profileName()
The name of the target signing profile.
|
String |
profileVersion()
The current version of the signing profile.
|
String |
profileVersionArn()
The signing profile ARN, including the profile version.
|
SigningProfileRevocationRecord |
revocationRecord()
Returns the value of the RevocationRecord property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetSigningProfileResponse.Builder> |
serializableBuilderClass() |
SignatureValidityPeriod |
signatureValidityPeriod()
Returns the value of the SignatureValidityPeriod property for this object.
|
SigningMaterial |
signingMaterial()
The ARN of the certificate that the target profile uses for signing operations.
|
Map<String,String> |
signingParameters()
A map of key-value pairs for signing operations that is attached to the target signing profile.
|
SigningProfileStatus |
status()
The status of the target signing profile.
|
String |
statusAsString()
The status of the target signing profile.
|
String |
statusReason()
Reason for the status of the target signing profile.
|
Map<String,String> |
tags()
A list of tags associated with the signing profile.
|
GetSigningProfileResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String profileName()
The name of the target signing profile.
public final String profileVersion()
The current version of the signing profile.
public final String profileVersionArn()
The signing profile ARN, including the profile version.
public final SigningProfileRevocationRecord revocationRecord()
public final SigningMaterial signingMaterial()
The ARN of the certificate that the target profile uses for signing operations.
public final String platformId()
The ID of the platform that is used by the target signing profile.
public final String platformDisplayName()
A human-readable name for the signing platform associated with the signing profile.
public final SignatureValidityPeriod signatureValidityPeriod()
public final SigningPlatformOverrides overrides()
A list of overrides applied by the target signing profile for signing operations.
public final boolean hasSigningParameters()
public final Map<String,String> signingParameters()
A map of key-value pairs for signing operations that is attached to the target signing profile.
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 final SigningProfileStatus status()
The status of the target signing profile.
If the service returns an enum value that is not available in the current SDK version, status will
return SigningProfileStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
SigningProfileStatuspublic final String statusAsString()
The status of the target signing profile.
If the service returns an enum value that is not available in the current SDK version, status will
return SigningProfileStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
SigningProfileStatuspublic final String statusReason()
Reason for the status of the target signing profile.
public final String arn()
The Amazon Resource Name (ARN) for the signing profile.
public final boolean hasTags()
public final Map<String,String> tags()
A list of tags associated with the signing profile.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags() to see if a value was sent in this field.
public GetSigningProfileResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetSigningProfileResponse.Builder,GetSigningProfileResponse>toBuilder in class AwsResponsepublic static GetSigningProfileResponse.Builder builder()
public static Class<? extends GetSigningProfileResponse.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 © 2021. All rights reserved.