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