public class DetachInstancesResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
DetachInstancesResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<Activity> |
getActivities()
The activities related to detaching the instances from the Auto Scaling
group.
|
int |
hashCode() |
void |
setActivities(java.util.Collection<Activity> activities)
The activities related to detaching the instances from the Auto Scaling
group.
|
java.lang.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(java.util.Collection<Activity> activities)
The activities related to detaching the instances from the Auto Scaling
group.
|
public java.util.List<Activity> getActivities()
The activities related to detaching the instances from the Auto Scaling group.
The activities related to detaching the instances from the Auto Scaling group.
public void setActivities(java.util.Collection<Activity> activities)
The activities related to detaching the instances from the Auto Scaling group.
activities
- The activities related to detaching the instances from the Auto Scaling group.
public DetachInstancesResult withActivities(Activity... activities)
The activities related to detaching the instances from the Auto Scaling group.
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(java.util.Collection<Activity> activities)
The activities related to detaching the instances from the Auto Scaling group.
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 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.