@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTargetGroupAttributesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeTargetGroupAttributesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeTargetGroupAttributesResult |
clone() |
boolean |
equals(Object obj) |
List<TargetGroupAttribute> |
getAttributes()
Information about the target group attributes
|
int |
hashCode() |
void |
setAttributes(Collection<TargetGroupAttribute> attributes)
Information about the target group attributes
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeTargetGroupAttributesResult |
withAttributes(Collection<TargetGroupAttribute> attributes)
Information about the target group attributes
|
DescribeTargetGroupAttributesResult |
withAttributes(TargetGroupAttribute... attributes)
Information about the target group attributes
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<TargetGroupAttribute> getAttributes()
Information about the target group attributes
public void setAttributes(Collection<TargetGroupAttribute> attributes)
Information about the target group attributes
attributes
- Information about the target group attributespublic DescribeTargetGroupAttributesResult withAttributes(TargetGroupAttribute... attributes)
Information about the target group 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 target group attributespublic DescribeTargetGroupAttributesResult withAttributes(Collection<TargetGroupAttribute> attributes)
Information about the target group attributes
attributes
- Information about the target group attributespublic String toString()
toString
in class Object
Object.toString()
public DescribeTargetGroupAttributesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.