@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Phase2EncryptionAlgorithmsRequestListValue extends Object implements Serializable, Cloneable
Specifies the encryption algorithm for the VPN tunnel for phase 2 IKE negotiations.
Constructor and Description |
---|
Phase2EncryptionAlgorithmsRequestListValue() |
Modifier and Type | Method and Description |
---|---|
Phase2EncryptionAlgorithmsRequestListValue |
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.
|
Phase2EncryptionAlgorithmsRequestListValue |
withValue(String value)
The encryption algorithm.
|
public Phase2EncryptionAlgorithmsRequestListValue()
public void setValue(String value)
The encryption algorithm.
value
- The encryption algorithm.public String getValue()
The encryption algorithm.
public Phase2EncryptionAlgorithmsRequestListValue withValue(String value)
The encryption algorithm.
value
- The encryption algorithm.public String toString()
toString
in class Object
Object.toString()
public Phase2EncryptionAlgorithmsRequestListValue clone()
Copyright © 2022. All rights reserved.