@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)
Marshalls this structured data using the given
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 Object
Object.toString()
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.