@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CertificateAuthentication extends Object implements Serializable, Cloneable
Information about the client certificate used for authentication.
Constructor and Description |
---|
CertificateAuthentication() |
Modifier and Type | Method and Description |
---|---|
CertificateAuthentication |
clone() |
boolean |
equals(Object obj) |
String |
getClientRootCertificateChain()
The ARN of the client certificate.
|
int |
hashCode() |
void |
setClientRootCertificateChain(String clientRootCertificateChain)
The ARN of the client certificate.
|
String |
toString()
Returns a string representation of this object.
|
CertificateAuthentication |
withClientRootCertificateChain(String clientRootCertificateChain)
The ARN of the client certificate.
|
public void setClientRootCertificateChain(String clientRootCertificateChain)
The ARN of the client certificate.
clientRootCertificateChain
- The ARN of the client certificate.public String getClientRootCertificateChain()
The ARN of the client certificate.
public CertificateAuthentication withClientRootCertificateChain(String clientRootCertificateChain)
The ARN of the client certificate.
clientRootCertificateChain
- The ARN of the client certificate.public String toString()
toString
in class Object
Object.toString()
public CertificateAuthentication clone()