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:
  • Constructor Details

    • ProcessType

      public ProcessType()
  • Method Details

    • 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:
      toString in class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public ProcessType clone()
      Overrides:
      clone in class Object