@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyTargetGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 Object
Object.toString()
public ModifyTargetGroupResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.