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