@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetUpgradeStatusResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Container for response returned by GetUpgradeStatus
operation.
Constructor and Description |
---|
GetUpgradeStatusResult() |
Modifier and Type | Method and Description |
---|---|
GetUpgradeStatusResult |
clone() |
boolean |
equals(Object obj) |
String |
getStepStatus()
One of 4 statuses that a step can go through returned as part of the
GetUpgradeStatusResponse object. |
String |
getUpgradeName()
A string that describes the update briefly
|
String |
getUpgradeStep()
Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:
PreUpgradeCheck
Snapshot
Upgrade
|
int |
hashCode() |
void |
setStepStatus(String stepStatus)
One of 4 statuses that a step can go through returned as part of the
GetUpgradeStatusResponse object. |
void |
setUpgradeName(String upgradeName)
A string that describes the update briefly
|
void |
setUpgradeStep(String upgradeStep)
Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:
PreUpgradeCheck
Snapshot
Upgrade
|
String |
toString()
Returns a string representation of this object.
|
GetUpgradeStatusResult |
withStepStatus(String stepStatus)
One of 4 statuses that a step can go through returned as part of the
GetUpgradeStatusResponse object. |
GetUpgradeStatusResult |
withStepStatus(UpgradeStatus stepStatus)
One of 4 statuses that a step can go through returned as part of the
GetUpgradeStatusResponse object. |
GetUpgradeStatusResult |
withUpgradeName(String upgradeName)
A string that describes the update briefly
|
GetUpgradeStatusResult |
withUpgradeStep(String upgradeStep)
Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:
PreUpgradeCheck
Snapshot
Upgrade
|
GetUpgradeStatusResult |
withUpgradeStep(UpgradeStep upgradeStep)
Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:
PreUpgradeCheck
Snapshot
Upgrade
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setUpgradeStep(String upgradeStep)
Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:
upgradeStep
- Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:
UpgradeStep
public String getUpgradeStep()
Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:
UpgradeStep
public GetUpgradeStatusResult withUpgradeStep(String upgradeStep)
Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:
upgradeStep
- Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:
UpgradeStep
public GetUpgradeStatusResult withUpgradeStep(UpgradeStep upgradeStep)
Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:
upgradeStep
- Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:
UpgradeStep
public void setStepStatus(String stepStatus)
One of 4 statuses that a step can go through returned as part of the
GetUpgradeStatusResponse
object. The status can take one of the following values:
stepStatus
- One of 4 statuses that a step can go through returned as part of the
GetUpgradeStatusResponse
object. The status can take one of the following values:
UpgradeStatus
public String getStepStatus()
One of 4 statuses that a step can go through 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:
UpgradeStatus
public GetUpgradeStatusResult withStepStatus(String stepStatus)
One of 4 statuses that a step can go through returned as part of the
GetUpgradeStatusResponse
object. The status can take one of the following values:
stepStatus
- One of 4 statuses that a step can go through returned as part of the
GetUpgradeStatusResponse
object. The status can take one of the following values:
UpgradeStatus
public GetUpgradeStatusResult withStepStatus(UpgradeStatus stepStatus)
One of 4 statuses that a step can go through returned as part of the
GetUpgradeStatusResponse
object. The status can take one of the following values:
stepStatus
- One of 4 statuses that a step can go through returned as part of the
GetUpgradeStatusResponse
object. The status can take one of the following values:
UpgradeStatus
public void setUpgradeName(String upgradeName)
A string that describes the update briefly
upgradeName
- A string that describes the update brieflypublic String getUpgradeName()
A string that describes the update briefly
public GetUpgradeStatusResult withUpgradeName(String upgradeName)
A string that describes the update briefly
upgradeName
- A string that describes the update brieflypublic String toString()
toString
in class Object
Object.toString()
public GetUpgradeStatusResult clone()