public class CertificateSummary
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
This structure is returned in the response object of ListCertificates action.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
certificateArn
Amazon Resource Name (ARN) of the certificate.
|
private java.lang.String |
domainName
Fully qualified domain name (FQDN), such as www.example.com or
example.com, for the certificate.
|
Constructor and Description |
---|
CertificateSummary() |
Modifier and Type | Method and Description |
---|---|
CertificateSummary |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCertificateArn()
Amazon Resource Name (ARN) of the certificate.
|
java.lang.String |
getDomainName()
Fully qualified domain name (FQDN), such as www.example.com or
example.com, for the certificate.
|
int |
hashCode() |
void |
setCertificateArn(java.lang.String certificateArn)
Amazon Resource Name (ARN) of the certificate.
|
void |
setDomainName(java.lang.String domainName)
Fully qualified domain name (FQDN), such as www.example.com or
example.com, for the certificate.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CertificateSummary |
withCertificateArn(java.lang.String certificateArn)
Amazon Resource Name (ARN) of the certificate.
|
CertificateSummary |
withDomainName(java.lang.String domainName)
Fully qualified domain name (FQDN), such as www.example.com or
example.com, for the certificate.
|
private java.lang.String certificateArn
Amazon Resource Name (ARN) of the certificate. This is of the form:
arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
private java.lang.String domainName
Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.
public void setCertificateArn(java.lang.String certificateArn)
Amazon Resource Name (ARN) of the certificate. This is of the form:
arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
certificateArn
- Amazon Resource Name (ARN) of the certificate. This is of the
form:
arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
public java.lang.String getCertificateArn()
Amazon Resource Name (ARN) of the certificate. This is of the form:
arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
public CertificateSummary withCertificateArn(java.lang.String certificateArn)
Amazon Resource Name (ARN) of the certificate. This is of the form:
arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
certificateArn
- Amazon Resource Name (ARN) of the certificate. This is of the
form:
arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
public void setDomainName(java.lang.String domainName)
Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.
domainName
- Fully qualified domain name (FQDN), such as www.example.com or
example.com, for the certificate.public java.lang.String getDomainName()
Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.
public CertificateSummary withDomainName(java.lang.String domainName)
Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.
domainName
- Fully qualified domain name (FQDN), such as www.example.com or
example.com, for the certificate.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public CertificateSummary clone()
clone
in class java.lang.Object