@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTrustStoreCertificateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetTrustStoreCertificateResult() |
| Modifier and Type | Method and Description |
|---|---|
GetTrustStoreCertificateResult |
clone() |
boolean |
equals(Object obj) |
Certificate |
getCertificate()
The certificate of the trust store certificate.
|
String |
getTrustStoreArn()
The ARN of the trust store certificate.
|
int |
hashCode() |
void |
setCertificate(Certificate certificate)
The certificate of the trust store certificate.
|
void |
setTrustStoreArn(String trustStoreArn)
The ARN of the trust store certificate.
|
String |
toString()
Returns a string representation of this object.
|
GetTrustStoreCertificateResult |
withCertificate(Certificate certificate)
The certificate of the trust store certificate.
|
GetTrustStoreCertificateResult |
withTrustStoreArn(String trustStoreArn)
The ARN of the trust store certificate.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setCertificate(Certificate certificate)
The certificate of the trust store certificate.
certificate - The certificate of the trust store certificate.public Certificate getCertificate()
The certificate of the trust store certificate.
public GetTrustStoreCertificateResult withCertificate(Certificate certificate)
The certificate of the trust store certificate.
certificate - The certificate of the trust store certificate.public void setTrustStoreArn(String trustStoreArn)
The ARN of the trust store certificate.
trustStoreArn - The ARN of the trust store certificate.public String getTrustStoreArn()
The ARN of the trust store certificate.
public GetTrustStoreCertificateResult withTrustStoreArn(String trustStoreArn)
The ARN of the trust store certificate.
trustStoreArn - The ARN of the trust store certificate.public String toString()
toString in class ObjectObject.toString()public GetTrustStoreCertificateResult clone()