@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VirtualGatewayListenerTlsSdsCertificate extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents the virtual gateway's listener's Secret Discovery Service certificate.The proxy must be configured with a local SDS provider via a Unix Domain Socket. See App MeshTLS documentation for more info.
Constructor and Description |
---|
VirtualGatewayListenerTlsSdsCertificate() |
Modifier and Type | Method and Description |
---|---|
VirtualGatewayListenerTlsSdsCertificate |
clone() |
boolean |
equals(Object obj) |
String |
getSecretName()
A reference to an object that represents the name of the secret secret requested from the Secret Discovery
Service provider representing Transport Layer Security (TLS) materials like a certificate or certificate chain.
|
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 secret requested from the Secret Discovery
Service provider representing Transport Layer Security (TLS) materials like a certificate or certificate chain.
|
String |
toString()
Returns a string representation of this object.
|
VirtualGatewayListenerTlsSdsCertificate |
withSecretName(String secretName)
A reference to an object that represents the name of the secret secret requested from the Secret Discovery
Service provider representing Transport Layer Security (TLS) materials like a certificate or certificate chain.
|
public VirtualGatewayListenerTlsSdsCertificate()
public void setSecretName(String secretName)
A reference to an object that represents the name of the secret secret requested from the Secret Discovery Service provider representing Transport Layer Security (TLS) materials like a certificate or certificate chain.
secretName
- A reference to an object that represents the name of the secret secret requested from the Secret Discovery
Service provider representing Transport Layer Security (TLS) materials like a certificate or certificate
chain.public String getSecretName()
A reference to an object that represents the name of the secret secret requested from the Secret Discovery Service provider representing Transport Layer Security (TLS) materials like a certificate or certificate chain.
public VirtualGatewayListenerTlsSdsCertificate withSecretName(String secretName)
A reference to an object that represents the name of the secret secret requested from the Secret Discovery Service provider representing Transport Layer Security (TLS) materials like a certificate or certificate chain.
secretName
- A reference to an object that represents the name of the secret secret requested from the Secret Discovery
Service provider representing Transport Layer Security (TLS) materials like a certificate or certificate
chain.public String toString()
toString
in class Object
Object.toString()
public VirtualGatewayListenerTlsSdsCertificate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.