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.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public 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 Object
Object.toString()
public TransferCertificateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.