public class ResumeProcessesRequest extends AmazonWebServiceRequest implements Serializable
ResumeProcesses operation
.
Resumes the specified suspended Auto Scaling processes for the
specified Auto Scaling group. To resume specific processes, use the
ScalingProcesses
parameter. To resume all processes, omit
the ScalingProcesses
parameter. For more information, see
Suspend and Resume Auto Scaling Processes
in the Auto Scaling Developer Guide .
NOOP
Constructor and Description |
---|
ResumeProcessesRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAutoScalingGroupName()
The name or Amazon Resource Name (ARN) of the Auto Scaling group.
|
List<String> |
getScalingProcesses()
One or more of the following processes: Launch
Terminate HealthCheck ReplaceUnhealthy
AZRebalance AlarmNotification
ScheduledActions AddToLoadBalancer
|
int |
hashCode() |
void |
setAutoScalingGroupName(String autoScalingGroupName)
The name or Amazon Resource Name (ARN) of the Auto Scaling group.
|
void |
setScalingProcesses(Collection<String> scalingProcesses)
One or more of the following processes: Launch
Terminate HealthCheck ReplaceUnhealthy
AZRebalance AlarmNotification
ScheduledActions AddToLoadBalancer
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ResumeProcessesRequest |
withAutoScalingGroupName(String autoScalingGroupName)
The name or Amazon Resource Name (ARN) of the Auto Scaling group.
|
ResumeProcessesRequest |
withScalingProcesses(Collection<String> scalingProcesses)
One or more of the following processes: Launch
Terminate HealthCheck ReplaceUnhealthy
AZRebalance AlarmNotification
ScheduledActions AddToLoadBalancer
|
ResumeProcessesRequest |
withScalingProcesses(String... scalingProcesses)
One or more of the following processes: Launch
Terminate HealthCheck ReplaceUnhealthy
AZRebalance AlarmNotification
ScheduledActions AddToLoadBalancer
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getAutoScalingGroupName()
Constraints:
Length: 1 - 1600
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
public void setAutoScalingGroupName(String autoScalingGroupName)
Constraints:
Length: 1 - 1600
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
autoScalingGroupName
- The name or Amazon Resource Name (ARN) of the Auto Scaling group.public ResumeProcessesRequest withAutoScalingGroupName(String autoScalingGroupName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1600
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
autoScalingGroupName
- The name or Amazon Resource Name (ARN) of the Auto Scaling group.public List<String> getScalingProcesses()
public void setScalingProcesses(Collection<String> scalingProcesses)
scalingProcesses
- One or more of the following processes: public ResumeProcessesRequest withScalingProcesses(String... scalingProcesses)
Returns a reference to this object so that method calls can be chained together.
scalingProcesses
- One or more of the following processes: public ResumeProcessesRequest withScalingProcesses(Collection<String> scalingProcesses)
Returns a reference to this object so that method calls can be chained together.
scalingProcesses
- One or more of the following processes: public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.