@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) |
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 ObjectObject.toString()public VirtualGatewayTlsValidationContext clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.