@Generated(value="software.amazon.awssdk:codegen") public final class CertificateAuthenticationRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CertificateAuthenticationRequest.Builder,CertificateAuthenticationRequest>
Information about the client certificate to be used for authentication.
Modifier and Type | Class and Description |
---|---|
static interface |
CertificateAuthenticationRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static CertificateAuthenticationRequest.Builder |
builder() |
String |
clientRootCertificateChainArn()
The ARN of the client certificate.
|
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 CertificateAuthenticationRequest.Builder> |
serializableBuilderClass() |
CertificateAuthenticationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String clientRootCertificateChainArn()
The ARN of the client certificate. The certificate must be signed by a certificate authority (CA) and it must be provisioned in Certificate Manager (ACM).
public CertificateAuthenticationRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<CertificateAuthenticationRequest.Builder,CertificateAuthenticationRequest>
public static CertificateAuthenticationRequest.Builder builder()
public static Class<? extends CertificateAuthenticationRequest.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.