@Generated(value="software.amazon.awssdk:codegen") public final class StopDeploymentResponse extends AppConfigResponse implements ToCopyableBuilder<StopDeploymentResponse.Builder,StopDeploymentResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StopDeploymentResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationId()
The ID of the application that was deployed.
|
List<AppliedExtension> |
appliedExtensions()
A list of extensions that were processed as part of the deployment.
|
static StopDeploymentResponse.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 that AppConfig monitored for alarms before considering the deployment to be complete and no
longer eligible for automatic rollback.
|
<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 |
hasAppliedExtensions()
For responses, this returns true if the service returned a value for the AppliedExtensions property.
|
boolean |
hasEventLog()
For responses, this returns true if the service returned a value for the EventLog property.
|
int |
hashCode() |
String |
kmsKeyArn()
The Amazon Resource Name of the Key Management Service key used to encrypt configuration data.
|
String |
kmsKeyIdentifier()
The KMS key identifier (key ID, key alias, or key ARN).
|
Float |
percentageComplete()
The percentage of targets for which the deployment is available.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StopDeploymentResponse.Builder> |
serializableBuilderClass() |
Instant |
startedAt()
The time the deployment started.
|
DeploymentState |
state()
The state of the deployment.
|
String |
stateAsString()
The state of the deployment.
|
StopDeploymentResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String applicationId()
The ID of the application that was deployed.
public final String environmentId()
The ID of the environment that was deployed.
public final String deploymentStrategyId()
The ID of the deployment strategy that was deployed.
public final String configurationProfileId()
The ID of the configuration profile that was deployed.
public final Integer deploymentNumber()
The sequence number of the deployment.
public final String configurationName()
The name of the configuration.
public final String configurationLocationUri()
Information about the source location of the configuration.
public final String configurationVersion()
The configuration version that was deployed.
public final String description()
The description of the deployment.
public final Integer deploymentDurationInMinutes()
Total amount of time the deployment lasted.
public final 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 final 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 final Float growthFactor()
The percentage of targets to receive a deployed configuration during each interval.
public final Integer finalBakeTimeInMinutes()
The amount of time that AppConfig monitored for alarms before considering the deployment to be complete and no longer eligible for automatic rollback.
public final 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 final 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 final boolean hasEventLog()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final 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.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasEventLog() method.
public final Float percentageComplete()
The percentage of targets for which the deployment is available.
public final Instant startedAt()
The time the deployment started.
public final Instant completedAt()
The time the deployment completed.
public final boolean hasAppliedExtensions()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<AppliedExtension> appliedExtensions()
A list of extensions that were processed as part of the deployment. The extensions that were previously
associated to the configuration profile, environment, or the application when StartDeployment was
called.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasAppliedExtensions() method.
StartDeployment was called.public final String kmsKeyArn()
The Amazon Resource Name of the Key Management Service key used to encrypt configuration data. You can encrypt secrets stored in Secrets Manager, Amazon Simple Storage Service (Amazon S3) objects encrypted with SSE-KMS, or secure string parameters stored in Amazon Web Services Systems Manager Parameter Store.
public final String kmsKeyIdentifier()
The KMS key identifier (key ID, key alias, or key ARN). AppConfig uses this ID to encrypt the configuration data using a customer managed key.
public StopDeploymentResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StopDeploymentResponse.Builder,StopDeploymentResponse>toBuilder in class AwsResponsepublic static StopDeploymentResponse.Builder builder()
public static Class<? extends StopDeploymentResponse.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.