@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) |
VirtualGatewayTlsValidationContextTrust |
getTrust()
A reference to an object that represents a TLS validation context trust.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTrust(VirtualGatewayTlsValidationContextTrust trust)
A reference to an object that represents a TLS validation context trust.
|
String |
toString()
Returns a string representation of this object.
|
VirtualGatewayTlsValidationContext |
withTrust(VirtualGatewayTlsValidationContextTrust trust)
A reference to an object that represents a TLS validation context trust.
|
public void setTrust(VirtualGatewayTlsValidationContextTrust trust)
A reference to an object that represents a TLS validation context trust.
trust
- A reference to an object that represents a TLS validation context trust.public VirtualGatewayTlsValidationContextTrust getTrust()
A reference to an object that represents a TLS validation context trust.
public VirtualGatewayTlsValidationContext withTrust(VirtualGatewayTlsValidationContextTrust trust)
A reference to an object that represents a TLS validation context trust.
trust
- A reference to an object that represents a TLS validation context trust.public String toString()
toString
in class Object
Object.toString()
public VirtualGatewayTlsValidationContext clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.