@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Certificate extends Object implements Serializable, Cloneable, StructuredPojo
The entity representing certificate data generated for managed endpoint.
| Constructor and Description |
|---|
Certificate() |
| Modifier and Type | Method and Description |
|---|---|
Certificate |
clone() |
boolean |
equals(Object obj) |
String |
getCertificateArn()
The ARN of the certificate generated for managed endpoint.
|
String |
getCertificateData()
The base64 encoded PEM certificate data generated for managed endpoint.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCertificateArn(String certificateArn)
The ARN of the certificate generated for managed endpoint.
|
void |
setCertificateData(String certificateData)
The base64 encoded PEM certificate data generated for managed endpoint.
|
String |
toString()
Returns a string representation of this object.
|
Certificate |
withCertificateArn(String certificateArn)
The ARN of the certificate generated for managed endpoint.
|
Certificate |
withCertificateData(String certificateData)
The base64 encoded PEM certificate data generated for managed endpoint.
|
public void setCertificateArn(String certificateArn)
The ARN of the certificate generated for managed endpoint.
certificateArn - The ARN of the certificate generated for managed endpoint.public String getCertificateArn()
The ARN of the certificate generated for managed endpoint.
public Certificate withCertificateArn(String certificateArn)
The ARN of the certificate generated for managed endpoint.
certificateArn - The ARN of the certificate generated for managed endpoint.public void setCertificateData(String certificateData)
The base64 encoded PEM certificate data generated for managed endpoint.
certificateData - The base64 encoded PEM certificate data generated for managed endpoint.public String getCertificateData()
The base64 encoded PEM certificate data generated for managed endpoint.
public Certificate withCertificateData(String certificateData)
The base64 encoded PEM certificate data generated for managed endpoint.
certificateData - The base64 encoded PEM certificate data generated for managed endpoint.public String toString()
toString in class ObjectObject.toString()public Certificate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.