public class ProcessType
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Describes a process type.
For more information, see Auto Scaling Processes in the Auto Scaling Developer Guide.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
processName
One of the following processes:
|
Constructor and Description |
---|
ProcessType() |
Modifier and Type | Method and Description |
---|---|
ProcessType |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getProcessName()
One of the following processes:
|
int |
hashCode() |
void |
setProcessName(java.lang.String processName)
One of the following processes:
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ProcessType |
withProcessName(java.lang.String processName)
One of the following processes:
|
private java.lang.String processName
One of the following processes:
Launch
Terminate
AddToLoadBalancer
AlarmNotification
AZRebalance
HealthCheck
ReplaceUnhealthy
ScheduledActions
public void setProcessName(java.lang.String processName)
One of the following processes:
Launch
Terminate
AddToLoadBalancer
AlarmNotification
AZRebalance
HealthCheck
ReplaceUnhealthy
ScheduledActions
processName
- One of the following processes:
Launch
Terminate
AddToLoadBalancer
AlarmNotification
AZRebalance
HealthCheck
ReplaceUnhealthy
ScheduledActions
public java.lang.String getProcessName()
One of the following processes:
Launch
Terminate
AddToLoadBalancer
AlarmNotification
AZRebalance
HealthCheck
ReplaceUnhealthy
ScheduledActions
Launch
Terminate
AddToLoadBalancer
AlarmNotification
AZRebalance
HealthCheck
ReplaceUnhealthy
ScheduledActions
public ProcessType withProcessName(java.lang.String processName)
One of the following processes:
Launch
Terminate
AddToLoadBalancer
AlarmNotification
AZRebalance
HealthCheck
ReplaceUnhealthy
ScheduledActions
processName
- One of the following processes:
Launch
Terminate
AddToLoadBalancer
AlarmNotification
AZRebalance
HealthCheck
ReplaceUnhealthy
ScheduledActions
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ProcessType clone()
clone
in class java.lang.Object