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