Class UploadSigningCertificateResult
java.lang.Object
com.amazonaws.services.identitymanagement.model.UploadSigningCertificateResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the response to a successful UploadSigningCertificate request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Information about the certificate.int
hashCode()
void
setCertificate
(SigningCertificate certificate) Information about the certificate.toString()
Returns a string representation of this object; useful for testing and debugging.withCertificate
(SigningCertificate certificate) Information about the certificate.
-
Constructor Details
-
UploadSigningCertificateResult
public UploadSigningCertificateResult()
-
-
Method Details
-
setCertificate
Information about the certificate.
- Parameters:
certificate
- Information about the certificate.
-
getCertificate
Information about the certificate.
- Returns:
- Information about the certificate.
-
withCertificate
Information about the certificate.
- Parameters:
certificate
- Information about the certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-