@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteDeploymentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Requests API Gateway to delete a Deployment resource.
NOOP| Constructor and Description |
|---|
DeleteDeploymentRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteDeploymentRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDeploymentId()
The identifier of the Deployment resource to delete.
|
String |
getRestApiId()
The string identifier of the associated RestApi.
|
int |
hashCode() |
void |
setDeploymentId(String deploymentId)
The identifier of the Deployment resource to delete.
|
void |
setRestApiId(String restApiId)
The string identifier of the associated RestApi.
|
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 string identifier of the associated RestApi.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setRestApiId(String restApiId)
The string identifier of the associated RestApi.
restApiId - The string identifier of the associated RestApi.public String getRestApiId()
The string identifier of the associated RestApi.
public DeleteDeploymentRequest withRestApiId(String restApiId)
The string identifier of the associated RestApi.
restApiId - The string identifier of the associated RestApi.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()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.