public class GetServerCertificateRequest extends AmazonWebServiceRequest implements java.io.Serializable
GetServerCertificate operation.
Retrieves information about the specified server certificate.
| コンストラクタと説明 |
|---|
GetServerCertificateRequest()
Default constructor for a new GetServerCertificateRequest object.
|
GetServerCertificateRequest(java.lang.String serverCertificateName)
Constructs a new GetServerCertificateRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getServerCertificateName()
The name of the server certificate you want to retrieve information
about.
|
int |
hashCode() |
void |
setServerCertificateName(java.lang.String serverCertificateName)
The name of the server certificate you want to retrieve information
about.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetServerCertificateRequest |
withServerCertificateName(java.lang.String serverCertificateName)
The name of the server certificate you want to retrieve information
about.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic GetServerCertificateRequest()
public GetServerCertificateRequest(java.lang.String serverCertificateName)
serverCertificateName - The name of the server certificate you
want to retrieve information about.public java.lang.String getServerCertificateName()
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
public void setServerCertificateName(java.lang.String serverCertificateName)
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
serverCertificateName - The name of the server certificate you want to retrieve information
about.public GetServerCertificateRequest withServerCertificateName(java.lang.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 of the server certificate you want to retrieve information
about.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object