@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TlsValidationContextFileTrust extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents a Transport Layer Security (TLS) validation context trust for a local file.
Constructor and Description |
---|
TlsValidationContextFileTrust() |
Modifier and Type | Method and Description |
---|---|
TlsValidationContextFileTrust |
clone() |
boolean |
equals(Object obj) |
String |
getCertificateChain()
The certificate trust chain for a certificate stored on the file system of the virtual node that the proxy is
running on.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCertificateChain(String certificateChain)
The certificate trust chain for a certificate stored on the file system of the virtual node that the proxy is
running on.
|
String |
toString()
Returns a string representation of this object.
|
TlsValidationContextFileTrust |
withCertificateChain(String certificateChain)
The certificate trust chain for a certificate stored on the file system of the virtual node that the proxy is
running on.
|
public void setCertificateChain(String certificateChain)
The certificate trust chain for a certificate stored on the file system of the virtual node that the proxy is running on.
certificateChain
- The certificate trust chain for a certificate stored on the file system of the virtual node that the proxy
is running on.public String getCertificateChain()
The certificate trust chain for a certificate stored on the file system of the virtual node that the proxy is running on.
public TlsValidationContextFileTrust withCertificateChain(String certificateChain)
The certificate trust chain for a certificate stored on the file system of the virtual node that the proxy is running on.
certificateChain
- The certificate trust chain for a certificate stored on the file system of the virtual node that the proxy
is running on.public String toString()
toString
in class Object
Object.toString()
public TlsValidationContextFileTrust clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.