|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.autoscaling.model.DescribeAutoScalingGroupsResult
public class DescribeAutoScalingGroupsResult
| Constructor Summary | |
|---|---|
DescribeAutoScalingGroupsResult()
|
|
| Method Summary | |
|---|---|
List<AutoScalingGroup> |
getAutoScalingGroups()
|
void |
setAutoScalingGroups(Collection<AutoScalingGroup> autoScalingGroups)
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeAutoScalingGroupsResult |
withAutoScalingGroups(AutoScalingGroup... autoScalingGroups)
Returns a reference to this object so that method calls can be chained together. |
DescribeAutoScalingGroupsResult |
withAutoScalingGroups(Collection<AutoScalingGroup> autoScalingGroups)
Returns a reference to this object so that method calls can be chained together. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeAutoScalingGroupsResult()
| Method Detail |
|---|
public List<AutoScalingGroup> getAutoScalingGroups()
public void setAutoScalingGroups(Collection<AutoScalingGroup> autoScalingGroups)
autoScalingGroups - public DescribeAutoScalingGroupsResult withAutoScalingGroups(AutoScalingGroup... autoScalingGroups)
Returns a reference to this object so that method calls can be chained together.
autoScalingGroups -
public DescribeAutoScalingGroupsResult withAutoScalingGroups(Collection<AutoScalingGroup> autoScalingGroups)
Returns a reference to this object so that method calls can be chained together.
autoScalingGroups -
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||