public class ProcessType
extends java.lang.Object
implements java.io.Serializable
Describes a process type.
For more information, see Auto Scaling Processes in the Auto Scaling Developer Guide.
Constructor and Description |
---|
ProcessType() |
Modifier and Type | Method and Description |
---|---|
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:
|
public java.lang.String getProcessName()
One of the following processes:
Launch
Terminate
AddToLoadBalancer
AlarmNotification
AZRebalance
HealthCheck
ReplaceUnhealthy
ScheduledActions
Constraints:
Length: 1 - 255
Pattern: [ --�𐀀-\r\n\t]*
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
Constraints:
Length: 1 - 255
Pattern: [ --�𐀀-\r\n\t]*
processName
- One of the following processes:
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
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 255
Pattern: [ --�𐀀-\r\n\t]*
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 int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.