@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListenerTlsValidationContext extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents a listener's Transport Layer Security (TLS) validation context.
Constructor and Description |
---|
ListenerTlsValidationContext() |
Modifier and Type | Method and Description |
---|---|
ListenerTlsValidationContext |
clone() |
boolean |
equals(Object obj) |
SubjectAlternativeNames |
getSubjectAlternativeNames()
A reference to an object that represents the SANs for a listener's Transport Layer Security (TLS) validation
context.
|
ListenerTlsValidationContextTrust |
getTrust()
A reference to where to retrieve the trust chain when validating a peer’s Transport Layer Security (TLS)
certificate.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSubjectAlternativeNames(SubjectAlternativeNames subjectAlternativeNames)
A reference to an object that represents the SANs for a listener's Transport Layer Security (TLS) validation
context.
|
void |
setTrust(ListenerTlsValidationContextTrust trust)
A reference to where to retrieve the trust chain when validating a peer’s Transport Layer Security (TLS)
certificate.
|
String |
toString()
Returns a string representation of this object.
|
ListenerTlsValidationContext |
withSubjectAlternativeNames(SubjectAlternativeNames subjectAlternativeNames)
A reference to an object that represents the SANs for a listener's Transport Layer Security (TLS) validation
context.
|
ListenerTlsValidationContext |
withTrust(ListenerTlsValidationContextTrust trust)
A reference to where to retrieve the trust chain when validating a peer’s Transport Layer Security (TLS)
certificate.
|
public void setSubjectAlternativeNames(SubjectAlternativeNames subjectAlternativeNames)
A reference to an object that represents the SANs for a listener's Transport Layer Security (TLS) validation context.
subjectAlternativeNames
- A reference to an object that represents the SANs for a listener's Transport Layer Security (TLS)
validation context.public SubjectAlternativeNames getSubjectAlternativeNames()
A reference to an object that represents the SANs for a listener's Transport Layer Security (TLS) validation context.
public ListenerTlsValidationContext withSubjectAlternativeNames(SubjectAlternativeNames subjectAlternativeNames)
A reference to an object that represents the SANs for a listener's Transport Layer Security (TLS) validation context.
subjectAlternativeNames
- A reference to an object that represents the SANs for a listener's Transport Layer Security (TLS)
validation context.public void setTrust(ListenerTlsValidationContextTrust trust)
A reference to where to retrieve the trust chain when validating a peer’s Transport Layer Security (TLS) certificate.
trust
- A reference to where to retrieve the trust chain when validating a peer’s Transport Layer Security (TLS)
certificate.public ListenerTlsValidationContextTrust getTrust()
A reference to where to retrieve the trust chain when validating a peer’s Transport Layer Security (TLS) certificate.
public ListenerTlsValidationContext withTrust(ListenerTlsValidationContextTrust trust)
A reference to where to retrieve the trust chain when validating a peer’s Transport Layer Security (TLS) certificate.
trust
- A reference to where to retrieve the trust chain when validating a peer’s Transport Layer Security (TLS)
certificate.public String toString()
toString
in class Object
Object.toString()
public ListenerTlsValidationContext clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.