|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.identitymanagement.model.ServerCertificate
public class ServerCertificate
The ServerCertificate data type contains information about a server certificate.
This data type is used as a response element in the action GetServerCertificate.
Constructor Summary | |
---|---|
ServerCertificate()
|
Method Summary | |
---|---|
String |
getCertificateBody()
The contents of the public key certificate. |
String |
getCertificateChain()
The contents of the public key certificate chain. |
ServerCertificateMetadata |
getServerCertificateMetadata()
The meta information of the server certificate, such as its name, path, ID, and ARN. |
void |
setCertificateBody(String certificateBody)
The contents of the public key certificate. |
void |
setCertificateChain(String certificateChain)
The contents of the public key certificate chain. |
void |
setServerCertificateMetadata(ServerCertificateMetadata serverCertificateMetadata)
The meta information of the server certificate, such as its name, path, ID, and ARN. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ServerCertificate |
withCertificateBody(String certificateBody)
The contents of the public key certificate. |
ServerCertificate |
withCertificateChain(String certificateChain)
The contents of the public key certificate chain. |
ServerCertificate |
withServerCertificateMetadata(ServerCertificateMetadata serverCertificateMetadata)
The meta information of the server certificate, such as its name, path, ID, and ARN. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ServerCertificate()
Method Detail |
---|
public ServerCertificateMetadata getServerCertificateMetadata()
public void setServerCertificateMetadata(ServerCertificateMetadata serverCertificateMetadata)
serverCertificateMetadata
- The meta information of the server certificate, such as its name,
path, ID, and ARN.public ServerCertificate withServerCertificateMetadata(ServerCertificateMetadata serverCertificateMetadata)
Returns a reference to this object so that method calls can be chained together.
serverCertificateMetadata
- The meta information of the server certificate, such as its name,
path, ID, and ARN.
public String getCertificateBody()
Constraints:
Length: 1 - 16384
Pattern: [
-?]+
public void setCertificateBody(String certificateBody)
Constraints:
Length: 1 - 16384
Pattern: [
-?]+
certificateBody
- The contents of the public key certificate.public ServerCertificate withCertificateBody(String certificateBody)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 16384
Pattern: [
-?]+
certificateBody
- The contents of the public key certificate.
public String getCertificateChain()
Constraints:
Length: 1 - 2097152
Pattern: [
-?]*
public void setCertificateChain(String certificateChain)
Constraints:
Length: 1 - 2097152
Pattern: [
-?]*
certificateChain
- The contents of the public key certificate chain.public ServerCertificate withCertificateChain(String certificateChain)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 2097152
Pattern: [
-?]*
certificateChain
- The contents of the public key certificate chain.
public String toString()
toString
in class Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |