@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListenerTlsCertificate extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents a listener's Transport Layer Security (TLS) certificate.
Constructor and Description |
---|
ListenerTlsCertificate() |
Modifier and Type | Method and Description |
---|---|
ListenerTlsCertificate |
clone() |
boolean |
equals(Object obj) |
ListenerTlsAcmCertificate |
getAcm()
A reference to an object that represents an Certificate Manager certificate.
|
ListenerTlsFileCertificate |
getFile()
A reference to an object that represents a local file certificate.
|
ListenerTlsSdsCertificate |
getSds()
A reference to an object that represents a listener's Secret Discovery Service certificate.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAcm(ListenerTlsAcmCertificate acm)
A reference to an object that represents an Certificate Manager certificate.
|
void |
setFile(ListenerTlsFileCertificate file)
A reference to an object that represents a local file certificate.
|
void |
setSds(ListenerTlsSdsCertificate sds)
A reference to an object that represents a listener's Secret Discovery Service certificate.
|
String |
toString()
Returns a string representation of this object.
|
ListenerTlsCertificate |
withAcm(ListenerTlsAcmCertificate acm)
A reference to an object that represents an Certificate Manager certificate.
|
ListenerTlsCertificate |
withFile(ListenerTlsFileCertificate file)
A reference to an object that represents a local file certificate.
|
ListenerTlsCertificate |
withSds(ListenerTlsSdsCertificate sds)
A reference to an object that represents a listener's Secret Discovery Service certificate.
|
public void setAcm(ListenerTlsAcmCertificate acm)
A reference to an object that represents an Certificate Manager certificate.
acm
- A reference to an object that represents an Certificate Manager certificate.public ListenerTlsAcmCertificate getAcm()
A reference to an object that represents an Certificate Manager certificate.
public ListenerTlsCertificate withAcm(ListenerTlsAcmCertificate acm)
A reference to an object that represents an Certificate Manager certificate.
acm
- A reference to an object that represents an Certificate Manager certificate.public void setFile(ListenerTlsFileCertificate file)
A reference to an object that represents a local file certificate.
file
- A reference to an object that represents a local file certificate.public ListenerTlsFileCertificate getFile()
A reference to an object that represents a local file certificate.
public ListenerTlsCertificate withFile(ListenerTlsFileCertificate file)
A reference to an object that represents a local file certificate.
file
- A reference to an object that represents a local file certificate.public void setSds(ListenerTlsSdsCertificate sds)
A reference to an object that represents a listener's Secret Discovery Service certificate.
sds
- A reference to an object that represents a listener's Secret Discovery Service certificate.public ListenerTlsSdsCertificate getSds()
A reference to an object that represents a listener's Secret Discovery Service certificate.
public ListenerTlsCertificate withSds(ListenerTlsSdsCertificate sds)
A reference to an object that represents a listener's Secret Discovery Service certificate.
sds
- A reference to an object that represents a listener's Secret Discovery Service certificate.public String toString()
toString
in class Object
Object.toString()
public ListenerTlsCertificate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.