public class DeleteDeploymentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Requests Amazon API Gateway to delete a Deployment resource.
NOOP| Constructor and Description |
|---|
DeleteDeploymentRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteDeploymentRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getDeploymentId()
The identifier of the Deployment resource to delete.
|
String |
getRestApiId()
The identifier of the RestApi resource for the Deployment
resource to delete.
|
int |
hashCode() |
void |
setDeploymentId(String deploymentId)
The identifier of the Deployment resource to delete.
|
void |
setRestApiId(String restApiId)
The identifier of the RestApi resource for the Deployment
resource to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteDeploymentRequest |
withDeploymentId(String deploymentId)
The identifier of the Deployment resource to delete.
|
DeleteDeploymentRequest |
withRestApiId(String restApiId)
The identifier of the RestApi resource for the Deployment
resource to delete.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setRestApiId(String restApiId)
The identifier of the RestApi resource for the Deployment resource to delete.
restApiId - The identifier of the RestApi resource for the
Deployment resource to delete.public String getRestApiId()
The identifier of the RestApi resource for the Deployment resource to delete.
public DeleteDeploymentRequest withRestApiId(String restApiId)
The identifier of the RestApi resource for the Deployment resource to delete.
restApiId - The identifier of the RestApi resource for the
Deployment resource to delete.public void setDeploymentId(String deploymentId)
The identifier of the Deployment resource to delete.
deploymentId - The identifier of the Deployment resource to delete.public String getDeploymentId()
The identifier of the Deployment resource to delete.
public DeleteDeploymentRequest withDeploymentId(String deploymentId)
The identifier of the Deployment resource to delete.
deploymentId - The identifier of the Deployment resource to delete.public String toString()
toString in class ObjectObject.toString()public DeleteDeploymentRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.