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