@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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
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.
|
copy
public 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()
.
UpgradeStep
public 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()
.
UpgradeStep
public 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()
.
UpgradeStatus
public 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()
.
UpgradeStatus
public 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.
public Double progressPercent()
The Floating point value representing progress percentage of a particular step.
public UpgradeStepItem.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpgradeStepItem.Builder,UpgradeStepItem>
public static UpgradeStepItem.Builder builder()
public static Class<? extends UpgradeStepItem.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.