@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListenerTlsAcmCertificate extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents an AWS Certicate Manager (ACM) certificate.
| Constructor and Description |
|---|
ListenerTlsAcmCertificate() |
| Modifier and Type | Method and Description |
|---|---|
ListenerTlsAcmCertificate |
clone() |
boolean |
equals(Object obj) |
String |
getCertificateArn()
The Amazon Resource Name (ARN) for the certificate.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) for the certificate.
|
String |
toString()
Returns a string representation of this object.
|
ListenerTlsAcmCertificate |
withCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) for the certificate.
|
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 ListenerTlsAcmCertificate 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 ListenerTlsAcmCertificate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.