@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VirtualGatewayTlsValidationContext extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents a Transport Layer Security (TLS) validation context.
| Constructor and Description | 
|---|
| VirtualGatewayTlsValidationContext() | 
| Modifier and Type | Method and Description | 
|---|---|
| VirtualGatewayTlsValidationContext | clone() | 
| boolean | equals(Object obj) | 
| SubjectAlternativeNames | getSubjectAlternativeNames()
 A reference to an object that represents the SANs for a virtual gateway's listener's Transport Layer Security
 (TLS) validation context. | 
| VirtualGatewayTlsValidationContextTrust | 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 virtual gateway's listener's Transport Layer Security
 (TLS) validation context. | 
| void | setTrust(VirtualGatewayTlsValidationContextTrust 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. | 
| VirtualGatewayTlsValidationContext | withSubjectAlternativeNames(SubjectAlternativeNames subjectAlternativeNames)
 A reference to an object that represents the SANs for a virtual gateway's listener's Transport Layer Security
 (TLS) validation context. | 
| VirtualGatewayTlsValidationContext | withTrust(VirtualGatewayTlsValidationContextTrust 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 virtual gateway's listener's Transport Layer Security (TLS) validation context.
subjectAlternativeNames - A reference to an object that represents the SANs for a virtual gateway's listener's Transport Layer
        Security (TLS) validation context.public SubjectAlternativeNames getSubjectAlternativeNames()
A reference to an object that represents the SANs for a virtual gateway's listener's Transport Layer Security (TLS) validation context.
public VirtualGatewayTlsValidationContext withSubjectAlternativeNames(SubjectAlternativeNames subjectAlternativeNames)
A reference to an object that represents the SANs for a virtual gateway's listener's Transport Layer Security (TLS) validation context.
subjectAlternativeNames - A reference to an object that represents the SANs for a virtual gateway's listener's Transport Layer
        Security (TLS) validation context.public void setTrust(VirtualGatewayTlsValidationContextTrust 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 VirtualGatewayTlsValidationContextTrust getTrust()
A reference to where to retrieve the trust chain when validating a peer’s Transport Layer Security (TLS) certificate.
public VirtualGatewayTlsValidationContext withTrust(VirtualGatewayTlsValidationContextTrust 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 ObjectObject.toString()public VirtualGatewayTlsValidationContext clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.