@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VirtualGatewayTlsValidationContextSdsTrust extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents a virtual gateway's listener's Transport Layer Security (TLS) Secret Discovery Service validation context trust. The proxy must be configured with a local SDS provider via a Unix Domain Socket. See App Mesh TLS documentation for more info.
| Constructor and Description |
|---|
VirtualGatewayTlsValidationContextSdsTrust() |
| Modifier and Type | Method and Description |
|---|---|
VirtualGatewayTlsValidationContextSdsTrust |
clone() |
boolean |
equals(Object obj) |
String |
getSecretName()
A reference to an object that represents the name of the secret for a virtual gateway's Transport Layer Security
(TLS) Secret Discovery Service validation context trust.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setSecretName(String secretName)
A reference to an object that represents the name of the secret for a virtual gateway's Transport Layer Security
(TLS) Secret Discovery Service validation context trust.
|
String |
toString()
Returns a string representation of this object.
|
VirtualGatewayTlsValidationContextSdsTrust |
withSecretName(String secretName)
A reference to an object that represents the name of the secret for a virtual gateway's Transport Layer Security
(TLS) Secret Discovery Service validation context trust.
|
public VirtualGatewayTlsValidationContextSdsTrust()
public void setSecretName(String secretName)
A reference to an object that represents the name of the secret for a virtual gateway's Transport Layer Security (TLS) Secret Discovery Service validation context trust.
secretName - A reference to an object that represents the name of the secret for a virtual gateway's Transport Layer
Security (TLS) Secret Discovery Service validation context trust.public String getSecretName()
A reference to an object that represents the name of the secret for a virtual gateway's Transport Layer Security (TLS) Secret Discovery Service validation context trust.
public VirtualGatewayTlsValidationContextSdsTrust withSecretName(String secretName)
A reference to an object that represents the name of the secret for a virtual gateway's Transport Layer Security (TLS) Secret Discovery Service validation context trust.
secretName - A reference to an object that represents the name of the secret for a virtual gateway's Transport Layer
Security (TLS) Secret Discovery Service validation context trust.public String toString()
toString in class ObjectObject.toString()public VirtualGatewayTlsValidationContextSdsTrust clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.