public class UpdateServerCertificateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateServerCertificateRequest()
Default constructor for UpdateServerCertificateRequest object.
|
UpdateServerCertificateRequest(String serverCertificateName)
Constructs a new UpdateServerCertificateRequest object.
|
Modifier and Type | Method and Description |
---|---|
UpdateServerCertificateRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getNewPath()
The new path for the server certificate.
|
String |
getNewServerCertificateName()
The new name for the server certificate.
|
String |
getServerCertificateName()
The name of the server certificate that you want to update.
|
int |
hashCode() |
void |
setNewPath(String newPath)
The new path for the server certificate.
|
void |
setNewServerCertificateName(String newServerCertificateName)
The new name for the server certificate.
|
void |
setServerCertificateName(String serverCertificateName)
The name of the server certificate that you want to update.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateServerCertificateRequest |
withNewPath(String newPath)
The new path for the server certificate.
|
UpdateServerCertificateRequest |
withNewServerCertificateName(String newServerCertificateName)
The new name for the server certificate.
|
UpdateServerCertificateRequest |
withServerCertificateName(String serverCertificateName)
The name of the server certificate that you want to update.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public UpdateServerCertificateRequest()
public UpdateServerCertificateRequest(String serverCertificateName)
serverCertificateName
- The name of the server certificate that you want to update.public void setServerCertificateName(String serverCertificateName)
The name of the server certificate that you want to update.
serverCertificateName
- The name of the server certificate that you want to update.public String getServerCertificateName()
The name of the server certificate that you want to update.
public UpdateServerCertificateRequest withServerCertificateName(String serverCertificateName)
The name of the server certificate that you want to update.
serverCertificateName
- The name of the server certificate that you want to update.public void setNewPath(String newPath)
The new path for the server certificate. Include this only if you are updating the server certificate's path.
newPath
- The new path for the server certificate. Include this only if you
are updating the server certificate's path.public String getNewPath()
The new path for the server certificate. Include this only if you are updating the server certificate's path.
public UpdateServerCertificateRequest withNewPath(String newPath)
The new path for the server certificate. Include this only if you are updating the server certificate's path.
newPath
- The new path for the server certificate. Include this only if you
are updating the server certificate's path.public void setNewServerCertificateName(String newServerCertificateName)
The new name for the server certificate. Include this only if you are updating the server certificate's name. The name of the certificate cannot contain any spaces.
newServerCertificateName
- The new name for the server certificate. Include this only if you
are updating the server certificate's name. The name of the
certificate cannot contain any spaces.public String getNewServerCertificateName()
The new name for the server certificate. Include this only if you are updating the server certificate's name. The name of the certificate cannot contain any spaces.
public UpdateServerCertificateRequest withNewServerCertificateName(String newServerCertificateName)
The new name for the server certificate. Include this only if you are updating the server certificate's name. The name of the certificate cannot contain any spaces.
newServerCertificateName
- The new name for the server certificate. Include this only if you
are updating the server certificate's name. The name of the
certificate cannot contain any spaces.public String toString()
toString
in class Object
Object.toString()
public UpdateServerCertificateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.