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