@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 Auto Scaling Processes in the 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; useful for testing and debugging.
|
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
ReplaceUnhealthy
ScheduledActions
processName
- One of the following processes:
Launch
Terminate
AddToLoadBalancer
AlarmNotification
AZRebalance
HealthCheck
ReplaceUnhealthy
ScheduledActions
public 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(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 String toString()
toString
in class Object
Object.toString()
public ProcessType clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.