@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDeploymentInstanceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a GetDeploymentInstance operation.
NOOP
Constructor and Description |
---|
GetDeploymentInstanceRequest() |
Modifier and Type | Method and Description |
---|---|
GetDeploymentInstanceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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 Object
Object.toString()
public GetDeploymentInstanceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.