public class DetachInstancesResult extends Object implements Serializable
| Constructor and Description |
|---|
DetachInstancesResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<Activity> |
getActivities()
The activities related to detaching the instances from the Auto
Scaling group.
|
int |
hashCode() |
void |
setActivities(Collection<Activity> activities)
The activities related to detaching the instances from the Auto
Scaling group.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DetachInstancesResult |
withActivities(Activity... activities)
The activities related to detaching the instances from the Auto
Scaling group.
|
DetachInstancesResult |
withActivities(Collection<Activity> activities)
The activities related to detaching the instances from the Auto
Scaling group.
|
public List<Activity> getActivities()
public void setActivities(Collection<Activity> activities)
activities - The activities related to detaching the instances from the Auto
Scaling group.public DetachInstancesResult withActivities(Activity... activities)
Returns a reference to this object so that method calls can be chained together.
activities - The activities related to detaching the instances from the Auto
Scaling group.public DetachInstancesResult withActivities(Collection<Activity> activities)
Returns a reference to this object so that method calls can be chained together.
activities - The activities related to detaching the instances from the Auto
Scaling group.public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.