Class SuspendedProcess
java.lang.Object
com.amazonaws.services.autoscaling.model.SuspendedProcess
- All Implemented Interfaces:
Serializable
,Cloneable
Describes an Auto Scaling process that has been suspended. For more information, see ProcessType.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The name of the suspended process.The reason that the process was suspended.int
hashCode()
void
setProcessName
(String processName) The name of the suspended process.void
setSuspensionReason
(String suspensionReason) The reason that the process was suspended.toString()
Returns a string representation of this object; useful for testing and debugging.withProcessName
(String processName) The name of the suspended process.withSuspensionReason
(String suspensionReason) The reason that the process was suspended.
-
Constructor Details
-
SuspendedProcess
public SuspendedProcess()
-
-
Method Details
-
setProcessName
The name of the suspended process.
- Parameters:
processName
- The name of the suspended process.
-
getProcessName
The name of the suspended process.
- Returns:
- The name of the suspended process.
-
withProcessName
The name of the suspended process.
- Parameters:
processName
- The name of the suspended process.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setSuspensionReason
The reason that the process was suspended.
- Parameters:
suspensionReason
- The reason that the process was suspended.
-
getSuspensionReason
The reason that the process was suspended.
- Returns:
- The reason that the process was suspended.
-
withSuspensionReason
The reason that the process was suspended.
- Parameters:
suspensionReason
- The reason that the process was suspended.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-