@Generated(value="software.amazon.awssdk:codegen") public final class StartDeploymentResponse extends AppConfigResponse implements ToCopyableBuilder<StartDeploymentResponse.Builder,StartDeploymentResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartDeploymentResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationId()
The ID of the application that was deployed.
|
static StartDeploymentResponse.Builder |
builder() |
Instant |
completedAt()
The time the deployment completed.
|
String |
configurationLocationUri()
Information about the source location of the configuration.
|
String |
configurationName()
The name of the configuration.
|
String |
configurationProfileId()
The ID of the configuration profile that was deployed.
|
String |
configurationVersion()
The configuration version that was deployed.
|
Integer |
deploymentDurationInMinutes()
Total amount of time the deployment lasted.
|
Integer |
deploymentNumber()
The sequence number of the deployment.
|
String |
deploymentStrategyId()
The ID of the deployment strategy that was deployed.
|
String |
description()
The description of the deployment.
|
String |
environmentId()
The ID of the environment that was deployed.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<DeploymentEvent> |
eventLog()
A list containing all events related to a deployment.
|
Integer |
finalBakeTimeInMinutes()
The amount of time AppConfig monitored for alarms before considering the deployment to be complete and no longer
eligible for automatic roll back.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
Float |
growthFactor()
The percentage of targets to receive a deployed configuration during each interval.
|
GrowthType |
growthType()
The algorithm used to define how percentage grew over time.
|
String |
growthTypeAsString()
The algorithm used to define how percentage grew over time.
|
boolean |
hasEventLog()
Returns true if the EventLog property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
int |
hashCode() |
Float |
percentageComplete()
The percentage of targets for which the deployment is available.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartDeploymentResponse.Builder> |
serializableBuilderClass() |
Instant |
startedAt()
The time the deployment started.
|
DeploymentState |
state()
The state of the deployment.
|
String |
stateAsString()
The state of the deployment.
|
StartDeploymentResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String applicationId()
The ID of the application that was deployed.
public String environmentId()
The ID of the environment that was deployed.
public String deploymentStrategyId()
The ID of the deployment strategy that was deployed.
public String configurationProfileId()
The ID of the configuration profile that was deployed.
public Integer deploymentNumber()
The sequence number of the deployment.
public String configurationName()
The name of the configuration.
public String configurationLocationUri()
Information about the source location of the configuration.
public String configurationVersion()
The configuration version that was deployed.
public String description()
The description of the deployment.
public Integer deploymentDurationInMinutes()
Total amount of time the deployment lasted.
public GrowthType growthType()
The algorithm used to define how percentage grew over time.
If the service returns an enum value that is not available in the current SDK version, growthType will
return GrowthType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
growthTypeAsString().
GrowthTypepublic String growthTypeAsString()
The algorithm used to define how percentage grew over time.
If the service returns an enum value that is not available in the current SDK version, growthType will
return GrowthType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
growthTypeAsString().
GrowthTypepublic Float growthFactor()
The percentage of targets to receive a deployed configuration during each interval.
public Integer finalBakeTimeInMinutes()
The amount of time AppConfig monitored for alarms before considering the deployment to be complete and no longer eligible for automatic roll back.
public DeploymentState state()
The state of the deployment.
If the service returns an enum value that is not available in the current SDK version, state will return
DeploymentState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
DeploymentStatepublic String stateAsString()
The state of the deployment.
If the service returns an enum value that is not available in the current SDK version, state will return
DeploymentState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
DeploymentStatepublic boolean hasEventLog()
public List<DeploymentEvent> eventLog()
A list containing all events related to a deployment. The most recent events are displayed first.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasEventLog() to see if a value was sent in this field.
public Float percentageComplete()
The percentage of targets for which the deployment is available.
public Instant startedAt()
The time the deployment started.
public Instant completedAt()
The time the deployment completed.
public StartDeploymentResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartDeploymentResponse.Builder,StartDeploymentResponse>toBuilder in class AwsResponsepublic static StartDeploymentResponse.Builder builder()
public static Class<? extends StartDeploymentResponse.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 © 2020. All rights reserved.