@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VirtualGatewayListenerTlsAcmCertificate extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents an Certificate Manager certificate.
| Constructor and Description |
|---|
VirtualGatewayListenerTlsAcmCertificate() |
| Modifier and Type | Method and Description |
|---|---|
VirtualGatewayListenerTlsAcmCertificate |
clone() |
boolean |
equals(Object obj) |
String |
getCertificateArn()
The Amazon Resource Name (ARN) for the certificate.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) for the certificate.
|
String |
toString()
Returns a string representation of this object.
|
VirtualGatewayListenerTlsAcmCertificate |
withCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) for the certificate.
|
public VirtualGatewayListenerTlsAcmCertificate()
public void setCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) for the certificate. The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see Transport Layer Security (TLS).
certificateArn - The Amazon Resource Name (ARN) for the certificate. The certificate must meet specific requirements and
you must have proxy authorization enabled. For more information, see Transport Layer Security (TLS).public String getCertificateArn()
The Amazon Resource Name (ARN) for the certificate. The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see Transport Layer Security (TLS).
public VirtualGatewayListenerTlsAcmCertificate withCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) for the certificate. The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see Transport Layer Security (TLS).
certificateArn - The Amazon Resource Name (ARN) for the certificate. The certificate must meet specific requirements and
you must have proxy authorization enabled. For more information, see Transport Layer Security (TLS).public String toString()
toString in class ObjectObject.toString()public VirtualGatewayListenerTlsAcmCertificate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.