|
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.AmazonWebServiceRequest
com.amazonaws.services.identitymanagement.model.GetServerCertificateRequest
public class GetServerCertificateRequest
Container for the parameters to the GetServerCertificate operation
.
Retrieves information about the specified server certificate.
AmazonIdentityManagement.getServerCertificate(GetServerCertificateRequest)
Constructor Summary | |
---|---|
GetServerCertificateRequest()
Default constructor for a new GetServerCertificateRequest object. |
|
GetServerCertificateRequest(java.lang.String serverCertificateName)
Constructs a new GetServerCertificateRequest object. |
Method Summary | |
---|---|
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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GetServerCertificateRequest()
public GetServerCertificateRequest(java.lang.String serverCertificateName)
serverCertificateName
- The name of the server certificate you
want to retrieve information about.Method Detail |
---|
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
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
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |