@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 String directoryId()
The identifier of the directory.
public String certificateData()
The certificate PEM string that needs to be registered.
public 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 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 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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.