public class GetDeploymentInstanceRequest extends AmazonWebServiceRequest implements Serializable
GetDeploymentInstance operation
.
Gets information about an Amazon EC2 instance as part of a deployment.
NOOP
Constructor and Description |
---|
GetDeploymentInstanceRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDeploymentId()
The unique ID of a deployment.
|
String |
getInstanceId()
The unique ID of an Amazon EC2 instance in the deployment's deployment
group.
|
int |
hashCode() |
void |
setDeploymentId(String deploymentId)
The unique ID of a deployment.
|
void |
setInstanceId(String instanceId)
The unique ID of an Amazon EC2 instance in the deployment's deployment
group.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetDeploymentInstanceRequest |
withDeploymentId(String deploymentId)
The unique ID of a deployment.
|
GetDeploymentInstanceRequest |
withInstanceId(String instanceId)
The unique ID of an Amazon EC2 instance in the deployment's deployment
group.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getDeploymentId()
public void setDeploymentId(String deploymentId)
deploymentId
- The unique ID of a deployment.public GetDeploymentInstanceRequest withDeploymentId(String deploymentId)
Returns a reference to this object so that method calls can be chained together.
deploymentId
- The unique ID of a deployment.public String getInstanceId()
public void setInstanceId(String instanceId)
instanceId
- The unique ID of an Amazon EC2 instance in the deployment's deployment
group.public GetDeploymentInstanceRequest withInstanceId(String instanceId)
Returns a reference to this object so that method calls can be chained together.
instanceId
- The unique ID of an Amazon EC2 instance in the deployment's deployment
group.public String toString()
toString
in class Object
Object.toString()
Copyright © 2015. All rights reserved.