|
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)
,
Serialized FormConstructor Summary | |
---|---|
GetServerCertificateRequest()
Default constructor for a new GetServerCertificateRequest object. |
|
GetServerCertificateRequest(String serverCertificateName)
Constructs a new GetServerCertificateRequest object. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getServerCertificateName()
The name of the server certificate you want to retrieve information about. |
int |
hashCode()
|
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, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, 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()
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 |