@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 modified target group.
|
int |
hashCode () |
void |
setTargetGroups (Collection<TargetGroup> targetGroups)
Information about the modified target group.
|
String |
toString ()
Returns a string representation of this object.
|
ModifyTargetGroupResult |
withTargetGroups (Collection<TargetGroup> targetGroups)
Information about the modified target group.
|
ModifyTargetGroupResult |
withTargetGroups (TargetGroup... targetGroups)
Information about the modified target group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public ModifyTargetGroupResult()
public List<TargetGroup> getTargetGroups()
Information about the modified target group.
public void setTargetGroups(Collection<TargetGroup> targetGroups)
Information about the modified target group.
targetGroups - Information about the modified target group.public ModifyTargetGroupResult withTargetGroups(TargetGroup... targetGroups)
Information about the modified 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 modified target group.public ModifyTargetGroupResult withTargetGroups(Collection<TargetGroup> targetGroups)
Information about the modified target group.
targetGroups - Information about the modified target group.public String toString()
toString in class Object Object.toString() public ModifyTargetGroupResult clone()