@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListenerTlsValidationContextTrust extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents a listener's Transport Layer Security (TLS) validation context trust.
| Constructor and Description |
|---|
ListenerTlsValidationContextTrust() |
| Modifier and Type | Method and Description |
|---|---|
ListenerTlsValidationContextTrust |
clone() |
boolean |
equals(Object obj) |
TlsValidationContextFileTrust |
getFile()
An object that represents a Transport Layer Security (TLS) validation context trust for a local file.
|
TlsValidationContextSdsTrust |
getSds()
A reference to an object that represents a listener's Transport Layer Security (TLS) Secret Discovery Service
validation context trust.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setFile(TlsValidationContextFileTrust file)
An object that represents a Transport Layer Security (TLS) validation context trust for a local file.
|
void |
setSds(TlsValidationContextSdsTrust sds)
A reference to an object that represents a listener's Transport Layer Security (TLS) Secret Discovery Service
validation context trust.
|
String |
toString()
Returns a string representation of this object.
|
ListenerTlsValidationContextTrust |
withFile(TlsValidationContextFileTrust file)
An object that represents a Transport Layer Security (TLS) validation context trust for a local file.
|
ListenerTlsValidationContextTrust |
withSds(TlsValidationContextSdsTrust sds)
A reference to an object that represents a listener's Transport Layer Security (TLS) Secret Discovery Service
validation context trust.
|
public void setFile(TlsValidationContextFileTrust file)
An object that represents a Transport Layer Security (TLS) validation context trust for a local file.
file - An object that represents a Transport Layer Security (TLS) validation context trust for a local file.public TlsValidationContextFileTrust getFile()
An object that represents a Transport Layer Security (TLS) validation context trust for a local file.
public ListenerTlsValidationContextTrust withFile(TlsValidationContextFileTrust file)
An object that represents a Transport Layer Security (TLS) validation context trust for a local file.
file - An object that represents a Transport Layer Security (TLS) validation context trust for a local file.public void setSds(TlsValidationContextSdsTrust sds)
A reference to an object that represents a listener's Transport Layer Security (TLS) Secret Discovery Service validation context trust.
sds - A reference to an object that represents a listener's Transport Layer Security (TLS) Secret Discovery
Service validation context trust.public TlsValidationContextSdsTrust getSds()
A reference to an object that represents a listener's Transport Layer Security (TLS) Secret Discovery Service validation context trust.
public ListenerTlsValidationContextTrust withSds(TlsValidationContextSdsTrust sds)
A reference to an object that represents a listener's Transport Layer Security (TLS) Secret Discovery Service validation context trust.
sds - A reference to an object that represents a listener's Transport Layer Security (TLS) Secret Discovery
Service validation context trust.public String toString()
toString in class ObjectObject.toString()public ListenerTlsValidationContextTrust clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.