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