@Generated(value="software.amazon.awssdk:codegen") public final class Phase1EncryptionAlgorithmsRequestListValue extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Phase1EncryptionAlgorithmsRequestListValue.Builder,Phase1EncryptionAlgorithmsRequestListValue>
Specifies the encryption algorithm for the VPN tunnel for phase 1 IKE negotiations.
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | Phase1EncryptionAlgorithmsRequestListValue.Builder | 
| Modifier and Type | Method and Description | 
|---|---|
| static Phase1EncryptionAlgorithmsRequestListValue.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 Phase1EncryptionAlgorithmsRequestListValue.Builder> | serializableBuilderClass() | 
| Phase1EncryptionAlgorithmsRequestListValue.Builder | toBuilder() | 
| String | toString()Returns a string representation of this object. | 
| String | value()
 The value for the encryption algorithm. | 
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String value()
The value for the encryption algorithm.
public Phase1EncryptionAlgorithmsRequestListValue.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Phase1EncryptionAlgorithmsRequestListValue.Builder,Phase1EncryptionAlgorithmsRequestListValue>public static Phase1EncryptionAlgorithmsRequestListValue.Builder builder()
public static Class<? extends Phase1EncryptionAlgorithmsRequestListValue.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.