@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDeploymentInstanceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a get deployment instance operation.
NOOP| Constructor and Description |
|---|
GetDeploymentInstanceRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetDeploymentInstanceRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getDeploymentId()
The unique ID of a deployment.
|
String |
getInstanceId()
The unique ID of an instance in the deployment group.
|
int |
hashCode() |
void |
setDeploymentId(String deploymentId)
The unique ID of a deployment.
|
void |
setInstanceId(String instanceId)
The unique ID of an instance in the 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 instance in the deployment group.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setDeploymentId(String deploymentId)
The unique ID of a deployment.
deploymentId - The unique ID of a deployment.public String getDeploymentId()
The unique ID of a deployment.
public GetDeploymentInstanceRequest withDeploymentId(String deploymentId)
The unique ID of a deployment.
deploymentId - The unique ID of a deployment.public void setInstanceId(String instanceId)
The unique ID of an instance in the deployment group.
instanceId - The unique ID of an instance in the deployment group.public String getInstanceId()
The unique ID of an instance in the deployment group.
public GetDeploymentInstanceRequest withInstanceId(String instanceId)
The unique ID of an instance in the deployment group.
instanceId - The unique ID of an instance in the deployment group.public String toString()
toString in class ObjectObject.toString()public GetDeploymentInstanceRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.