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