|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.identitymanagement.model.DeleteSigningCertificateRequest
public class DeleteSigningCertificateRequest
Container for the parameters to the DeleteSigningCertificate operation
.
Deletes the specified signing certificate associated with the specified user.
If the UserName
field is not specified, the UserName is
determined implicitly based on the AWS Access Key ID used to sign the
request. Because this action works for access keys under the account,
this API can be used to manage root credentials even if the account
has no associated users.
AmazonIdentityManagement.deleteSigningCertificate(DeleteSigningCertificateRequest)
Constructor Summary | |
---|---|
DeleteSigningCertificateRequest()
|
Method Summary | |
---|---|
String |
getCertificateId()
ID of the signing certificate to delete. |
String |
getUserName()
Name of the user the signing certificate belongs to. |
void |
setCertificateId(String certificateId)
ID of the signing certificate to delete. |
void |
setUserName(String userName)
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)
ID of the signing certificate to delete. |
DeleteSigningCertificateRequest |
withUserName(String userName)
Name of the user the signing certificate belongs to. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeleteSigningCertificateRequest()
Method Detail |
---|
public String getUserName()
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
public void setUserName(String userName)
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
userName
- Name of the user the signing certificate belongs to.public DeleteSigningCertificateRequest withUserName(String userName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
userName
- Name of the user the signing certificate belongs to.
public String getCertificateId()
Constraints:
Length: 24 - 128
Pattern: [\w]*
public void setCertificateId(String certificateId)
Constraints:
Length: 24 - 128
Pattern: [\w]*
certificateId
- ID of the signing certificate to delete.public DeleteSigningCertificateRequest withCertificateId(String certificateId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 24 - 128
Pattern: [\w]*
certificateId
- ID of the signing certificate to delete.
public String toString()
toString
in class Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |