@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CertificateSummary extends Object implements Serializable, Cloneable, StructuredPojo
This structure is returned in the response object of ListCertificates action.
| Constructor and Description |
|---|
CertificateSummary() |
| Modifier and Type | Method and Description |
|---|---|
CertificateSummary |
clone() |
boolean |
equals(Object obj) |
String |
getCertificateArn()
Amazon Resource Name (ARN) of the certificate.
|
String |
getDomainName()
Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCertificateArn(String certificateArn)
Amazon Resource Name (ARN) of the certificate.
|
void |
setDomainName(String domainName)
Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CertificateSummary |
withCertificateArn(String certificateArn)
Amazon Resource Name (ARN) of the certificate.
|
CertificateSummary |
withDomainName(String domainName)
Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.
|
public void setCertificateArn(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 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(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(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 String getDomainName()
Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.
public CertificateSummary withDomainName(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 String toString()
toString in class ObjectObject.toString()public CertificateSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.