@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
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 IAM 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 IAM 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 IAM user the signing certificate belongs to.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public UpdateSigningCertificateRequest()
public UpdateSigningCertificateRequest(String certificateId, String status)
certificateId
- The ID of the signing certificate you want to update.
This parameter allows (per its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
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.
This parameter allows (per its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
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 IAM user the signing certificate belongs to.
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
userName
- The name of the IAM user the signing certificate belongs to.
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
public String getUserName()
The name of the IAM user the signing certificate belongs to.
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
public UpdateSigningCertificateRequest withUserName(String userName)
The name of the IAM user the signing certificate belongs to.
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
userName
- The name of the IAM user the signing certificate belongs to.
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
public void setCertificateId(String certificateId)
The ID of the signing certificate you want to update.
This parameter allows (per its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
certificateId
- The ID of the signing certificate you want to update.
This parameter allows (per its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
public String getCertificateId()
The ID of the signing certificate you want to update.
This parameter allows (per its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
This parameter allows (per its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
public UpdateSigningCertificateRequest withCertificateId(String certificateId)
The ID of the signing certificate you want to update.
This parameter allows (per its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
certificateId
- The ID of the signing certificate you want to update.
This parameter allows (per its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
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.