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