@Generated(value="software.amazon.awssdk:codegen") public final class SslPolicy extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SslPolicy.Builder,SslPolicy>
Information about a policy used for SSL negotiation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SslPolicy.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SslPolicy.Builder |
builder() |
List<Cipher> |
ciphers()
The ciphers.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasCiphers()
Returns true if the Ciphers property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasSslProtocols()
Returns true if the SslProtocols property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
String |
name()
The name of the policy.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SslPolicy.Builder> |
serializableBuilderClass() |
List<String> |
sslProtocols()
The protocols.
|
SslPolicy.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic boolean hasSslProtocols()
public List<String> sslProtocols()
The protocols.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasSslProtocols() to see if a value was sent in this field.
public boolean hasCiphers()
public List<Cipher> ciphers()
The ciphers.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasCiphers() to see if a value was sent in this field.
public String name()
The name of the policy.
public SslPolicy.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SslPolicy.Builder,SslPolicy>public static SslPolicy.Builder builder()
public static Class<? extends SslPolicy.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.