@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TlsValidationContext extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents a Transport Layer Security (TLS) validation context.
| Constructor and Description |
|---|
TlsValidationContext() |
| Modifier and Type | Method and Description |
|---|---|
TlsValidationContext |
clone() |
boolean |
equals(Object obj) |
TlsValidationContextTrust |
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(TlsValidationContextTrust trust)
A reference to an object that represents a TLS validation context trust.
|
String |
toString()
Returns a string representation of this object.
|
TlsValidationContext |
withTrust(TlsValidationContextTrust trust)
A reference to an object that represents a TLS validation context trust.
|
public void setTrust(TlsValidationContextTrust 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 TlsValidationContextTrust getTrust()
A reference to an object that represents a TLS validation context trust.
public TlsValidationContext withTrust(TlsValidationContextTrust 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 TlsValidationContext clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.