@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()
For responses, this returns true if the service returned a value for the SigningParameters property.
|
boolean |
hasTags()
For responses, this returns true if the service returned a value for the Tags property.
|
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()
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()
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.
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 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()
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> tags()
A list of tags associated with the signing profile.
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 hasTags() method.
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 © 2022. All rights reserved.