@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AcceptCertificateTransferRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input for the AcceptCertificateTransfer operation.
NOOP
Constructor and Description |
---|
AcceptCertificateTransferRequest() |
Modifier and Type | Method and Description |
---|---|
AcceptCertificateTransferRequest |
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 certificate.
|
Boolean |
getSetAsActive()
Specifies whether the certificate is active.
|
int |
hashCode() |
Boolean |
isSetAsActive()
Specifies whether the certificate is active.
|
void |
setCertificateId(String certificateId)
The ID of the certificate.
|
void |
setSetAsActive(Boolean setAsActive)
Specifies whether the certificate is active.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
AcceptCertificateTransferRequest |
withCertificateId(String certificateId)
The ID of the certificate.
|
AcceptCertificateTransferRequest |
withSetAsActive(Boolean setAsActive)
Specifies whether the certificate is active.
|
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 void setCertificateId(String certificateId)
The ID of the certificate.
certificateId
- The ID of the certificate.public String getCertificateId()
The ID of the certificate.
public AcceptCertificateTransferRequest withCertificateId(String certificateId)
The ID of the certificate.
certificateId
- The ID of the certificate.public void setSetAsActive(Boolean setAsActive)
Specifies whether the certificate is active.
setAsActive
- Specifies whether the certificate is active.public Boolean getSetAsActive()
Specifies whether the certificate is active.
public AcceptCertificateTransferRequest withSetAsActive(Boolean setAsActive)
Specifies whether the certificate is active.
setAsActive
- Specifies whether the certificate is active.public Boolean isSetAsActive()
Specifies whether the certificate is active.
public String toString()
toString
in class Object
Object.toString()
public AcceptCertificateTransferRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.