public class TransferCertificateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input for the TransferCertificate operation.
NOOP| Constructor and Description |
|---|
TransferCertificateRequest() |
| Modifier and Type | Method and Description |
|---|---|
TransferCertificateRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getCertificateId()
The ID of the certificate.
|
String |
getTargetAwsAccount()
The AWS account.
|
int |
hashCode() |
void |
setCertificateId(String certificateId)
The ID of the certificate.
|
void |
setTargetAwsAccount(String targetAwsAccount)
The AWS account.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TransferCertificateRequest |
withCertificateId(String certificateId)
The ID of the certificate.
|
TransferCertificateRequest |
withTargetAwsAccount(String targetAwsAccount)
The AWS account.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setCertificateId(String certificateId)
The ID of the certificate.
certificateId - The ID of the certificate.public String getCertificateId()
The ID of the certificate.
public TransferCertificateRequest withCertificateId(String certificateId)
The ID of the certificate.
certificateId - The ID of the certificate.public void setTargetAwsAccount(String targetAwsAccount)
The AWS account.
targetAwsAccount - The AWS account.public String getTargetAwsAccount()
The AWS account.
public TransferCertificateRequest withTargetAwsAccount(String targetAwsAccount)
The AWS account.
targetAwsAccount - The AWS account.public String toString()
toString in class ObjectObject.toString()public TransferCertificateRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.