@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Phase1EncryptionAlgorithmsRequestListValue extends Object implements Serializable, Cloneable
Specifies the encryption algorithm for the VPN tunnel for phase 1 IKE negotiations.
Constructor and Description |
---|
Phase1EncryptionAlgorithmsRequestListValue() |
Modifier and Type | Method and Description |
---|---|
Phase1EncryptionAlgorithmsRequestListValue |
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.
|
Phase1EncryptionAlgorithmsRequestListValue |
withValue(String value)
The value for the encryption algorithm.
|
public Phase1EncryptionAlgorithmsRequestListValue()
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 Phase1EncryptionAlgorithmsRequestListValue 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 Phase1EncryptionAlgorithmsRequestListValue clone()