@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegisterCertificateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
RegisterCertificateResult() |
Modifier and Type | Method and Description |
---|---|
RegisterCertificateResult |
clone() |
boolean |
equals(Object obj) |
String |
getCertificateId()
The identifier of the certificate.
|
int |
hashCode() |
void |
setCertificateId(String certificateId)
The identifier of the certificate.
|
String |
toString()
Returns a string representation of this object.
|
RegisterCertificateResult |
withCertificateId(String certificateId)
The identifier of the certificate.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCertificateId(String certificateId)
The identifier of the certificate.
certificateId
- The identifier of the certificate.public String getCertificateId()
The identifier of the certificate.
public RegisterCertificateResult withCertificateId(String certificateId)
The identifier of the certificate.
certificateId
- The identifier of the certificate.public String toString()
toString
in class Object
Object.toString()
public RegisterCertificateResult clone()