@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetUpgradeStatusResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Container for the response returned by the GetUpgradeStatus operation.
| Constructor and Description |
|---|
GetUpgradeStatusResult() |
| Modifier and Type | Method and Description |
|---|---|
GetUpgradeStatusResult |
clone() |
boolean |
equals(Object obj) |
String |
getStepStatus()
One of four statuses an upgrade have, returned as part of the
GetUpgradeStatusResponse
object. |
String |
getUpgradeName()
A string that briefly describes the update.
|
String |
getUpgradeStep()
One of three steps an upgrade or upgrade eligibility check goes through:
PreUpgradeCheck
Snapshot
Upgrade
|
int |
hashCode() |
void |
setStepStatus(String stepStatus)
One of four statuses an upgrade have, returned as part of the
GetUpgradeStatusResponse
object. |
void |
setUpgradeName(String upgradeName)
A string that briefly describes the update.
|
void |
setUpgradeStep(String upgradeStep)
One of three steps an upgrade or upgrade eligibility check goes through:
PreUpgradeCheck
Snapshot
Upgrade
|
String |
toString()
Returns a string representation of this object.
|
GetUpgradeStatusResult |
withStepStatus(String stepStatus)
One of four statuses an upgrade have, returned as part of the
GetUpgradeStatusResponse
object. |
GetUpgradeStatusResult |
withStepStatus(UpgradeStatus stepStatus)
One of four statuses an upgrade have, returned as part of the
GetUpgradeStatusResponse
object. |
GetUpgradeStatusResult |
withUpgradeName(String upgradeName)
A string that briefly describes the update.
|
GetUpgradeStatusResult |
withUpgradeStep(String upgradeStep)
One of three steps an upgrade or upgrade eligibility check goes through:
PreUpgradeCheck
Snapshot
Upgrade
|
GetUpgradeStatusResult |
withUpgradeStep(UpgradeStep upgradeStep)
One of three steps an upgrade or upgrade eligibility check goes through:
PreUpgradeCheck
Snapshot
Upgrade
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setUpgradeStep(String upgradeStep)
One of three steps an upgrade or upgrade eligibility check goes through:
upgradeStep - One of three steps an upgrade or upgrade eligibility check goes through:
UpgradeSteppublic String getUpgradeStep()
One of three steps an upgrade or upgrade eligibility check goes through:
UpgradeSteppublic GetUpgradeStatusResult withUpgradeStep(String upgradeStep)
One of three steps an upgrade or upgrade eligibility check goes through:
upgradeStep - One of three steps an upgrade or upgrade eligibility check goes through:
UpgradeSteppublic GetUpgradeStatusResult withUpgradeStep(UpgradeStep upgradeStep)
One of three steps an upgrade or upgrade eligibility check goes through:
upgradeStep - One of three steps an upgrade or upgrade eligibility check goes through:
UpgradeSteppublic void setStepStatus(String stepStatus)
One of four statuses an upgrade have, returned as part of the GetUpgradeStatusResponse
object. The status can take one of the following values:
stepStatus - One of four statuses an upgrade have, returned as part of the
GetUpgradeStatusResponse object. The status can take one of the following values:
UpgradeStatuspublic String getStepStatus()
One of four statuses an upgrade have, returned as part of the GetUpgradeStatusResponse
object. The status can take one of the following values:
GetUpgradeStatusResponse object. The status can take one of the following values:
UpgradeStatuspublic GetUpgradeStatusResult withStepStatus(String stepStatus)
One of four statuses an upgrade have, returned as part of the GetUpgradeStatusResponse
object. The status can take one of the following values:
stepStatus - One of four statuses an upgrade have, returned as part of the
GetUpgradeStatusResponse object. The status can take one of the following values:
UpgradeStatuspublic GetUpgradeStatusResult withStepStatus(UpgradeStatus stepStatus)
One of four statuses an upgrade have, returned as part of the GetUpgradeStatusResponse
object. The status can take one of the following values:
stepStatus - One of four statuses an upgrade have, returned as part of the
GetUpgradeStatusResponse object. The status can take one of the following values:
UpgradeStatuspublic void setUpgradeName(String upgradeName)
A string that briefly describes the update.
upgradeName - A string that briefly describes the update.public String getUpgradeName()
A string that briefly describes the update.
public GetUpgradeStatusResult withUpgradeName(String upgradeName)
A string that briefly describes the update.
upgradeName - A string that briefly describes the update.public String toString()
toString in class ObjectObject.toString()public GetUpgradeStatusResult clone()
Copyright © 2022. All rights reserved.