@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Certificate extends Object implements Serializable, Cloneable
Information about an SSL server certificate.
Constructor and Description |
---|
Certificate() |
Modifier and Type | Method and Description |
---|---|
Certificate |
clone() |
boolean |
equals(Object obj) |
String |
getCertificateArn()
The Amazon Resource Name (ARN) of the certificate.
|
Boolean |
getIsDefault()
Indicates whether the certificate is the default certificate.
|
int |
hashCode() |
Boolean |
isDefault()
Indicates whether the certificate is the default certificate.
|
void |
setCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate.
|
void |
setIsDefault(Boolean isDefault)
Indicates whether the certificate is the default certificate.
|
String |
toString()
Returns a string representation of this object.
|
Certificate |
withCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate.
|
Certificate |
withIsDefault(Boolean isDefault)
Indicates whether the certificate is the default certificate.
|
public void setCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate.
certificateArn
- The Amazon Resource Name (ARN) of the certificate.public String getCertificateArn()
The Amazon Resource Name (ARN) of the certificate.
public Certificate withCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate.
certificateArn
- The Amazon Resource Name (ARN) of the certificate.public void setIsDefault(Boolean isDefault)
Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.
isDefault
- Indicates whether the certificate is the default certificate. Do not set this value when specifying a
certificate as an input. This value is not included in the output when describing a listener, but is
included when describing listener certificates.public Boolean getIsDefault()
Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.
public Certificate withIsDefault(Boolean isDefault)
Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.
isDefault
- Indicates whether the certificate is the default certificate. Do not set this value when specifying a
certificate as an input. This value is not included in the output when describing a listener, but is
included when describing listener certificates.public Boolean isDefault()
Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.
public String toString()
toString
in class Object
Object.toString()
public Certificate clone()