@Generated(value="software.amazon.awssdk:codegen") public final class DeploymentTarget extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeploymentTarget.Builder,DeploymentTarget>
Information about the deployment target.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeploymentTarget.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentTarget.Builder |
builder() |
CloudFormationTarget |
cloudFormationTarget()
Returns the value of the CloudFormationTarget property for this object.
|
DeploymentTargetType |
deploymentTargetType()
The deployment type that is specific to the deployment's compute platform or deployments initiated by a
CloudFormation stack update.
|
String |
deploymentTargetTypeAsString()
The deployment type that is specific to the deployment's compute platform or deployments initiated by a
CloudFormation stack update.
|
ECSTarget |
ecsTarget()
Information about the target for a deployment that uses the Amazon ECS compute platform.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
InstanceTarget |
instanceTarget()
Information about the target for a deployment that uses the EC2/On-premises compute platform.
|
LambdaTarget |
lambdaTarget()
Information about the target for a deployment that uses the AWS Lambda compute platform.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeploymentTarget.Builder> |
serializableBuilderClass() |
DeploymentTarget.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final DeploymentTargetType deploymentTargetType()
The deployment type that is specific to the deployment's compute platform or deployments initiated by a CloudFormation stack update.
If the service returns an enum value that is not available in the current SDK version,
deploymentTargetType will return DeploymentTargetType.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from deploymentTargetTypeAsString().
DeploymentTargetTypepublic final String deploymentTargetTypeAsString()
The deployment type that is specific to the deployment's compute platform or deployments initiated by a CloudFormation stack update.
If the service returns an enum value that is not available in the current SDK version,
deploymentTargetType will return DeploymentTargetType.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from deploymentTargetTypeAsString().
DeploymentTargetTypepublic final InstanceTarget instanceTarget()
Information about the target for a deployment that uses the EC2/On-premises compute platform.
public final LambdaTarget lambdaTarget()
Information about the target for a deployment that uses the AWS Lambda compute platform.
public final ECSTarget ecsTarget()
Information about the target for a deployment that uses the Amazon ECS compute platform.
public final CloudFormationTarget cloudFormationTarget()
public DeploymentTarget.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeploymentTarget.Builder,DeploymentTarget>public static DeploymentTarget.Builder builder()
public static Class<? extends DeploymentTarget.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.