public class GetServerCertificateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetServerCertificateRequest()
Default constructor for GetServerCertificateRequest object.
|
GetServerCertificateRequest(String serverCertificateName)
Constructs a new GetServerCertificateRequest object.
|
| Modifier and Type | Method and Description |
|---|---|
GetServerCertificateRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic GetServerCertificateRequest()
public GetServerCertificateRequest(String serverCertificateName)
serverCertificateName - The name of the server certificate you want to retrieve
information about.public void setServerCertificateName(String serverCertificateName)
The name of the server certificate you want to retrieve information about.
serverCertificateName - The name of the server certificate you want to retrieve
information about.public String getServerCertificateName()
The name of the server certificate you want to retrieve information about.
public GetServerCertificateRequest withServerCertificateName(String serverCertificateName)
The name of the server certificate you want to retrieve information about.
serverCertificateName - The name of the server certificate you want to retrieve
information about.public String toString()
toString in class ObjectObject.toString()public GetServerCertificateRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.