@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ServerCertificateSummary extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains information about a server certificate.
Constructor and Description |
---|
ServerCertificateSummary() |
Modifier and Type | Method and Description |
---|---|
ServerCertificateSummary |
clone() |
boolean |
equals(Object obj) |
String |
getServerCertificateArn()
The ARN of the server certificate.
|
String |
getServerCertificateStatus()
The status of the server certificate.
|
String |
getServerCertificateStatusDetail()
Details that explain the status of the server certificate.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setServerCertificateArn(String serverCertificateArn)
The ARN of the server certificate.
|
void |
setServerCertificateStatus(String serverCertificateStatus)
The status of the server certificate.
|
void |
setServerCertificateStatusDetail(String serverCertificateStatusDetail)
Details that explain the status of the server certificate.
|
String |
toString()
Returns a string representation of this object.
|
ServerCertificateSummary |
withServerCertificateArn(String serverCertificateArn)
The ARN of the server certificate.
|
ServerCertificateSummary |
withServerCertificateStatus(ServerCertificateStatus serverCertificateStatus)
The status of the server certificate.
|
ServerCertificateSummary |
withServerCertificateStatus(String serverCertificateStatus)
The status of the server certificate.
|
ServerCertificateSummary |
withServerCertificateStatusDetail(String serverCertificateStatusDetail)
Details that explain the status of the server certificate.
|
public void setServerCertificateArn(String serverCertificateArn)
The ARN of the server certificate.
serverCertificateArn
- The ARN of the server certificate.public String getServerCertificateArn()
The ARN of the server certificate.
public ServerCertificateSummary withServerCertificateArn(String serverCertificateArn)
The ARN of the server certificate.
serverCertificateArn
- The ARN of the server certificate.public void setServerCertificateStatus(String serverCertificateStatus)
The status of the server certificate.
serverCertificateStatus
- The status of the server certificate.ServerCertificateStatus
public String getServerCertificateStatus()
The status of the server certificate.
ServerCertificateStatus
public ServerCertificateSummary withServerCertificateStatus(String serverCertificateStatus)
The status of the server certificate.
serverCertificateStatus
- The status of the server certificate.ServerCertificateStatus
public ServerCertificateSummary withServerCertificateStatus(ServerCertificateStatus serverCertificateStatus)
The status of the server certificate.
serverCertificateStatus
- The status of the server certificate.ServerCertificateStatus
public void setServerCertificateStatusDetail(String serverCertificateStatusDetail)
Details that explain the status of the server certificate.
serverCertificateStatusDetail
- Details that explain the status of the server certificate.public String getServerCertificateStatusDetail()
Details that explain the status of the server certificate.
public ServerCertificateSummary withServerCertificateStatusDetail(String serverCertificateStatusDetail)
Details that explain the status of the server certificate.
serverCertificateStatusDetail
- Details that explain the status of the server certificate.public String toString()
toString
in class Object
Object.toString()
public ServerCertificateSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.