@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Phase1EncryptionAlgorithmsListValue extends Object implements Serializable, Cloneable
The encryption algorithm for phase 1 IKE negotiations.
Constructor and Description |
---|
Phase1EncryptionAlgorithmsListValue() |
Modifier and Type | Method and Description |
---|---|
Phase1EncryptionAlgorithmsListValue |
clone() |
boolean |
equals(Object obj) |
String |
getValue()
The value for the encryption algorithm.
|
int |
hashCode() |
void |
setValue(String value)
The value for the encryption algorithm.
|
String |
toString()
Returns a string representation of this object.
|
Phase1EncryptionAlgorithmsListValue |
withValue(String value)
The value for the encryption algorithm.
|
public void setValue(String value)
The value for the encryption algorithm.
value
- The value for the encryption algorithm.public String getValue()
The value for the encryption algorithm.
public Phase1EncryptionAlgorithmsListValue withValue(String value)
The value for the encryption algorithm.
value
- The value for the encryption algorithm.public String toString()
toString
in class Object
Object.toString()
public Phase1EncryptionAlgorithmsListValue clone()