public class ModifyTargetGroupResult extends Object implements Serializable, Cloneable
Contains the output of ModifyTargetGroup.
| Constructor and Description |
|---|
ModifyTargetGroupResult() |
| Modifier and Type | Method and Description |
|---|---|
ModifyTargetGroupResult |
clone() |
boolean |
equals(Object obj) |
List<TargetGroup> |
getTargetGroups()
Information about the target group.
|
int |
hashCode() |
void |
setTargetGroups(Collection<TargetGroup> targetGroups)
Information about the target group.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ModifyTargetGroupResult |
withTargetGroups(Collection<TargetGroup> targetGroups)
Information about the target group.
|
ModifyTargetGroupResult |
withTargetGroups(TargetGroup... targetGroups)
Information about the target group.
|
public List<TargetGroup> getTargetGroups()
Information about the target group.
public void setTargetGroups(Collection<TargetGroup> targetGroups)
Information about the target group.
targetGroups - Information about the target group.public ModifyTargetGroupResult withTargetGroups(TargetGroup... targetGroups)
Information about the target group.
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 group.public ModifyTargetGroupResult withTargetGroups(Collection<TargetGroup> targetGroups)
Information about the target group.
targetGroups - Information about the target group.public String toString()
toString in class ObjectObject.toString()public ModifyTargetGroupResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.