@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetDeploymentTargetsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
BatchGetDeploymentTargetsResult() |
Modifier and Type | Method and Description |
---|---|
BatchGetDeploymentTargetsResult |
clone() |
boolean |
equals(Object obj) |
List<DeploymentTarget> |
getDeploymentTargets()
A list of target objects for a deployment.
|
int |
hashCode() |
void |
setDeploymentTargets(Collection<DeploymentTarget> deploymentTargets)
A list of target objects for a deployment.
|
String |
toString()
Returns a string representation of this object.
|
BatchGetDeploymentTargetsResult |
withDeploymentTargets(Collection<DeploymentTarget> deploymentTargets)
A list of target objects for a deployment.
|
BatchGetDeploymentTargetsResult |
withDeploymentTargets(DeploymentTarget... deploymentTargets)
A list of target objects for a deployment.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<DeploymentTarget> getDeploymentTargets()
A list of target objects for a deployment. Each target object contains details about the target, such as its status and lifecycle events. The type of the target objects depends on the deployment' compute platform.
EC2/On-premises: Each target object is an EC2 or on-premises instance.
AWS Lambda: The target object is a specific version of an AWS Lambda function.
Amazon ECS: The target object is an Amazon ECS service.
EC2/On-premises: Each target object is an EC2 or on-premises instance.
AWS Lambda: The target object is a specific version of an AWS Lambda function.
Amazon ECS: The target object is an Amazon ECS service.
public void setDeploymentTargets(Collection<DeploymentTarget> deploymentTargets)
A list of target objects for a deployment. Each target object contains details about the target, such as its status and lifecycle events. The type of the target objects depends on the deployment' compute platform.
EC2/On-premises: Each target object is an EC2 or on-premises instance.
AWS Lambda: The target object is a specific version of an AWS Lambda function.
Amazon ECS: The target object is an Amazon ECS service.
deploymentTargets
- A list of target objects for a deployment. Each target object contains details about the target, such as
its status and lifecycle events. The type of the target objects depends on the deployment' compute
platform.
EC2/On-premises: Each target object is an EC2 or on-premises instance.
AWS Lambda: The target object is a specific version of an AWS Lambda function.
Amazon ECS: The target object is an Amazon ECS service.
public BatchGetDeploymentTargetsResult withDeploymentTargets(DeploymentTarget... deploymentTargets)
A list of target objects for a deployment. Each target object contains details about the target, such as its status and lifecycle events. The type of the target objects depends on the deployment' compute platform.
EC2/On-premises: Each target object is an EC2 or on-premises instance.
AWS Lambda: The target object is a specific version of an AWS Lambda function.
Amazon ECS: The target object is an Amazon ECS service.
NOTE: This method appends the values to the existing list (if any). Use
setDeploymentTargets(java.util.Collection)
or withDeploymentTargets(java.util.Collection)
if
you want to override the existing values.
deploymentTargets
- A list of target objects for a deployment. Each target object contains details about the target, such as
its status and lifecycle events. The type of the target objects depends on the deployment' compute
platform.
EC2/On-premises: Each target object is an EC2 or on-premises instance.
AWS Lambda: The target object is a specific version of an AWS Lambda function.
Amazon ECS: The target object is an Amazon ECS service.
public BatchGetDeploymentTargetsResult withDeploymentTargets(Collection<DeploymentTarget> deploymentTargets)
A list of target objects for a deployment. Each target object contains details about the target, such as its status and lifecycle events. The type of the target objects depends on the deployment' compute platform.
EC2/On-premises: Each target object is an EC2 or on-premises instance.
AWS Lambda: The target object is a specific version of an AWS Lambda function.
Amazon ECS: The target object is an Amazon ECS service.
deploymentTargets
- A list of target objects for a deployment. Each target object contains details about the target, such as
its status and lifecycle events. The type of the target objects depends on the deployment' compute
platform.
EC2/On-premises: Each target object is an EC2 or on-premises instance.
AWS Lambda: The target object is a specific version of an AWS Lambda function.
Amazon ECS: The target object is an Amazon ECS service.
public String toString()
toString
in class Object
Object.toString()
public BatchGetDeploymentTargetsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.