public class ExitStandbyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
ExitStandby operation.
Moves the specified instances out of Standby mode.
For more information, see Auto Scaling InService State in the Auto Scaling Developer Guide .
NOOP| Constructor and Description |
|---|
ExitStandbyRequest() |
| Modifier and Type | Method and Description |
|---|---|
ExitStandbyRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAutoScalingGroupName()
The name of the Auto Scaling group.
|
List<String> |
getInstanceIds()
One or more instance IDs.
|
int |
hashCode() |
void |
setAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
void |
setInstanceIds(Collection<String> instanceIds)
One or more instance IDs.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ExitStandbyRequest |
withAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
ExitStandbyRequest |
withInstanceIds(Collection<String> instanceIds)
One or more instance IDs.
|
ExitStandbyRequest |
withInstanceIds(String... instanceIds)
One or more instance IDs.
|
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic List<String> getInstanceIds()
public void setInstanceIds(Collection<String> instanceIds)
instanceIds - One or more instance IDs. You must specify at least one instance ID.public ExitStandbyRequest withInstanceIds(String... instanceIds)
NOTE: This method appends the values to the existing list (if
any). Use setInstanceIds(java.util.Collection) or withInstanceIds(java.util.Collection) if you want to override the
existing values.
Returns a reference to this object so that method calls can be chained together.
instanceIds - One or more instance IDs. You must specify at least one instance ID.public ExitStandbyRequest withInstanceIds(Collection<String> instanceIds)
Returns a reference to this object so that method calls can be chained together.
instanceIds - One or more instance IDs. You must specify at least one instance ID.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 of the Auto Scaling group.public ExitStandbyRequest 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 of the Auto Scaling group.public String toString()
toString in class ObjectObject.toString()public ExitStandbyRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.