@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, wait
copy
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2019. All rights reserved.