@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VirtualGatewayTlsValidationContextTrust extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents a Transport Layer Security (TLS) validation context trust.
Constructor and Description |
---|
VirtualGatewayTlsValidationContextTrust() |
Modifier and Type | Method and Description |
---|---|
VirtualGatewayTlsValidationContextTrust |
clone() |
boolean |
equals(Object obj) |
VirtualGatewayTlsValidationContextAcmTrust |
getAcm()
A reference to an object that represents a TLS validation context trust for an AWS Certicate Manager (ACM)
certificate.
|
VirtualGatewayTlsValidationContextFileTrust |
getFile()
An object that represents a TLS validation context trust for a local file.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAcm(VirtualGatewayTlsValidationContextAcmTrust acm)
A reference to an object that represents a TLS validation context trust for an AWS Certicate Manager (ACM)
certificate.
|
void |
setFile(VirtualGatewayTlsValidationContextFileTrust file)
An object that represents a TLS validation context trust for a local file.
|
String |
toString()
Returns a string representation of this object.
|
VirtualGatewayTlsValidationContextTrust |
withAcm(VirtualGatewayTlsValidationContextAcmTrust acm)
A reference to an object that represents a TLS validation context trust for an AWS Certicate Manager (ACM)
certificate.
|
VirtualGatewayTlsValidationContextTrust |
withFile(VirtualGatewayTlsValidationContextFileTrust file)
An object that represents a TLS validation context trust for a local file.
|
public VirtualGatewayTlsValidationContextTrust()
public void setAcm(VirtualGatewayTlsValidationContextAcmTrust acm)
A reference to an object that represents a TLS validation context trust for an AWS Certicate Manager (ACM) certificate.
acm
- A reference to an object that represents a TLS validation context trust for an AWS Certicate Manager (ACM)
certificate.public VirtualGatewayTlsValidationContextAcmTrust getAcm()
A reference to an object that represents a TLS validation context trust for an AWS Certicate Manager (ACM) certificate.
public VirtualGatewayTlsValidationContextTrust withAcm(VirtualGatewayTlsValidationContextAcmTrust acm)
A reference to an object that represents a TLS validation context trust for an AWS Certicate Manager (ACM) certificate.
acm
- A reference to an object that represents a TLS validation context trust for an AWS Certicate Manager (ACM)
certificate.public void setFile(VirtualGatewayTlsValidationContextFileTrust file)
An object that represents a TLS validation context trust for a local file.
file
- An object that represents a TLS validation context trust for a local file.public VirtualGatewayTlsValidationContextFileTrust getFile()
An object that represents a TLS validation context trust for a local file.
public VirtualGatewayTlsValidationContextTrust withFile(VirtualGatewayTlsValidationContextFileTrust file)
An object that represents a TLS validation context trust for a local file.
file
- An object that represents a TLS validation context trust for a local file.public String toString()
toString
in class Object
Object.toString()
public VirtualGatewayTlsValidationContextTrust clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.