@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Certificate extends Object implements Serializable, Cloneable
A CA certificate for an AWS account.
Constructor and Description |
---|
Certificate() |
Modifier and Type | Method and Description |
---|---|
Certificate |
clone() |
boolean |
equals(Object obj) |
String |
getCertificateArn()
The Amazon Resource Name (ARN) for the certificate.
|
String |
getCertificateIdentifier()
The unique key that identifies a certificate.
|
String |
getCertificateType()
The type of the certificate.
|
String |
getThumbprint()
The thumbprint of the certificate.
|
Date |
getValidFrom()
The starting date from which the certificate is valid.
|
Date |
getValidTill()
The final date that the certificate continues to be valid.
|
int |
hashCode() |
void |
setCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) for the certificate.
|
void |
setCertificateIdentifier(String certificateIdentifier)
The unique key that identifies a certificate.
|
void |
setCertificateType(String certificateType)
The type of the certificate.
|
void |
setThumbprint(String thumbprint)
The thumbprint of the certificate.
|
void |
setValidFrom(Date validFrom)
The starting date from which the certificate is valid.
|
void |
setValidTill(Date validTill)
The final date that the certificate continues to be valid.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Certificate |
withCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) for the certificate.
|
Certificate |
withCertificateIdentifier(String certificateIdentifier)
The unique key that identifies a certificate.
|
Certificate |
withCertificateType(String certificateType)
The type of the certificate.
|
Certificate |
withThumbprint(String thumbprint)
The thumbprint of the certificate.
|
Certificate |
withValidFrom(Date validFrom)
The starting date from which the certificate is valid.
|
Certificate |
withValidTill(Date validTill)
The final date that the certificate continues to be valid.
|
public void setCertificateIdentifier(String certificateIdentifier)
The unique key that identifies a certificate.
certificateIdentifier
- The unique key that identifies a certificate.public String getCertificateIdentifier()
The unique key that identifies a certificate.
public Certificate withCertificateIdentifier(String certificateIdentifier)
The unique key that identifies a certificate.
certificateIdentifier
- The unique key that identifies a certificate.public void setCertificateType(String certificateType)
The type of the certificate.
certificateType
- The type of the certificate.public String getCertificateType()
The type of the certificate.
public Certificate withCertificateType(String certificateType)
The type of the certificate.
certificateType
- The type of the certificate.public void setThumbprint(String thumbprint)
The thumbprint of the certificate.
thumbprint
- The thumbprint of the certificate.public String getThumbprint()
The thumbprint of the certificate.
public Certificate withThumbprint(String thumbprint)
The thumbprint of the certificate.
thumbprint
- The thumbprint of the certificate.public void setValidFrom(Date validFrom)
The starting date from which the certificate is valid.
validFrom
- The starting date from which the certificate is valid.public Date getValidFrom()
The starting date from which the certificate is valid.
public Certificate withValidFrom(Date validFrom)
The starting date from which the certificate is valid.
validFrom
- The starting date from which the certificate is valid.public void setValidTill(Date validTill)
The final date that the certificate continues to be valid.
validTill
- The final date that the certificate continues to be valid.public Date getValidTill()
The final date that the certificate continues to be valid.
public Certificate withValidTill(Date validTill)
The final date that the certificate continues to be valid.
validTill
- The final date that the certificate continues to be valid.public void setCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) for the certificate.
certificateArn
- The Amazon Resource Name (ARN) for the certificate.public String getCertificateArn()
The Amazon Resource Name (ARN) for the certificate.
public Certificate withCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) for the certificate.
certificateArn
- The Amazon Resource Name (ARN) for the certificate.public String toString()
toString
in class Object
Object.toString()
public Certificate clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.