@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeWebsiteCertificateAuthorityResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeWebsiteCertificateAuthorityResult() |
Modifier and Type | Method and Description |
---|---|
DescribeWebsiteCertificateAuthorityResult |
clone() |
boolean |
equals(Object obj) |
String |
getCertificate()
The root certificate of the certificate authority.
|
Date |
getCreatedTime()
The time that the certificate authority was added.
|
String |
getDisplayName()
The certificate name to display.
|
int |
hashCode() |
void |
setCertificate(String certificate)
The root certificate of the certificate authority.
|
void |
setCreatedTime(Date createdTime)
The time that the certificate authority was added.
|
void |
setDisplayName(String displayName)
The certificate name to display.
|
String |
toString()
Returns a string representation of this object.
|
DescribeWebsiteCertificateAuthorityResult |
withCertificate(String certificate)
The root certificate of the certificate authority.
|
DescribeWebsiteCertificateAuthorityResult |
withCreatedTime(Date createdTime)
The time that the certificate authority was added.
|
DescribeWebsiteCertificateAuthorityResult |
withDisplayName(String displayName)
The certificate name to display.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeWebsiteCertificateAuthorityResult()
public void setCertificate(String certificate)
The root certificate of the certificate authority.
certificate
- The root certificate of the certificate authority.public String getCertificate()
The root certificate of the certificate authority.
public DescribeWebsiteCertificateAuthorityResult withCertificate(String certificate)
The root certificate of the certificate authority.
certificate
- The root certificate of the certificate authority.public void setCreatedTime(Date createdTime)
The time that the certificate authority was added.
createdTime
- The time that the certificate authority was added.public Date getCreatedTime()
The time that the certificate authority was added.
public DescribeWebsiteCertificateAuthorityResult withCreatedTime(Date createdTime)
The time that the certificate authority was added.
createdTime
- The time that the certificate authority was added.public void setDisplayName(String displayName)
The certificate name to display.
displayName
- The certificate name to display.public String getDisplayName()
The certificate name to display.
public DescribeWebsiteCertificateAuthorityResult withDisplayName(String displayName)
The certificate name to display.
displayName
- The certificate name to display.public String toString()
toString
in class Object
Object.toString()
public DescribeWebsiteCertificateAuthorityResult clone()