@Generated(value="software.amazon.awssdk:codegen") public final class UpgradeStepItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UpgradeStepItem.Builder,UpgradeStepItem>
Represents a single step of the Upgrade or Upgrade Eligibility Check workflow.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpgradeStepItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpgradeStepItem.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasIssues()
Returns true if the Issues property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
List<String> |
issues()
A list of strings containing detailed information about the errors encountered in a particular step.
|
Double |
progressPercent()
The Floating point value representing progress percentage of a particular step.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpgradeStepItem.Builder> |
serializableBuilderClass() |
UpgradeStepItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
UpgradeStep |
upgradeStep()
Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:
PreUpgradeCheck
Snapshot
Upgrade
|
String |
upgradeStepAsString()
Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:
PreUpgradeCheck
Snapshot
Upgrade
|
UpgradeStatus |
upgradeStepStatus()
The status of a particular step during an upgrade.
|
String |
upgradeStepStatusAsString()
The status of a particular step during an upgrade.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final UpgradeStep upgradeStep()
Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:
If the service returns an enum value that is not available in the current SDK version, upgradeStep will
return UpgradeStep.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
upgradeStepAsString().
UpgradeSteppublic final String upgradeStepAsString()
Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:
If the service returns an enum value that is not available in the current SDK version, upgradeStep will
return UpgradeStep.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
upgradeStepAsString().
UpgradeSteppublic final UpgradeStatus upgradeStepStatus()
The status of a particular step during an upgrade. The status can take one of the following values:
If the service returns an enum value that is not available in the current SDK version, upgradeStepStatus
will return UpgradeStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
upgradeStepStatusAsString().
UpgradeStatuspublic final String upgradeStepStatusAsString()
The status of a particular step during an upgrade. The status can take one of the following values:
If the service returns an enum value that is not available in the current SDK version, upgradeStepStatus
will return UpgradeStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
upgradeStepStatusAsString().
UpgradeStatuspublic final boolean hasIssues()
public final List<String> issues()
A list of strings containing detailed information about the errors encountered in a particular step.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasIssues() to see if a value was sent in this field.
public final Double progressPercent()
The Floating point value representing progress percentage of a particular step.
public UpgradeStepItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpgradeStepItem.Builder,UpgradeStepItem>public static UpgradeStepItem.Builder builder()
public static Class<? extends UpgradeStepItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.