public class GetServerCertificateRequest extends AmazonWebServiceRequest implements Serializable
GetServerCertificate operation
.
Retrieves information about the specified server certificate.
NOOP
Constructor and Description |
---|
GetServerCertificateRequest()
Default constructor for a new GetServerCertificateRequest object.
|
GetServerCertificateRequest(String serverCertificateName)
Constructs a new GetServerCertificateRequest object.
|
Modifier and Type | Method and Description |
---|---|
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.
|
copyPrivateRequestParameters, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public GetServerCertificateRequest()
public GetServerCertificateRequest(String serverCertificateName)
serverCertificateName
- The name of the server certificate you
want to retrieve information about.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()
Copyright © 2014. All rights reserved.