@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateWebsiteCertificateAuthorityResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
AssociateWebsiteCertificateAuthorityResult() |
Modifier and Type | Method and Description |
---|---|
AssociateWebsiteCertificateAuthorityResult |
clone() |
boolean |
equals(Object obj) |
String |
getWebsiteCaId()
A unique identifier for the CA.
|
int |
hashCode() |
void |
setWebsiteCaId(String websiteCaId)
A unique identifier for the CA.
|
String |
toString()
Returns a string representation of this object.
|
AssociateWebsiteCertificateAuthorityResult |
withWebsiteCaId(String websiteCaId)
A unique identifier for the CA.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public AssociateWebsiteCertificateAuthorityResult()
public void setWebsiteCaId(String websiteCaId)
A unique identifier for the CA.
websiteCaId
- A unique identifier for the CA.public String getWebsiteCaId()
A unique identifier for the CA.
public AssociateWebsiteCertificateAuthorityResult withWebsiteCaId(String websiteCaId)
A unique identifier for the CA.
websiteCaId
- A unique identifier for the CA.public String toString()
toString
in class Object
Object.toString()
public AssociateWebsiteCertificateAuthorityResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.