@Generated(value="software.amazon.awssdk:codegen") public final class GetDeploymentResponse extends M2Response implements ToCopyableBuilder<GetDeploymentResponse.Builder,GetDeploymentResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetDeploymentResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationId()
The unique identifier of the application.
|
Integer |
applicationVersion()
The application version.
|
static GetDeploymentResponse.Builder |
builder() |
Instant |
creationTime()
The timestamp when the deployment was created.
|
String |
deploymentId()
The unique identifier of the deployment.
|
String |
environmentId()
The unique identifier of the runtime environment.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetDeploymentResponse.Builder> |
serializableBuilderClass() |
DeploymentLifecycle |
status()
The status of the deployment.
|
String |
statusAsString()
The status of the deployment.
|
String |
statusReason()
The reason for the reported status.
|
GetDeploymentResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String applicationId()
The unique identifier of the application.
public final Integer applicationVersion()
The application version.
public final Instant creationTime()
The timestamp when the deployment was created.
public final String deploymentId()
The unique identifier of the deployment.
public final String environmentId()
The unique identifier of the runtime environment.
public final DeploymentLifecycle status()
The status of the deployment.
If the service returns an enum value that is not available in the current SDK version, status will
return DeploymentLifecycle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
DeploymentLifecyclepublic final String statusAsString()
The status of the deployment.
If the service returns an enum value that is not available in the current SDK version, status will
return DeploymentLifecycle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
DeploymentLifecyclepublic final String statusReason()
The reason for the reported status.
public GetDeploymentResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetDeploymentResponse.Builder,GetDeploymentResponse>toBuilder in class AwsResponsepublic static GetDeploymentResponse.Builder builder()
public static Class<? extends GetDeploymentResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.