public class ServerCertificateSummary
extends java.lang.Object
implements java.io.Serializable
An object that contains information about a server certificate.
Constructor and Description |
---|
ServerCertificateSummary() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getServerCertificateArn()
The ARN of the server certificate.
|
java.lang.String |
getServerCertificateStatus()
The status of the server certificate.
|
java.lang.String |
getServerCertificateStatusDetail()
Details that explain the status of the server certificate.
|
int |
hashCode() |
void |
setServerCertificateArn(java.lang.String serverCertificateArn)
The ARN of the server certificate.
|
void |
setServerCertificateStatus(ServerCertificateStatus serverCertificateStatus)
The status of the server certificate.
|
void |
setServerCertificateStatus(java.lang.String serverCertificateStatus)
The status of the server certificate.
|
void |
setServerCertificateStatusDetail(java.lang.String serverCertificateStatusDetail)
Details that explain the status of the server certificate.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ServerCertificateSummary |
withServerCertificateArn(java.lang.String serverCertificateArn)
The ARN of the server certificate.
|
ServerCertificateSummary |
withServerCertificateStatus(ServerCertificateStatus serverCertificateStatus)
The status of the server certificate.
|
ServerCertificateSummary |
withServerCertificateStatus(java.lang.String serverCertificateStatus)
The status of the server certificate.
|
ServerCertificateSummary |
withServerCertificateStatusDetail(java.lang.String serverCertificateStatusDetail)
Details that explain the status of the server certificate.
|
public java.lang.String getServerCertificateArn()
The ARN of the server certificate.
Constraints:
Length: 1 - 2048
Pattern:
arn:aws(-cn|-us-gov|-iso-b|-iso)?:acm:[a-z]{2}-(gov-|iso-|
isob-)?[a-z]{4,9}-\d{1}:\d{12}:certificate/[a-zA-Z0-9/-]+
The ARN of the server certificate.
public void setServerCertificateArn(java.lang.String serverCertificateArn)
The ARN of the server certificate.
Constraints:
Length: 1 - 2048
Pattern:
arn:aws(-cn|-us-gov|-iso-b|-iso)?:acm:[a-z]{2}-(gov-|iso-|
isob-)?[a-z]{4,9}-\d{1}:\d{12}:certificate/[a-zA-Z0-9/-]+
serverCertificateArn
- The ARN of the server certificate.
public ServerCertificateSummary withServerCertificateArn(java.lang.String serverCertificateArn)
The ARN of the server certificate.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 2048
Pattern:
arn:aws(-cn|-us-gov|-iso-b|-iso)?:acm:[a-z]{2}-(gov-|iso-|
isob-)?[a-z]{4,9}-\d{1}:\d{12}:certificate/[a-zA-Z0-9/-]+
serverCertificateArn
- The ARN of the server certificate.
public java.lang.String getServerCertificateStatus()
The status of the server certificate.
Constraints:
Allowed Values: INVALID, VALID
The status of the server certificate.
ServerCertificateStatus
public void setServerCertificateStatus(java.lang.String serverCertificateStatus)
The status of the server certificate.
Constraints:
Allowed Values: INVALID, VALID
serverCertificateStatus
- The status of the server certificate.
ServerCertificateStatus
public ServerCertificateSummary withServerCertificateStatus(java.lang.String serverCertificateStatus)
The status of the server certificate.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: INVALID, VALID
serverCertificateStatus
- The status of the server certificate.
ServerCertificateStatus
public void setServerCertificateStatus(ServerCertificateStatus serverCertificateStatus)
The status of the server certificate.
Constraints:
Allowed Values: INVALID, VALID
serverCertificateStatus
- The status of the server certificate.
ServerCertificateStatus
public ServerCertificateSummary withServerCertificateStatus(ServerCertificateStatus serverCertificateStatus)
The status of the server certificate.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: INVALID, VALID
serverCertificateStatus
- The status of the server certificate.
ServerCertificateStatus
public java.lang.String getServerCertificateStatusDetail()
Details that explain the status of the server certificate.
Details that explain the status of the server certificate.
public void setServerCertificateStatusDetail(java.lang.String serverCertificateStatusDetail)
Details that explain the status of the server certificate.
serverCertificateStatusDetail
- Details that explain the status of the server certificate.
public ServerCertificateSummary withServerCertificateStatusDetail(java.lang.String serverCertificateStatusDetail)
Details that explain the status of the server certificate.
Returns a reference to this object so that method calls can be chained together.
serverCertificateStatusDetail
- Details that explain the status of the server certificate.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.