@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SigningConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration of an AWS Signer 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 an AWS Signer job.
|
HashAlgorithmOptions |
getHashAlgorithmOptions()
The hash algorithm options that are available for an AWS Signer 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 an AWS Signer job.
|
void |
setHashAlgorithmOptions(HashAlgorithmOptions hashAlgorithmOptions)
The hash algorithm options that are available for an AWS Signer job.
|
String |
toString()
Returns a string representation of this object.
|
SigningConfiguration |
withEncryptionAlgorithmOptions(EncryptionAlgorithmOptions encryptionAlgorithmOptions)
The encryption algorithm options that are available for an AWS Signer job.
|
SigningConfiguration |
withHashAlgorithmOptions(HashAlgorithmOptions hashAlgorithmOptions)
The hash algorithm options that are available for an AWS Signer job.
|
public void setEncryptionAlgorithmOptions(EncryptionAlgorithmOptions encryptionAlgorithmOptions)
The encryption algorithm options that are available for an AWS Signer job.
encryptionAlgorithmOptions - The encryption algorithm options that are available for an AWS Signer job.public EncryptionAlgorithmOptions getEncryptionAlgorithmOptions()
The encryption algorithm options that are available for an AWS Signer job.
public SigningConfiguration withEncryptionAlgorithmOptions(EncryptionAlgorithmOptions encryptionAlgorithmOptions)
The encryption algorithm options that are available for an AWS Signer job.
encryptionAlgorithmOptions - The encryption algorithm options that are available for an AWS Signer job.public void setHashAlgorithmOptions(HashAlgorithmOptions hashAlgorithmOptions)
The hash algorithm options that are available for an AWS Signer job.
hashAlgorithmOptions - The hash algorithm options that are available for an AWS Signer job.public HashAlgorithmOptions getHashAlgorithmOptions()
The hash algorithm options that are available for an AWS Signer job.
public SigningConfiguration withHashAlgorithmOptions(HashAlgorithmOptions hashAlgorithmOptions)
The hash algorithm options that are available for an AWS Signer job.
hashAlgorithmOptions - The hash algorithm options that are available for an AWS Signer 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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.