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