@Generated(value="software.amazon.awssdk:codegen") public final class RegisterCertificateRequest extends DirectoryRequest implements ToCopyableBuilder<RegisterCertificateRequest.Builder,RegisterCertificateRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RegisterCertificateRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RegisterCertificateRequest.Builder |
builder() |
String |
certificateData()
The certificate PEM string that needs to be registered.
|
ClientCertAuthSettings |
clientCertAuthSettings()
A
ClientCertAuthSettings object that contains client certificate authentication settings. |
String |
directoryId()
The identifier of the directory.
|
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 RegisterCertificateRequest.Builder> |
serializableBuilderClass() |
RegisterCertificateRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
CertificateType |
type()
The function that the registered certificate performs.
|
String |
typeAsString()
The function that the registered certificate performs.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String directoryId()
The identifier of the directory.
public final String certificateData()
The certificate PEM string that needs to be registered.
public final CertificateType type()
The function that the registered certificate performs. Valid values include ClientLDAPS or
ClientCertAuth. The default value is ClientLDAPS.
If the service returns an enum value that is not available in the current SDK version, type will return
CertificateType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
ClientLDAPS or
ClientCertAuth. The default value is ClientLDAPS.CertificateTypepublic final String typeAsString()
The function that the registered certificate performs. Valid values include ClientLDAPS or
ClientCertAuth. The default value is ClientLDAPS.
If the service returns an enum value that is not available in the current SDK version, type will return
CertificateType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
ClientLDAPS or
ClientCertAuth. The default value is ClientLDAPS.CertificateTypepublic final ClientCertAuthSettings clientCertAuthSettings()
A ClientCertAuthSettings object that contains client certificate authentication settings.
ClientCertAuthSettings object that contains client certificate authentication settings.public RegisterCertificateRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RegisterCertificateRequest.Builder,RegisterCertificateRequest>toBuilder in class DirectoryRequestpublic static RegisterCertificateRequest.Builder builder()
public static Class<? extends RegisterCertificateRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.