@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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 Object
Object.toString()
public DeleteDeploymentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.