@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ServiceConnectTlsCertificateAuthority extends Object implements Serializable, Cloneable, StructuredPojo
The certificate root authority that secures your service.
Constructor and Description |
---|
ServiceConnectTlsCertificateAuthority() |
Modifier and Type | Method and Description |
---|---|
ServiceConnectTlsCertificateAuthority |
clone() |
boolean |
equals(Object obj) |
String |
getAwsPcaAuthorityArn()
The ARN of the Amazon Web Services Private Certificate Authority certificate.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAwsPcaAuthorityArn(String awsPcaAuthorityArn)
The ARN of the Amazon Web Services Private Certificate Authority certificate.
|
String |
toString()
Returns a string representation of this object.
|
ServiceConnectTlsCertificateAuthority |
withAwsPcaAuthorityArn(String awsPcaAuthorityArn)
The ARN of the Amazon Web Services Private Certificate Authority certificate.
|
public ServiceConnectTlsCertificateAuthority()
public void setAwsPcaAuthorityArn(String awsPcaAuthorityArn)
The ARN of the Amazon Web Services Private Certificate Authority certificate.
awsPcaAuthorityArn
- The ARN of the Amazon Web Services Private Certificate Authority certificate.public String getAwsPcaAuthorityArn()
The ARN of the Amazon Web Services Private Certificate Authority certificate.
public ServiceConnectTlsCertificateAuthority withAwsPcaAuthorityArn(String awsPcaAuthorityArn)
The ARN of the Amazon Web Services Private Certificate Authority certificate.
awsPcaAuthorityArn
- The ARN of the Amazon Web Services Private Certificate Authority certificate.public String toString()
toString
in class Object
Object.toString()
public ServiceConnectTlsCertificateAuthority clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.