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