public class DeleteSigningCertificateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteSigningCertificateRequest()
Default constructor for DeleteSigningCertificateRequest object.
|
DeleteSigningCertificateRequest(String certificateId)
Constructs a new DeleteSigningCertificateRequest object.
|
Modifier and Type | Method and Description |
---|---|
DeleteSigningCertificateRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getCertificateId()
The ID of the signing certificate to delete.
|
String |
getUserName()
The name of the user the signing certificate belongs to.
|
int |
hashCode() |
void |
setCertificateId(String certificateId)
The ID of the signing certificate to delete.
|
void |
setUserName(String userName)
The name of the user the signing certificate belongs to.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteSigningCertificateRequest |
withCertificateId(String certificateId)
The ID of the signing certificate to delete.
|
DeleteSigningCertificateRequest |
withUserName(String userName)
The name of the user the signing certificate belongs to.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public DeleteSigningCertificateRequest()
public DeleteSigningCertificateRequest(String certificateId)
certificateId
- The ID of the signing certificate to delete.public void setUserName(String userName)
The name of the user the signing certificate belongs to.
userName
- The name of the user the signing certificate belongs to.public String getUserName()
The name of the user the signing certificate belongs to.
public DeleteSigningCertificateRequest withUserName(String userName)
The name of the user the signing certificate belongs to.
userName
- The name of the user the signing certificate belongs to.public void setCertificateId(String certificateId)
The ID of the signing certificate to delete.
certificateId
- The ID of the signing certificate to delete.public String getCertificateId()
The ID of the signing certificate to delete.
public DeleteSigningCertificateRequest withCertificateId(String certificateId)
The ID of the signing certificate to delete.
certificateId
- The ID of the signing certificate to delete.public String toString()
toString
in class Object
Object.toString()
public DeleteSigningCertificateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.