@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EncryptionAlgorithmOptions extends Object implements Serializable, Cloneable, StructuredPojo
The encryption algorithm options that are available to a code signing job.
| Constructor and Description | 
|---|
EncryptionAlgorithmOptions()  | 
| Modifier and Type | Method and Description | 
|---|---|
EncryptionAlgorithmOptions | 
clone()  | 
boolean | 
equals(Object obj)  | 
List<String> | 
getAllowedValues()
 The set of accepted encryption algorithms that are allowed in a code signing job. 
 | 
String | 
getDefaultValue()
 The default encryption algorithm that is used by a code signing job. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setAllowedValues(Collection<String> allowedValues)
 The set of accepted encryption algorithms that are allowed in a code signing job. 
 | 
void | 
setDefaultValue(String defaultValue)
 The default encryption algorithm that is used by a code signing job. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
EncryptionAlgorithmOptions | 
withAllowedValues(Collection<String> allowedValues)
 The set of accepted encryption algorithms that are allowed in a code signing job. 
 | 
EncryptionAlgorithmOptions | 
withAllowedValues(EncryptionAlgorithm... allowedValues)
 The set of accepted encryption algorithms that are allowed in a code signing job. 
 | 
EncryptionAlgorithmOptions | 
withAllowedValues(String... allowedValues)
 The set of accepted encryption algorithms that are allowed in a code signing job. 
 | 
EncryptionAlgorithmOptions | 
withDefaultValue(EncryptionAlgorithm defaultValue)
 The default encryption algorithm that is used by a code signing job. 
 | 
EncryptionAlgorithmOptions | 
withDefaultValue(String defaultValue)
 The default encryption algorithm that is used by a code signing job. 
 | 
public List<String> getAllowedValues()
The set of accepted encryption algorithms that are allowed in a code signing job.
EncryptionAlgorithmpublic void setAllowedValues(Collection<String> allowedValues)
The set of accepted encryption algorithms that are allowed in a code signing job.
allowedValues - The set of accepted encryption algorithms that are allowed in a code signing job.EncryptionAlgorithmpublic EncryptionAlgorithmOptions withAllowedValues(String... allowedValues)
The set of accepted encryption algorithms that are allowed in a code signing job.
 NOTE: This method appends the values to the existing list (if any). Use
 setAllowedValues(java.util.Collection) or withAllowedValues(java.util.Collection) if you want
 to override the existing values.
 
allowedValues - The set of accepted encryption algorithms that are allowed in a code signing job.EncryptionAlgorithmpublic EncryptionAlgorithmOptions withAllowedValues(Collection<String> allowedValues)
The set of accepted encryption algorithms that are allowed in a code signing job.
allowedValues - The set of accepted encryption algorithms that are allowed in a code signing job.EncryptionAlgorithmpublic EncryptionAlgorithmOptions withAllowedValues(EncryptionAlgorithm... allowedValues)
The set of accepted encryption algorithms that are allowed in a code signing job.
allowedValues - The set of accepted encryption algorithms that are allowed in a code signing job.EncryptionAlgorithmpublic void setDefaultValue(String defaultValue)
The default encryption algorithm that is used by a code signing job.
defaultValue - The default encryption algorithm that is used by a code signing job.EncryptionAlgorithmpublic String getDefaultValue()
The default encryption algorithm that is used by a code signing job.
EncryptionAlgorithmpublic EncryptionAlgorithmOptions withDefaultValue(String defaultValue)
The default encryption algorithm that is used by a code signing job.
defaultValue - The default encryption algorithm that is used by a code signing job.EncryptionAlgorithmpublic EncryptionAlgorithmOptions withDefaultValue(EncryptionAlgorithm defaultValue)
The default encryption algorithm that is used by a code signing job.
defaultValue - The default encryption algorithm that is used by a code signing job.EncryptionAlgorithmpublic String toString()
toString in class ObjectObject.toString()public EncryptionAlgorithmOptions 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.