@Generated(value="software.amazon.awssdk:codegen") public final class StageDeploymentSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StageDeploymentSummary.Builder,StageDeploymentSummary>
The summary of the properties of a stage deployment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StageDeploymentSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StageDeploymentSummary.Builder |
builder() |
DeploymentAction |
deploymentAction()
The type of action of the deployment.
|
String |
deploymentActionAsString()
The type of action of the deployment.
|
String |
deploymentId()
The identifier of the deployment.
|
DeploymentResult |
deploymentResult()
The result of the deployment.
|
DeploymentState |
deploymentState()
The state of the deployment.
|
String |
deploymentStateAsString()
The state of the deployment.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdated()
The timestamp of when the deployment was last updated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StageDeploymentSummary.Builder> |
serializableBuilderClass() |
String |
snapshotId()
The identifier of the snapshot associated with the stage deployment.
|
StageDeploymentSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final DeploymentAction deploymentAction()
The type of action of the deployment.
If the service returns an enum value that is not available in the current SDK version, deploymentAction
will return DeploymentAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from deploymentActionAsString().
DeploymentActionpublic final String deploymentActionAsString()
The type of action of the deployment.
If the service returns an enum value that is not available in the current SDK version, deploymentAction
will return DeploymentAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from deploymentActionAsString().
DeploymentActionpublic final String deploymentId()
The identifier of the deployment.
public final DeploymentResult deploymentResult()
The result of the deployment.
public final DeploymentState deploymentState()
The state of the deployment.
If the service returns an enum value that is not available in the current SDK version, deploymentState
will return DeploymentState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from deploymentStateAsString().
DeploymentStatepublic final String deploymentStateAsString()
The state of the deployment.
If the service returns an enum value that is not available in the current SDK version, deploymentState
will return DeploymentState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from deploymentStateAsString().
DeploymentStatepublic final Instant lastUpdated()
The timestamp of when the deployment was last updated.
public final String snapshotId()
The identifier of the snapshot associated with the stage deployment.
public StageDeploymentSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StageDeploymentSummary.Builder,StageDeploymentSummary>public static StageDeploymentSummary.Builder builder()
public static Class<? extends StageDeploymentSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.