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