Class ProcessType
- java.lang.Object
-
- com.amazonaws.services.autoscaling.model.ProcessType
-
- All Implemented Interfaces:
Serializable,Cloneable
public class ProcessType extends Object implements Serializable, Cloneable
Describes a process type.
For more information, see Auto Scaling Processes in the Auto Scaling Developer Guide.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcessType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProcessTypeclone()booleanequals(Object obj)StringgetProcessName()One of the following processes:inthashCode()voidsetProcessName(String processName)One of the following processes:StringtoString()Returns a string representation of this object; useful for testing and debugging.ProcessTypewithProcessName(String processName)One of the following processes:
-
-
-
Method Detail
-
setProcessName
public void setProcessName(String processName)
One of the following processes:
-
Launch -
Terminate -
AddToLoadBalancer -
AlarmNotification -
AZRebalance -
HealthCheck -
ReplaceUnhealthy -
ScheduledActions
- Parameters:
processName- One of the following processes:-
Launch -
Terminate -
AddToLoadBalancer -
AlarmNotification -
AZRebalance -
HealthCheck -
ReplaceUnhealthy -
ScheduledActions
-
-
-
getProcessName
public String getProcessName()
One of the following processes:
-
Launch -
Terminate -
AddToLoadBalancer -
AlarmNotification -
AZRebalance -
HealthCheck -
ReplaceUnhealthy -
ScheduledActions
- Returns:
- One of the following processes:
-
Launch -
Terminate -
AddToLoadBalancer -
AlarmNotification -
AZRebalance -
HealthCheck -
ReplaceUnhealthy -
ScheduledActions
-
-
-
withProcessName
public ProcessType withProcessName(String processName)
One of the following processes:
-
Launch -
Terminate -
AddToLoadBalancer -
AlarmNotification -
AZRebalance -
HealthCheck -
ReplaceUnhealthy -
ScheduledActions
- Parameters:
processName- One of the following processes:-
Launch -
Terminate -
AddToLoadBalancer -
AlarmNotification -
AZRebalance -
HealthCheck -
ReplaceUnhealthy -
ScheduledActions
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ProcessType clone()
-
-