|
|||||||
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(String serverCertificateName)
Constructs a new GetServerCertificateRequest object. |
Method Summary | |
---|---|
String |
getServerCertificateName()
The name of the server certificate you want to retrieve information about. |
void |
setServerCertificateName(String serverCertificateName)
The name of the server certificate you want to retrieve information about. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
GetServerCertificateRequest |
withServerCertificateName(String serverCertificateName)
The name of the server certificate you want to retrieve information about. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GetServerCertificateRequest()
public GetServerCertificateRequest(String serverCertificateName)
serverCertificateName
- The name of the server certificate you
want to retrieve information about.Method Detail |
---|
public String getServerCertificateName()
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
public void setServerCertificateName(String serverCertificateName)
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
serverCertificateName
- The name of the server certificate you want to retrieve information
about.public GetServerCertificateRequest 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 of the server certificate you want to retrieve information
about.
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 |