@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProcessType extends Object implements Serializable, Cloneable
Describes a process type.
For more information, see Types of processes in the Amazon EC2 Auto Scaling User Guide.
Constructor and Description |
---|
ProcessType() |
Modifier and Type | Method and Description |
---|---|
ProcessType |
clone() |
boolean |
equals(Object obj) |
String |
getProcessName()
One of the following processes:
|
int |
hashCode() |
void |
setProcessName(String processName)
One of the following processes:
|
String |
toString()
Returns a string representation of this object.
|
ProcessType |
withProcessName(String processName)
One of the following processes:
|
public void setProcessName(String processName)
One of the following processes:
Launch
Terminate
AddToLoadBalancer
AlarmNotification
AZRebalance
HealthCheck
InstanceRefresh
ReplaceUnhealthy
ScheduledActions
processName
- One of the following processes:
Launch
Terminate
AddToLoadBalancer
AlarmNotification
AZRebalance
HealthCheck
InstanceRefresh
ReplaceUnhealthy
ScheduledActions
public String getProcessName()
One of the following processes:
Launch
Terminate
AddToLoadBalancer
AlarmNotification
AZRebalance
HealthCheck
InstanceRefresh
ReplaceUnhealthy
ScheduledActions
Launch
Terminate
AddToLoadBalancer
AlarmNotification
AZRebalance
HealthCheck
InstanceRefresh
ReplaceUnhealthy
ScheduledActions
public ProcessType withProcessName(String processName)
One of the following processes:
Launch
Terminate
AddToLoadBalancer
AlarmNotification
AZRebalance
HealthCheck
InstanceRefresh
ReplaceUnhealthy
ScheduledActions
processName
- One of the following processes:
Launch
Terminate
AddToLoadBalancer
AlarmNotification
AZRebalance
HealthCheck
InstanceRefresh
ReplaceUnhealthy
ScheduledActions
public String toString()
toString
in class Object
Object.toString()
public ProcessType clone()