@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SigningPlatformOverrides extends Object implements Serializable, Cloneable, StructuredPojo
Any overrides that are applied to the signing configuration of a code signing platform.
| Constructor and Description |
|---|
SigningPlatformOverrides() |
| Modifier and Type | Method and Description |
|---|---|
SigningPlatformOverrides |
clone() |
boolean |
equals(Object obj) |
SigningConfigurationOverrides |
getSigningConfiguration()
A signing configuration that overrides the default encryption or hash algorithm of a signing job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setSigningConfiguration(SigningConfigurationOverrides signingConfiguration)
A signing configuration that overrides the default encryption or hash algorithm of a signing job.
|
String |
toString()
Returns a string representation of this object.
|
SigningPlatformOverrides |
withSigningConfiguration(SigningConfigurationOverrides signingConfiguration)
A signing configuration that overrides the default encryption or hash algorithm of a signing job.
|
public void setSigningConfiguration(SigningConfigurationOverrides signingConfiguration)
A signing configuration that overrides the default encryption or hash algorithm of a signing job.
signingConfiguration - A signing configuration that overrides the default encryption or hash algorithm of a signing job.public SigningConfigurationOverrides getSigningConfiguration()
A signing configuration that overrides the default encryption or hash algorithm of a signing job.
public SigningPlatformOverrides withSigningConfiguration(SigningConfigurationOverrides signingConfiguration)
A signing configuration that overrides the default encryption or hash algorithm of a signing job.
signingConfiguration - A signing configuration that overrides the default encryption or hash algorithm of a signing job.public String toString()
toString in class ObjectObject.toString()public SigningPlatformOverrides clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.