@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SuspendedProcess extends Object implements Serializable, Cloneable
Describes an Auto Scaling process that has been suspended. For more information, see ProcessType.
Constructor and Description |
---|
SuspendedProcess() |
Modifier and Type | Method and Description |
---|---|
SuspendedProcess |
clone() |
boolean |
equals(Object obj) |
String |
getProcessName()
The name of the suspended process.
|
String |
getSuspensionReason()
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
SuspendedProcess |
withProcessName(String processName)
The name of the suspended process.
|
SuspendedProcess |
withSuspensionReason(String suspensionReason)
The reason that the process was suspended.
|
public void setProcessName(String processName)
The name of the suspended process.
processName
- The name of the suspended process.public String getProcessName()
The name of the suspended process.
public SuspendedProcess withProcessName(String processName)
The name of the suspended process.
processName
- The name of the suspended process.public void setSuspensionReason(String suspensionReason)
The reason that the process was suspended.
suspensionReason
- The reason that the process was suspended.public String getSuspensionReason()
The reason that the process was suspended.
public SuspendedProcess withSuspensionReason(String suspensionReason)
The reason that the process was suspended.
suspensionReason
- The reason that the process was suspended.public String toString()
toString
in class Object
Object.toString()
public SuspendedProcess clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.