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