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