@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CertificateAuthenticationRequest extends Object implements Serializable, Cloneable
Information about the client certificate to be used for authentication.
Constructor and Description |
---|
CertificateAuthenticationRequest() |
Modifier and Type | Method and Description |
---|---|
CertificateAuthenticationRequest |
clone() |
boolean |
equals(Object obj) |
String |
getClientRootCertificateChainArn()
The ARN of the client certificate.
|
int |
hashCode() |
void |
setClientRootCertificateChainArn(String clientRootCertificateChainArn)
The ARN of the client certificate.
|
String |
toString()
Returns a string representation of this object.
|
CertificateAuthenticationRequest |
withClientRootCertificateChainArn(String clientRootCertificateChainArn)
The ARN of the client certificate.
|
public void setClientRootCertificateChainArn(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).
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 String getClientRootCertificateChainArn()
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 withClientRootCertificateChainArn(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).
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 String toString()
toString
in class Object
Object.toString()
public CertificateAuthenticationRequest clone()