public class UpdateSigningCertificateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateSigningCertificateRequest()
Default constructor for UpdateSigningCertificateRequest object.
|
UpdateSigningCertificateRequest(String certificateId,
StatusType status)
Constructs a new UpdateSigningCertificateRequest object.
|
UpdateSigningCertificateRequest(String certificateId,
String status)
Constructs a new UpdateSigningCertificateRequest object.
|
Modifier and Type | Method and Description |
---|---|
UpdateSigningCertificateRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getCertificateId()
The ID of the signing certificate you want to update.
|
String |
getStatus()
The status you want to assign to the certificate.
|
String |
getUserName()
The name of the user the signing certificate belongs to.
|
int |
hashCode() |
void |
setCertificateId(String certificateId)
The ID of the signing certificate you want to update.
|
void |
setStatus(StatusType status)
The status you want to assign to the certificate.
|
void |
setStatus(String status)
The status you want to assign to the certificate.
|
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.
|
UpdateSigningCertificateRequest |
withCertificateId(String certificateId)
The ID of the signing certificate you want to update.
|
UpdateSigningCertificateRequest |
withStatus(StatusType status)
The status you want to assign to the certificate.
|
UpdateSigningCertificateRequest |
withStatus(String status)
The status you want to assign to the certificate.
|
UpdateSigningCertificateRequest |
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 UpdateSigningCertificateRequest()
public UpdateSigningCertificateRequest(String certificateId, String status)
certificateId
- The ID of the signing certificate you want to update.status
- The status you want to assign to the certificate.
Active
means the certificate can be used for API
calls to AWS, while Inactive
means the certificate
cannot be used.public UpdateSigningCertificateRequest(String certificateId, StatusType status)
certificateId
- The ID of the signing certificate you want to update.status
- The status you want to assign to the certificate.
Active
means the certificate can be used for API
calls to AWS, while Inactive
means the certificate
cannot be used.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 UpdateSigningCertificateRequest 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 you want to update.
certificateId
- The ID of the signing certificate you want to update.public String getCertificateId()
The ID of the signing certificate you want to update.
public UpdateSigningCertificateRequest withCertificateId(String certificateId)
The ID of the signing certificate you want to update.
certificateId
- The ID of the signing certificate you want to update.public void setStatus(String status)
The status you want to assign to the certificate. Active
means the certificate can be used for API calls to AWS, while
Inactive
means the certificate cannot be used.
status
- The status you want to assign to the certificate.
Active
means the certificate can be used for API
calls to AWS, while Inactive
means the certificate
cannot be used.StatusType
public String getStatus()
The status you want to assign to the certificate. Active
means the certificate can be used for API calls to AWS, while
Inactive
means the certificate cannot be used.
Active
means the certificate can be used for API
calls to AWS, while Inactive
means the certificate
cannot be used.StatusType
public UpdateSigningCertificateRequest withStatus(String status)
The status you want to assign to the certificate. Active
means the certificate can be used for API calls to AWS, while
Inactive
means the certificate cannot be used.
status
- The status you want to assign to the certificate.
Active
means the certificate can be used for API
calls to AWS, while Inactive
means the certificate
cannot be used.StatusType
public void setStatus(StatusType status)
The status you want to assign to the certificate. Active
means the certificate can be used for API calls to AWS, while
Inactive
means the certificate cannot be used.
status
- The status you want to assign to the certificate.
Active
means the certificate can be used for API
calls to AWS, while Inactive
means the certificate
cannot be used.StatusType
public UpdateSigningCertificateRequest withStatus(StatusType status)
The status you want to assign to the certificate. Active
means the certificate can be used for API calls to AWS, while
Inactive
means the certificate cannot be used.
status
- The status you want to assign to the certificate.
Active
means the certificate can be used for API
calls to AWS, while Inactive
means the certificate
cannot be used.StatusType
public String toString()
toString
in class Object
Object.toString()
public UpdateSigningCertificateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.