public class DescribeTargetGroupsResult extends Object implements Serializable, Cloneable
Contains the output of DescribeTargetGroups.
| Constructor and Description |
|---|
DescribeTargetGroupsResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeTargetGroupsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextMarker()
The marker to use when requesting the next set of results.
|
List<TargetGroup> |
getTargetGroups()
Information about the target groups.
|
int |
hashCode() |
void |
setNextMarker(String nextMarker)
The marker to use when requesting the next set of results.
|
void |
setTargetGroups(Collection<TargetGroup> targetGroups)
Information about the target groups.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeTargetGroupsResult |
withNextMarker(String nextMarker)
The marker to use when requesting the next set of results.
|
DescribeTargetGroupsResult |
withTargetGroups(Collection<TargetGroup> targetGroups)
Information about the target groups.
|
DescribeTargetGroupsResult |
withTargetGroups(TargetGroup... targetGroups)
Information about the target groups.
|
public List<TargetGroup> getTargetGroups()
Information about the target groups.
public void setTargetGroups(Collection<TargetGroup> targetGroups)
Information about the target groups.
targetGroups - Information about the target groups.public DescribeTargetGroupsResult withTargetGroups(TargetGroup... targetGroups)
Information about the target groups.
NOTE: This method appends the values to the existing list (if
any). Use setTargetGroups(java.util.Collection) or
withTargetGroups(java.util.Collection) if you want to override
the existing values.
targetGroups - Information about the target groups.public DescribeTargetGroupsResult withTargetGroups(Collection<TargetGroup> targetGroups)
Information about the target groups.
targetGroups - Information about the target groups.public void setNextMarker(String nextMarker)
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
nextMarker - The marker to use when requesting the next set of results. If
there are no additional results, the string is empty.public String getNextMarker()
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
public DescribeTargetGroupsResult withNextMarker(String nextMarker)
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
nextMarker - The marker to use when requesting the next set of results. If
there are no additional results, the string is empty.public String toString()
toString in class ObjectObject.toString()public DescribeTargetGroupsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.