@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TlsValidationContextAcmTrust extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents a Transport Layer Security (TLS) validation context trust for an Certificate Manager certificate.
| Constructor and Description |
|---|
TlsValidationContextAcmTrust() |
| Modifier and Type | Method and Description |
|---|---|
TlsValidationContextAcmTrust |
clone() |
boolean |
equals(Object obj) |
List<String> |
getCertificateAuthorityArns()
One or more ACM Amazon Resource Name (ARN)s.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCertificateAuthorityArns(Collection<String> certificateAuthorityArns)
One or more ACM Amazon Resource Name (ARN)s.
|
String |
toString()
Returns a string representation of this object.
|
TlsValidationContextAcmTrust |
withCertificateAuthorityArns(Collection<String> certificateAuthorityArns)
One or more ACM Amazon Resource Name (ARN)s.
|
TlsValidationContextAcmTrust |
withCertificateAuthorityArns(String... certificateAuthorityArns)
One or more ACM Amazon Resource Name (ARN)s.
|
public List<String> getCertificateAuthorityArns()
One or more ACM Amazon Resource Name (ARN)s.
public void setCertificateAuthorityArns(Collection<String> certificateAuthorityArns)
One or more ACM Amazon Resource Name (ARN)s.
certificateAuthorityArns - One or more ACM Amazon Resource Name (ARN)s.public TlsValidationContextAcmTrust withCertificateAuthorityArns(String... certificateAuthorityArns)
One or more ACM Amazon Resource Name (ARN)s.
NOTE: This method appends the values to the existing list (if any). Use
setCertificateAuthorityArns(java.util.Collection) or
withCertificateAuthorityArns(java.util.Collection) if you want to override the existing values.
certificateAuthorityArns - One or more ACM Amazon Resource Name (ARN)s.public TlsValidationContextAcmTrust withCertificateAuthorityArns(Collection<String> certificateAuthorityArns)
One or more ACM Amazon Resource Name (ARN)s.
certificateAuthorityArns - One or more ACM Amazon Resource Name (ARN)s.public String toString()
toString in class ObjectObject.toString()public TlsValidationContextAcmTrust clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.