@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDeploymentTargetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetDeploymentTargetRequest() |
Modifier and Type | Method and Description |
---|---|
GetDeploymentTargetRequest |
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 |
getTargetId()
The unique ID of a deployment target.
|
int |
hashCode() |
void |
setDeploymentId(String deploymentId)
The unique ID of a deployment.
|
void |
setTargetId(String targetId)
The unique ID of a deployment target.
|
String |
toString()
Returns a string representation of this object.
|
GetDeploymentTargetRequest |
withDeploymentId(String deploymentId)
The unique ID of a deployment.
|
GetDeploymentTargetRequest |
withTargetId(String targetId)
The unique ID of a deployment target.
|
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 GetDeploymentTargetRequest withDeploymentId(String deploymentId)
The unique ID of a deployment.
deploymentId
- The unique ID of a deployment.public void setTargetId(String targetId)
The unique ID of a deployment target.
targetId
- The unique ID of a deployment target.public String getTargetId()
The unique ID of a deployment target.
public GetDeploymentTargetRequest withTargetId(String targetId)
The unique ID of a deployment target.
targetId
- The unique ID of a deployment target.public String toString()
toString
in class Object
Object.toString()
public GetDeploymentTargetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()