@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDeploymentTargetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetDeploymentTargetResult() |
Modifier and Type | Method and Description |
---|---|
GetDeploymentTargetResult |
clone() |
boolean |
equals(Object obj) |
DeploymentTarget |
getDeploymentTarget()
A deployment target that contains information about a deployment such as its status, lifecycle events, and when
it was last updated.
|
int |
hashCode() |
void |
setDeploymentTarget(DeploymentTarget deploymentTarget)
A deployment target that contains information about a deployment such as its status, lifecycle events, and when
it was last updated.
|
String |
toString()
Returns a string representation of this object.
|
GetDeploymentTargetResult |
withDeploymentTarget(DeploymentTarget deploymentTarget)
A deployment target that contains information about a deployment such as its status, lifecycle events, and when
it was last updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDeploymentTarget(DeploymentTarget deploymentTarget)
A deployment target that contains information about a deployment such as its status, lifecycle events, and when
it was last updated. It also contains metadata about the deployment target. The deployment target metadata
depends on the deployment target's type (instanceTarget
, lambdaTarget
, or
ecsTarget
).
deploymentTarget
- A deployment target that contains information about a deployment such as its status, lifecycle events, and
when it was last updated. It also contains metadata about the deployment target. The deployment target
metadata depends on the deployment target's type (instanceTarget
, lambdaTarget
,
or ecsTarget
).public DeploymentTarget getDeploymentTarget()
A deployment target that contains information about a deployment such as its status, lifecycle events, and when
it was last updated. It also contains metadata about the deployment target. The deployment target metadata
depends on the deployment target's type (instanceTarget
, lambdaTarget
, or
ecsTarget
).
instanceTarget
,
lambdaTarget
, or ecsTarget
).public GetDeploymentTargetResult withDeploymentTarget(DeploymentTarget deploymentTarget)
A deployment target that contains information about a deployment such as its status, lifecycle events, and when
it was last updated. It also contains metadata about the deployment target. The deployment target metadata
depends on the deployment target's type (instanceTarget
, lambdaTarget
, or
ecsTarget
).
deploymentTarget
- A deployment target that contains information about a deployment such as its status, lifecycle events, and
when it was last updated. It also contains metadata about the deployment target. The deployment target
metadata depends on the deployment target's type (instanceTarget
, lambdaTarget
,
or ecsTarget
).public String toString()
toString
in class Object
Object.toString()
public GetDeploymentTargetResult clone()