@Generated(value="software.amazon.awssdk:codegen") public final class InstanceRefreshProgressDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InstanceRefreshProgressDetails.Builder,InstanceRefreshProgressDetails>
Reports the progress of an instance refresh on an Auto Scaling group that has a warm pool. This includes separate details for instances in the warm pool and instances in the Auto Scaling group (the live pool).
| Modifier and Type | Class and Description |
|---|---|
static interface |
InstanceRefreshProgressDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InstanceRefreshProgressDetails.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
InstanceRefreshLivePoolProgress |
livePoolProgress()
Indicates the progress of an instance refresh on instances that are in the Auto Scaling group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InstanceRefreshProgressDetails.Builder> |
serializableBuilderClass() |
InstanceRefreshProgressDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
InstanceRefreshWarmPoolProgress |
warmPoolProgress()
Indicates the progress of an instance refresh on instances that are in the warm pool.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final InstanceRefreshLivePoolProgress livePoolProgress()
Indicates the progress of an instance refresh on instances that are in the Auto Scaling group.
public final InstanceRefreshWarmPoolProgress warmPoolProgress()
Indicates the progress of an instance refresh on instances that are in the warm pool.
public InstanceRefreshProgressDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InstanceRefreshProgressDetails.Builder,InstanceRefreshProgressDetails>public static InstanceRefreshProgressDetails.Builder builder()
public static Class<? extends InstanceRefreshProgressDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.