@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails extends Object implements Serializable, Cloneable, StructuredPojo
Information about the client certificate used for authentication.
| Constructor and Description |
|---|
AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails() |
| Modifier and Type | Method and Description |
|---|---|
AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails |
clone() |
boolean |
equals(Object obj) |
String |
getClientRootCertificateChain()
The Amazon Resource Name (ARN) of the client certificate.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setClientRootCertificateChain(String clientRootCertificateChain)
The Amazon Resource Name (ARN) of the client certificate.
|
String |
toString()
Returns a string representation of this object.
|
AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails |
withClientRootCertificateChain(String clientRootCertificateChain)
The Amazon Resource Name (ARN) of the client certificate.
|
public AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails()
public void setClientRootCertificateChain(String clientRootCertificateChain)
The Amazon Resource Name (ARN) of the client certificate.
clientRootCertificateChain - The Amazon Resource Name (ARN) of the client certificate.public String getClientRootCertificateChain()
The Amazon Resource Name (ARN) of the client certificate.
public AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails withClientRootCertificateChain(String clientRootCertificateChain)
The Amazon Resource Name (ARN) of the client certificate.
clientRootCertificateChain - The Amazon Resource Name (ARN) of the client certificate.public String toString()
toString in class ObjectObject.toString()public AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.