@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListenerTlsAcmCertificate extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents an Certificate Manager 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)
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.
|
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 Object
Object.toString()
public ListenerTlsAcmCertificate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.