@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 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.
|
String |
getSigningImageFormat()
A signed image is a JSON object.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSigningConfiguration(SigningConfigurationOverrides signingConfiguration)
A signing configuration that overrides the default encryption or hash algorithm of a signing job.
|
void |
setSigningImageFormat(String signingImageFormat)
A signed image is a JSON object.
|
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.
|
SigningPlatformOverrides |
withSigningImageFormat(ImageFormat signingImageFormat)
A signed image is a JSON object.
|
SigningPlatformOverrides |
withSigningImageFormat(String signingImageFormat)
A signed image is a JSON object.
|
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 void setSigningImageFormat(String signingImageFormat)
A signed image is a JSON object. When overriding the default signing platform configuration, a customer can
select either of two signing formats, JSONEmbedded
or JSONDetached
. (A third format
value, JSON
, is reserved for future use.) With JSONEmbedded
, the signing image has the
payload embedded in it. With JSONDetached
, the payload is not be embedded in the signing image.
signingImageFormat
- A signed image is a JSON object. When overriding the default signing platform configuration, a customer
can select either of two signing formats, JSONEmbedded
or JSONDetached
. (A third
format value, JSON
, is reserved for future use.) With JSONEmbedded
, the signing
image has the payload embedded in it. With JSONDetached
, the payload is not be embedded in
the signing image.ImageFormat
public String getSigningImageFormat()
A signed image is a JSON object. When overriding the default signing platform configuration, a customer can
select either of two signing formats, JSONEmbedded
or JSONDetached
. (A third format
value, JSON
, is reserved for future use.) With JSONEmbedded
, the signing image has the
payload embedded in it. With JSONDetached
, the payload is not be embedded in the signing image.
JSONEmbedded
or JSONDetached
. (A
third format value, JSON
, is reserved for future use.) With JSONEmbedded
, the
signing image has the payload embedded in it. With JSONDetached
, the payload is not be
embedded in the signing image.ImageFormat
public SigningPlatformOverrides withSigningImageFormat(String signingImageFormat)
A signed image is a JSON object. When overriding the default signing platform configuration, a customer can
select either of two signing formats, JSONEmbedded
or JSONDetached
. (A third format
value, JSON
, is reserved for future use.) With JSONEmbedded
, the signing image has the
payload embedded in it. With JSONDetached
, the payload is not be embedded in the signing image.
signingImageFormat
- A signed image is a JSON object. When overriding the default signing platform configuration, a customer
can select either of two signing formats, JSONEmbedded
or JSONDetached
. (A third
format value, JSON
, is reserved for future use.) With JSONEmbedded
, the signing
image has the payload embedded in it. With JSONDetached
, the payload is not be embedded in
the signing image.ImageFormat
public SigningPlatformOverrides withSigningImageFormat(ImageFormat signingImageFormat)
A signed image is a JSON object. When overriding the default signing platform configuration, a customer can
select either of two signing formats, JSONEmbedded
or JSONDetached
. (A third format
value, JSON
, is reserved for future use.) With JSONEmbedded
, the signing image has the
payload embedded in it. With JSONDetached
, the payload is not be embedded in the signing image.
signingImageFormat
- A signed image is a JSON object. When overriding the default signing platform configuration, a customer
can select either of two signing formats, JSONEmbedded
or JSONDetached
. (A third
format value, JSON
, is reserved for future use.) With JSONEmbedded
, the signing
image has the payload embedded in it. With JSONDetached
, the payload is not be embedded in
the signing image.ImageFormat
public String toString()
toString
in class Object
Object.toString()
public SigningPlatformOverrides clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.