@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SigningConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration of a signing operation.
| Constructor and Description |
|---|
SigningConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
SigningConfiguration |
clone() |
boolean |
equals(Object obj) |
EncryptionAlgorithmOptions |
getEncryptionAlgorithmOptions()
The encryption algorithm options that are available for a code-signing job.
|
HashAlgorithmOptions |
getHashAlgorithmOptions()
The hash algorithm options that are available for a code-signing job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setEncryptionAlgorithmOptions(EncryptionAlgorithmOptions encryptionAlgorithmOptions)
The encryption algorithm options that are available for a code-signing job.
|
void |
setHashAlgorithmOptions(HashAlgorithmOptions hashAlgorithmOptions)
The hash algorithm options that are available for a code-signing job.
|
String |
toString()
Returns a string representation of this object.
|
SigningConfiguration |
withEncryptionAlgorithmOptions(EncryptionAlgorithmOptions encryptionAlgorithmOptions)
The encryption algorithm options that are available for a code-signing job.
|
SigningConfiguration |
withHashAlgorithmOptions(HashAlgorithmOptions hashAlgorithmOptions)
The hash algorithm options that are available for a code-signing job.
|
public void setEncryptionAlgorithmOptions(EncryptionAlgorithmOptions encryptionAlgorithmOptions)
The encryption algorithm options that are available for a code-signing job.
encryptionAlgorithmOptions - The encryption algorithm options that are available for a code-signing job.public EncryptionAlgorithmOptions getEncryptionAlgorithmOptions()
The encryption algorithm options that are available for a code-signing job.
public SigningConfiguration withEncryptionAlgorithmOptions(EncryptionAlgorithmOptions encryptionAlgorithmOptions)
The encryption algorithm options that are available for a code-signing job.
encryptionAlgorithmOptions - The encryption algorithm options that are available for a code-signing job.public void setHashAlgorithmOptions(HashAlgorithmOptions hashAlgorithmOptions)
The hash algorithm options that are available for a code-signing job.
hashAlgorithmOptions - The hash algorithm options that are available for a code-signing job.public HashAlgorithmOptions getHashAlgorithmOptions()
The hash algorithm options that are available for a code-signing job.
public SigningConfiguration withHashAlgorithmOptions(HashAlgorithmOptions hashAlgorithmOptions)
The hash algorithm options that are available for a code-signing job.
hashAlgorithmOptions - The hash algorithm options that are available for a code-signing job.public String toString()
toString in class ObjectObject.toString()public SigningConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.