public class ModifyTargetGroupAttributesResult extends Object implements Serializable, Cloneable
Contains the output of ModifyTargetGroupAttributes.
Constructor and Description |
---|
ModifyTargetGroupAttributesResult() |
Modifier and Type | Method and Description |
---|---|
ModifyTargetGroupAttributesResult |
clone() |
boolean |
equals(Object obj) |
List<TargetGroupAttribute> |
getAttributes()
Information about the attributes.
|
int |
hashCode() |
void |
setAttributes(Collection<TargetGroupAttribute> attributes)
Information about the attributes.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ModifyTargetGroupAttributesResult |
withAttributes(Collection<TargetGroupAttribute> attributes)
Information about the attributes.
|
ModifyTargetGroupAttributesResult |
withAttributes(TargetGroupAttribute... attributes)
Information about the attributes.
|
public List<TargetGroupAttribute> getAttributes()
Information about the attributes.
public void setAttributes(Collection<TargetGroupAttribute> attributes)
Information about the attributes.
attributes
- Information about the attributes.public ModifyTargetGroupAttributesResult withAttributes(TargetGroupAttribute... attributes)
Information about the attributes.
NOTE: This method appends the values to the existing list (if
any). Use setAttributes(java.util.Collection)
or
withAttributes(java.util.Collection)
if you want to override the
existing values.
attributes
- Information about the attributes.public ModifyTargetGroupAttributesResult withAttributes(Collection<TargetGroupAttribute> attributes)
Information about the attributes.
attributes
- Information about the attributes.public String toString()
toString
in class Object
Object.toString()
public ModifyTargetGroupAttributesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.