@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()
The status of the current step that an upgrade is on.
|
String |
getUpgradeName()
A string that describes the update.
|
String |
getUpgradeStep()
One of three steps that an upgrade or upgrade eligibility check goes through.
|
int |
hashCode() |
void |
setStepStatus(String stepStatus)
The status of the current step that an upgrade is on.
|
void |
setUpgradeName(String upgradeName)
A string that describes the update.
|
void |
setUpgradeStep(String upgradeStep)
One of three steps that an upgrade or upgrade eligibility check goes through.
|
String |
toString()
Returns a string representation of this object.
|
GetUpgradeStatusResult |
withStepStatus(String stepStatus)
The status of the current step that an upgrade is on.
|
GetUpgradeStatusResult |
withStepStatus(UpgradeStatus stepStatus)
The status of the current step that an upgrade is on.
|
GetUpgradeStatusResult |
withUpgradeName(String upgradeName)
A string that describes the update.
|
GetUpgradeStatusResult |
withUpgradeStep(String upgradeStep)
One of three steps that an upgrade or upgrade eligibility check goes through.
|
GetUpgradeStatusResult |
withUpgradeStep(UpgradeStep upgradeStep)
One of three steps that an upgrade or upgrade eligibility check goes through.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setUpgradeStep(String upgradeStep)
One of three steps that an upgrade or upgrade eligibility check goes through.
upgradeStep - One of three steps that an upgrade or upgrade eligibility check goes through.UpgradeSteppublic String getUpgradeStep()
One of three steps that an upgrade or upgrade eligibility check goes through.
UpgradeSteppublic GetUpgradeStatusResult withUpgradeStep(String upgradeStep)
One of three steps that an upgrade or upgrade eligibility check goes through.
upgradeStep - One of three steps that an upgrade or upgrade eligibility check goes through.UpgradeSteppublic GetUpgradeStatusResult withUpgradeStep(UpgradeStep upgradeStep)
One of three steps that an upgrade or upgrade eligibility check goes through.
upgradeStep - One of three steps that an upgrade or upgrade eligibility check goes through.UpgradeSteppublic void setStepStatus(String stepStatus)
The status of the current step that an upgrade is on.
stepStatus - The status of the current step that an upgrade is on.UpgradeStatuspublic String getStepStatus()
The status of the current step that an upgrade is on.
UpgradeStatuspublic GetUpgradeStatusResult withStepStatus(String stepStatus)
The status of the current step that an upgrade is on.
stepStatus - The status of the current step that an upgrade is on.UpgradeStatuspublic GetUpgradeStatusResult withStepStatus(UpgradeStatus stepStatus)
The status of the current step that an upgrade is on.
stepStatus - The status of the current step that an upgrade is on.UpgradeStatuspublic void setUpgradeName(String upgradeName)
A string that describes the update.
upgradeName - A string that describes the update.public String getUpgradeName()
A string that describes the update.
public GetUpgradeStatusResult withUpgradeName(String upgradeName)
A string that describes the update.
upgradeName - A string that describes the update.public String toString()
toString in class ObjectObject.toString()public GetUpgradeStatusResult clone()