|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.identitymanagement.model.ServerCertificateMetadata
public class ServerCertificateMetadata
ServerCertificateMetadata contains information about a server certificate without its certificate body, certificate chain, and private key.
This data type is used as a response element in the action UploadServerCertificate and ListServerCertificates.
Constructor Summary | |
---|---|
ServerCertificateMetadata()
Default constructor for a new ServerCertificateMetadata object. |
|
ServerCertificateMetadata(String path,
String serverCertificateName,
String serverCertificateId,
String arn)
Constructs a new ServerCertificateMetadata object. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getArn()
The Amazon Resource Name (ARN) specifying the server certificate. |
String |
getPath()
Path to the server certificate. |
String |
getServerCertificateId()
The stable and unique string identifying the server certificate. |
String |
getServerCertificateName()
The name that identifies the server certificate. |
Date |
getUploadDate()
The date when the server certificate was uploaded. |
int |
hashCode()
|
void |
setArn(String arn)
The Amazon Resource Name (ARN) specifying the server certificate. |
void |
setPath(String path)
Path to the server certificate. |
void |
setServerCertificateId(String serverCertificateId)
The stable and unique string identifying the server certificate. |
void |
setServerCertificateName(String serverCertificateName)
The name that identifies the server certificate. |
void |
setUploadDate(Date uploadDate)
The date when the server certificate was uploaded. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ServerCertificateMetadata |
withArn(String arn)
The Amazon Resource Name (ARN) specifying the server certificate. |
ServerCertificateMetadata |
withPath(String path)
Path to the server certificate. |
ServerCertificateMetadata |
withServerCertificateId(String serverCertificateId)
The stable and unique string identifying the server certificate. |
ServerCertificateMetadata |
withServerCertificateName(String serverCertificateName)
The name that identifies the server certificate. |
ServerCertificateMetadata |
withUploadDate(Date uploadDate)
The date when the server certificate was uploaded. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ServerCertificateMetadata()
public ServerCertificateMetadata(String path, String serverCertificateName, String serverCertificateId, String arn)
path
- Path to the server certificate. For more information about
paths, see Identifiers for IAM Entities in Using AWS
Identity and Access Management.serverCertificateName
- The name that identifies the server
certificate.serverCertificateId
- The stable and unique string identifying
the server certificate. For more information about IDs, see Identifiers for IAM Entities in Using AWS
Identity and Access Management.arn
- The Amazon Resource Name (ARN) specifying the server
certificate. For more information about ARNs and how to use them in
policies, see Identifiers for IAM Entities in Using AWS
Identity and Access Management.Method Detail |
---|
public String getPath()
Constraints:
Length: 1 - 512
Pattern: (/)|(/[!-]+/)
public void setPath(String path)
Constraints:
Length: 1 - 512
Pattern: (/)|(/[!-]+/)
path
- Path to the server certificate. For more information about paths, see
Identifiers for IAM Entities in Using AWS
Identity and Access Management.public ServerCertificateMetadata withPath(String path)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 512
Pattern: (/)|(/[!-]+/)
path
- Path to the server certificate. For more information about paths, see
Identifiers for IAM Entities in Using AWS
Identity and Access Management.
public String getServerCertificateName()
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
public void setServerCertificateName(String serverCertificateName)
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
serverCertificateName
- The name that identifies the server certificate.public ServerCertificateMetadata withServerCertificateName(String serverCertificateName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
serverCertificateName
- The name that identifies the server certificate.
public String getServerCertificateId()
Constraints:
Length: 16 - 32
Pattern: [\w]*
public void setServerCertificateId(String serverCertificateId)
Constraints:
Length: 16 - 32
Pattern: [\w]*
serverCertificateId
- The stable and unique string identifying the server certificate. For
more information about IDs, see Identifiers for IAM Entities in Using AWS
Identity and Access Management.public ServerCertificateMetadata withServerCertificateId(String serverCertificateId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 16 - 32
Pattern: [\w]*
serverCertificateId
- The stable and unique string identifying the server certificate. For
more information about IDs, see Identifiers for IAM Entities in Using AWS
Identity and Access Management.
public String getArn()
Constraints:
Length: 20 - 2048
public void setArn(String arn)
Constraints:
Length: 20 - 2048
arn
- The Amazon Resource Name (ARN) specifying the server certificate. For
more information about ARNs and how to use them in policies, see Identifiers for IAM Entities in Using AWS
Identity and Access Management.public ServerCertificateMetadata withArn(String arn)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 20 - 2048
arn
- The Amazon Resource Name (ARN) specifying the server certificate. For
more information about ARNs and how to use them in policies, see Identifiers for IAM Entities in Using AWS
Identity and Access Management.
public Date getUploadDate()
public void setUploadDate(Date uploadDate)
uploadDate
- The date when the server certificate was uploaded.public ServerCertificateMetadata withUploadDate(Date uploadDate)
Returns a reference to this object so that method calls can be chained together.
uploadDate
- The date when the server certificate was uploaded.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |