@Generated(value="software.amazon.awssdk:codegen") public final class GetDeploymentResponse extends ApiGatewayV2Response implements ToCopyableBuilder<GetDeploymentResponse.Builder,GetDeploymentResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetDeploymentResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetDeploymentResponse.Builder |
builder() |
Instant |
createdDate()
The date and time when the Deployment resource was created.
|
String |
deploymentId()
The identifier for the deployment.
|
DeploymentStatus |
deploymentStatus()
The status of the deployment: PENDING, FAILED, or SUCCEEDED.
|
String |
deploymentStatusAsString()
The status of the deployment: PENDING, FAILED, or SUCCEEDED.
|
String |
deploymentStatusMessage()
May contain additional feedback on the status of an API deployment.
|
String |
description()
The description for the deployment.
|
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() |
GetDeploymentResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Instant createdDate()
The date and time when the Deployment resource was created.
public String deploymentId()
The identifier for the deployment.
public DeploymentStatus deploymentStatus()
The status of the deployment: PENDING, FAILED, or SUCCEEDED.
If the service returns an enum value that is not available in the current SDK version, deploymentStatus
will return DeploymentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from deploymentStatusAsString().
DeploymentStatuspublic String deploymentStatusAsString()
The status of the deployment: PENDING, FAILED, or SUCCEEDED.
If the service returns an enum value that is not available in the current SDK version, deploymentStatus
will return DeploymentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from deploymentStatusAsString().
DeploymentStatuspublic String deploymentStatusMessage()
May contain additional feedback on the status of an API deployment.
public String description()
The description for the deployment.
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 int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.