@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Tls extends Object implements Serializable, Cloneable, StructuredPojo
Details for client authentication using TLS.
| Constructor and Description |
|---|
Tls() |
| Modifier and Type | Method and Description |
|---|---|
Tls |
clone() |
boolean |
equals(Object obj) |
List<String> |
getCertificateAuthorityArnList()
List of ACM Certificate Authority ARNs.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCertificateAuthorityArnList(Collection<String> certificateAuthorityArnList)
List of ACM Certificate Authority ARNs.
|
String |
toString()
Returns a string representation of this object.
|
Tls |
withCertificateAuthorityArnList(Collection<String> certificateAuthorityArnList)
List of ACM Certificate Authority ARNs.
|
Tls |
withCertificateAuthorityArnList(String... certificateAuthorityArnList)
List of ACM Certificate Authority ARNs.
|
public List<String> getCertificateAuthorityArnList()
List of ACM Certificate Authority ARNs.
List of ACM Certificate Authority ARNs.
public void setCertificateAuthorityArnList(Collection<String> certificateAuthorityArnList)
List of ACM Certificate Authority ARNs.
certificateAuthorityArnList - List of ACM Certificate Authority ARNs.
public Tls withCertificateAuthorityArnList(String... certificateAuthorityArnList)
List of ACM Certificate Authority ARNs.
NOTE: This method appends the values to the existing list (if any). Use
setCertificateAuthorityArnList(java.util.Collection) or
withCertificateAuthorityArnList(java.util.Collection) if you want to override the existing values.
certificateAuthorityArnList - List of ACM Certificate Authority ARNs.
public Tls withCertificateAuthorityArnList(Collection<String> certificateAuthorityArnList)
List of ACM Certificate Authority ARNs.
certificateAuthorityArnList - List of ACM Certificate Authority ARNs.
public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.