public class GetDeploymentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
GetDeployment operation.
Gets information about a deployment.
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()
An existing deployment ID within the AWS user account.
|
int |
hashCode() |
void |
setDeploymentId(String deploymentId)
An existing deployment ID within the AWS user account.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetDeploymentRequest |
withDeploymentId(String deploymentId)
An existing deployment ID within the AWS user account.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getDeploymentId()
public void setDeploymentId(String deploymentId)
deploymentId - An existing deployment ID within the AWS user account.public GetDeploymentRequest withDeploymentId(String deploymentId)
Returns a reference to this object so that method calls can be chained together.
deploymentId - An existing deployment ID within the AWS user account.public String toString()
toString in class ObjectObject.toString()public GetDeploymentRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2015. All rights reserved.