|
|||||||
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 you do not specify a user name, IAM determines the user name implicitly based on the AWS Access Key ID signing the request. Because this action works for access keys under the AWS account, you can use this API to manage root credentials even if the AWS account has no associated users.
AmazonIdentityManagement.deleteSigningCertificate(DeleteSigningCertificateRequest)
Constructor Summary | |
---|---|
DeleteSigningCertificateRequest()
Default constructor for a new DeleteSigningCertificateRequest object. |
|
DeleteSigningCertificateRequest(String certificateId)
Constructs a new DeleteSigningCertificateRequest object. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getCertificateId()
ID of the signing certificate to delete. |
String |
getUserName()
Name of the user the signing certificate belongs to. |
int |
hashCode()
|
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, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeleteSigningCertificateRequest()
public DeleteSigningCertificateRequest(String certificateId)
certificateId
- ID of the signing certificate to delete.Method Detail |
---|
public String getUserName()
Constraints:
Length: 1 - 64
Pattern: [\w+=,.@-]*
public void setUserName(String userName)
Constraints:
Length: 1 - 64
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 - 64
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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |