Class GetDeploymentTargetResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.codedeploy.model.CodeDeployResponse
-
- software.amazon.awssdk.services.codedeploy.model.GetDeploymentTargetResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetDeploymentTargetResponse.Builder,GetDeploymentTargetResponse>
@Generated("software.amazon.awssdk:codegen") public final class GetDeploymentTargetResponse extends CodeDeployResponse implements ToCopyableBuilder<GetDeploymentTargetResponse.Builder,GetDeploymentTargetResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetDeploymentTargetResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetDeploymentTargetResponse.Builderbuilder()DeploymentTargetdeploymentTarget()A deployment target that contains information about a deployment such as its status, lifecycle events, and when it was last updated.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends GetDeploymentTargetResponse.Builder>serializableBuilderClass()GetDeploymentTargetResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.codedeploy.model.CodeDeployResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
deploymentTarget
public final 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, orecsTarget).- Returns:
- 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, orecsTarget).
-
toBuilder
public GetDeploymentTargetResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetDeploymentTargetResponse.Builder,GetDeploymentTargetResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GetDeploymentTargetResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetDeploymentTargetResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-