@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() |
SigningPlatformOverrides |
overrides()
A list of overrides applied by the target signing profile for signing operations.
|
String |
platformId()
The ID of the platform that is used by the target signing profile.
|
String |
profileName()
The name of the target signing profile.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetSigningProfileResponse.Builder> |
serializableBuilderClass() |
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.
|
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 String profileName()
The name of the target signing profile.
public SigningMaterial signingMaterial()
The ARN of the certificate that the target profile uses for signing operations.
public String platformId()
The ID of the platform that is used by the target signing profile.
public SigningPlatformOverrides overrides()
A list of overrides applied by the target signing profile for signing operations.
public 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.
public 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 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 String arn()
The Amazon Resource Name (ARN) for the signing profile.
public 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.
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 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.