public class GetDeploymentRequest extends AmazonWebServiceRequest implements Serializable
GetDeployment operation
.
Gets information about a deployment.
NOOP
Constructor and Description |
---|
GetDeploymentRequest() |
Modifier and Type | Method and Description |
---|---|
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, withRequestMetricCollector
public 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 Object
Object.toString()
Copyright © 2014. All rights reserved.