@Generated(value="software.amazon.awssdk:codegen") public final class Phase2EncryptionAlgorithmsRequestListValue extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Phase2EncryptionAlgorithmsRequestListValue.Builder,Phase2EncryptionAlgorithmsRequestListValue>
Specifies the encryption algorithm for the VPN tunnel for phase 2 IKE negotiations.
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | Phase2EncryptionAlgorithmsRequestListValue.Builder | 
| Modifier and Type | Method and Description | 
|---|---|
| static Phase2EncryptionAlgorithmsRequestListValue.Builder | builder() | 
| boolean | equals(Object obj) | 
| boolean | equalsBySdkFields(Object obj) | 
| <T> Optional<T> | getValueForField(String fieldName,
                Class<T> clazz) | 
| int | hashCode() | 
| List<SdkField<?>> | sdkFields() | 
| static Class<? extends Phase2EncryptionAlgorithmsRequestListValue.Builder> | serializableBuilderClass() | 
| Phase2EncryptionAlgorithmsRequestListValue.Builder | toBuilder() | 
| String | toString()Returns a string representation of this object. | 
| String | value()
 The encryption algorithm. | 
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String value()
The encryption algorithm.
public Phase2EncryptionAlgorithmsRequestListValue.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Phase2EncryptionAlgorithmsRequestListValue.Builder,Phase2EncryptionAlgorithmsRequestListValue>public static Phase2EncryptionAlgorithmsRequestListValue.Builder builder()
public static Class<? extends Phase2EncryptionAlgorithmsRequestListValue.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.