* The name of the target signing profile. *
*/ private String profileName; /** ** The current version of the signing profile. *
*/ private String profileVersion; /** ** The signing profile ARN, including the profile version. *
*/ private String profileVersionArn; private SigningProfileRevocationRecord revocationRecord; /** ** The ARN of the certificate that the target profile uses for signing operations. *
*/ private SigningMaterial signingMaterial; /** ** The ID of the platform that is used by the target signing profile. *
*/ private String platformId; /** ** A human-readable name for the signing platform associated with the signing profile. *
*/ private String platformDisplayName; private SignatureValidityPeriod signatureValidityPeriod; /** ** A list of overrides applied by the target signing profile for signing operations. *
*/ private SigningPlatformOverrides overrides; /** ** A map of key-value pairs for signing operations that is attached to the target signing profile. *
*/ private java.util.Map* The status of the target signing profile. *
*/ private String status; /** ** Reason for the status of the target signing profile. *
*/ private String statusReason; /** ** The Amazon Resource Name (ARN) for the signing profile. *
*/ private String arn; /** ** A list of tags associated with the signing profile. *
*/ private java.util.Map* The name of the target signing profile. *
* * @param profileName * The name of the target signing profile. */ public void setProfileName(String profileName) { this.profileName = profileName; } /** ** The name of the target signing profile. *
* * @return The name of the target signing profile. */ public String getProfileName() { return this.profileName; } /** ** The name of the target signing profile. *
* * @param profileName * The name of the target signing profile. * @return Returns a reference to this object so that method calls can be chained together. */ public GetSigningProfileResult withProfileName(String profileName) { setProfileName(profileName); return this; } /** ** The current version of the signing profile. *
* * @param profileVersion * The current version of the signing profile. */ public void setProfileVersion(String profileVersion) { this.profileVersion = profileVersion; } /** ** The current version of the signing profile. *
* * @return The current version of the signing profile. */ public String getProfileVersion() { return this.profileVersion; } /** ** The current version of the signing profile. *
* * @param profileVersion * The current version of the signing profile. * @return Returns a reference to this object so that method calls can be chained together. */ public GetSigningProfileResult withProfileVersion(String profileVersion) { setProfileVersion(profileVersion); return this; } /** ** The signing profile ARN, including the profile version. *
* * @param profileVersionArn * The signing profile ARN, including the profile version. */ public void setProfileVersionArn(String profileVersionArn) { this.profileVersionArn = profileVersionArn; } /** ** The signing profile ARN, including the profile version. *
* * @return The signing profile ARN, including the profile version. */ public String getProfileVersionArn() { return this.profileVersionArn; } /** ** The signing profile ARN, including the profile version. *
* * @param profileVersionArn * The signing profile ARN, including the profile version. * @return Returns a reference to this object so that method calls can be chained together. */ public GetSigningProfileResult withProfileVersionArn(String profileVersionArn) { setProfileVersionArn(profileVersionArn); return this; } /** * @param revocationRecord */ public void setRevocationRecord(SigningProfileRevocationRecord revocationRecord) { this.revocationRecord = revocationRecord; } /** * @return */ public SigningProfileRevocationRecord getRevocationRecord() { return this.revocationRecord; } /** * @param revocationRecord * @return Returns a reference to this object so that method calls can be chained together. */ public GetSigningProfileResult withRevocationRecord(SigningProfileRevocationRecord revocationRecord) { setRevocationRecord(revocationRecord); return this; } /** ** The ARN of the certificate that the target profile uses for signing operations. *
* * @param signingMaterial * The ARN of the certificate that the target profile uses for signing operations. */ public void setSigningMaterial(SigningMaterial signingMaterial) { this.signingMaterial = signingMaterial; } /** ** The ARN of the certificate that the target profile uses for signing operations. *
* * @return The ARN of the certificate that the target profile uses for signing operations. */ public SigningMaterial getSigningMaterial() { return this.signingMaterial; } /** ** The ARN of the certificate that the target profile uses for signing operations. *
* * @param signingMaterial * The ARN of the certificate that the target profile uses for signing operations. * @return Returns a reference to this object so that method calls can be chained together. */ public GetSigningProfileResult withSigningMaterial(SigningMaterial signingMaterial) { setSigningMaterial(signingMaterial); return this; } /** ** The ID of the platform that is used by the target signing profile. *
* * @param platformId * The ID of the platform that is used by the target signing profile. */ public void setPlatformId(String platformId) { this.platformId = platformId; } /** ** The ID of the platform that is used by the target signing profile. *
* * @return The ID of the platform that is used by the target signing profile. */ public String getPlatformId() { return this.platformId; } /** ** The ID of the platform that is used by the target signing profile. *
* * @param platformId * The ID of the platform that is used by the target signing profile. * @return Returns a reference to this object so that method calls can be chained together. */ public GetSigningProfileResult withPlatformId(String platformId) { setPlatformId(platformId); return this; } /** ** A human-readable name for the signing platform associated with the signing profile. *
* * @param platformDisplayName * A human-readable name for the signing platform associated with the signing profile. */ public void setPlatformDisplayName(String platformDisplayName) { this.platformDisplayName = platformDisplayName; } /** ** A human-readable name for the signing platform associated with the signing profile. *
* * @return A human-readable name for the signing platform associated with the signing profile. */ public String getPlatformDisplayName() { return this.platformDisplayName; } /** ** A human-readable name for the signing platform associated with the signing profile. *
* * @param platformDisplayName * A human-readable name for the signing platform associated with the signing profile. * @return Returns a reference to this object so that method calls can be chained together. */ public GetSigningProfileResult withPlatformDisplayName(String platformDisplayName) { setPlatformDisplayName(platformDisplayName); return this; } /** * @param signatureValidityPeriod */ public void setSignatureValidityPeriod(SignatureValidityPeriod signatureValidityPeriod) { this.signatureValidityPeriod = signatureValidityPeriod; } /** * @return */ public SignatureValidityPeriod getSignatureValidityPeriod() { return this.signatureValidityPeriod; } /** * @param signatureValidityPeriod * @return Returns a reference to this object so that method calls can be chained together. */ public GetSigningProfileResult withSignatureValidityPeriod(SignatureValidityPeriod signatureValidityPeriod) { setSignatureValidityPeriod(signatureValidityPeriod); return this; } /** ** A list of overrides applied by the target signing profile for signing operations. *
* * @param overrides * A list of overrides applied by the target signing profile for signing operations. */ public void setOverrides(SigningPlatformOverrides overrides) { this.overrides = overrides; } /** ** A list of overrides applied by the target signing profile for signing operations. *
* * @return A list of overrides applied by the target signing profile for signing operations. */ public SigningPlatformOverrides getOverrides() { return this.overrides; } /** ** A list of overrides applied by the target signing profile for signing operations. *
* * @param overrides * A list of overrides applied by the target signing profile for signing operations. * @return Returns a reference to this object so that method calls can be chained together. */ public GetSigningProfileResult withOverrides(SigningPlatformOverrides overrides) { setOverrides(overrides); return this; } /** ** A map of key-value pairs for signing operations that is attached to the target signing profile. *
* * @return A map of key-value pairs for signing operations that is attached to the target signing profile. */ public java.util.Map* A map of key-value pairs for signing operations that is attached to the target signing profile. *
* * @param signingParameters * A map of key-value pairs for signing operations that is attached to the target signing profile. */ public void setSigningParameters(java.util.Map* A map of key-value pairs for signing operations that is attached to the target signing profile. *
* * @param signingParameters * A map of key-value pairs for signing operations that is attached to the target signing profile. * @return Returns a reference to this object so that method calls can be chained together. */ public GetSigningProfileResult withSigningParameters(java.util.Map* The status of the target signing profile. *
* * @param status * The status of the target signing profile. * @see SigningProfileStatus */ public void setStatus(String status) { this.status = status; } /** ** The status of the target signing profile. *
* * @return The status of the target signing profile. * @see SigningProfileStatus */ public String getStatus() { return this.status; } /** ** The status of the target signing profile. *
* * @param status * The status of the target signing profile. * @return Returns a reference to this object so that method calls can be chained together. * @see SigningProfileStatus */ public GetSigningProfileResult withStatus(String status) { setStatus(status); return this; } /** ** The status of the target signing profile. *
* * @param status * The status of the target signing profile. * @return Returns a reference to this object so that method calls can be chained together. * @see SigningProfileStatus */ public GetSigningProfileResult withStatus(SigningProfileStatus status) { this.status = status.toString(); return this; } /** ** Reason for the status of the target signing profile. *
* * @param statusReason * Reason for the status of the target signing profile. */ public void setStatusReason(String statusReason) { this.statusReason = statusReason; } /** ** Reason for the status of the target signing profile. *
* * @return Reason for the status of the target signing profile. */ public String getStatusReason() { return this.statusReason; } /** ** Reason for the status of the target signing profile. *
* * @param statusReason * Reason for the status of the target signing profile. * @return Returns a reference to this object so that method calls can be chained together. */ public GetSigningProfileResult withStatusReason(String statusReason) { setStatusReason(statusReason); return this; } /** ** The Amazon Resource Name (ARN) for the signing profile. *
* * @param arn * The Amazon Resource Name (ARN) for the signing profile. */ public void setArn(String arn) { this.arn = arn; } /** ** The Amazon Resource Name (ARN) for the signing profile. *
* * @return The Amazon Resource Name (ARN) for the signing profile. */ public String getArn() { return this.arn; } /** ** The Amazon Resource Name (ARN) for the signing profile. *
* * @param arn * The Amazon Resource Name (ARN) for the signing profile. * @return Returns a reference to this object so that method calls can be chained together. */ public GetSigningProfileResult withArn(String arn) { setArn(arn); return this; } /** ** A list of tags associated with the signing profile. *
* * @return A list of tags associated with the signing profile. */ public java.util.Map* A list of tags associated with the signing profile. *
* * @param tags * A list of tags associated with the signing profile. */ public void setTags(java.util.Map* A list of tags associated with the signing profile. *
* * @param tags * A list of tags associated with the signing profile. * @return Returns a reference to this object so that method calls can be chained together. */ public GetSigningProfileResult withTags(java.util.Map