@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, setSdkResponseMetadatapublic 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:
        UpgradeSteppublic String getUpgradeStep()
Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:
UpgradeSteppublic 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:
        UpgradeSteppublic 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:
        UpgradeSteppublic 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:
        UpgradeStatuspublic 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:
         UpgradeStatuspublic 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:
        UpgradeStatuspublic 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:
        UpgradeStatuspublic 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 ObjectObject.toString()public GetUpgradeStatusResult clone()