public class GetSigningCertificateResult extends Object implements Serializable
Response from Cognito for a signing certificate request.
| Constructor and Description |
|---|
GetSigningCertificateResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCertificate()
The signing certificate.
|
int |
hashCode() |
void |
setCertificate(String certificate)
The signing certificate.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetSigningCertificateResult |
withCertificate(String certificate)
The signing certificate.
|
public String getCertificate()
The signing certificate.
The signing certificate.
public void setCertificate(String certificate)
The signing certificate.
certificate - The signing certificate.
public GetSigningCertificateResult withCertificate(String certificate)
The signing certificate.
Returns a reference to this object so that method calls can be chained together.
certificate - The signing certificate.
public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.