@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateLoadBalancerAttributeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateLoadBalancerAttributeRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateLoadBalancerAttributeRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAttributeName()
The name of the attribute you want to update.
|
String |
getAttributeValue()
The value that you want to specify for the attribute name.
|
String |
getLoadBalancerName()
The name of the load balancer that you want to modify (e.g.,
my-load-balancer . |
int |
hashCode() |
void |
setAttributeName(String attributeName)
The name of the attribute you want to update.
|
void |
setAttributeValue(String attributeValue)
The value that you want to specify for the attribute name.
|
void |
setLoadBalancerName(String loadBalancerName)
The name of the load balancer that you want to modify (e.g.,
my-load-balancer . |
String |
toString()
Returns a string representation of this object.
|
UpdateLoadBalancerAttributeRequest |
withAttributeName(LoadBalancerAttributeName attributeName)
The name of the attribute you want to update.
|
UpdateLoadBalancerAttributeRequest |
withAttributeName(String attributeName)
The name of the attribute you want to update.
|
UpdateLoadBalancerAttributeRequest |
withAttributeValue(String attributeValue)
The value that you want to specify for the attribute name.
|
UpdateLoadBalancerAttributeRequest |
withLoadBalancerName(String loadBalancerName)
The name of the load balancer that you want to modify (e.g.,
my-load-balancer . |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setLoadBalancerName(String loadBalancerName)
The name of the load balancer that you want to modify (e.g., my-load-balancer
.
loadBalancerName
- The name of the load balancer that you want to modify (e.g., my-load-balancer
.public String getLoadBalancerName()
The name of the load balancer that you want to modify (e.g., my-load-balancer
.
my-load-balancer
.public UpdateLoadBalancerAttributeRequest withLoadBalancerName(String loadBalancerName)
The name of the load balancer that you want to modify (e.g., my-load-balancer
.
loadBalancerName
- The name of the load balancer that you want to modify (e.g., my-load-balancer
.public void setAttributeName(String attributeName)
The name of the attribute you want to update. Valid values are below.
attributeName
- The name of the attribute you want to update. Valid values are below.LoadBalancerAttributeName
public String getAttributeName()
The name of the attribute you want to update. Valid values are below.
LoadBalancerAttributeName
public UpdateLoadBalancerAttributeRequest withAttributeName(String attributeName)
The name of the attribute you want to update. Valid values are below.
attributeName
- The name of the attribute you want to update. Valid values are below.LoadBalancerAttributeName
public UpdateLoadBalancerAttributeRequest withAttributeName(LoadBalancerAttributeName attributeName)
The name of the attribute you want to update. Valid values are below.
attributeName
- The name of the attribute you want to update. Valid values are below.LoadBalancerAttributeName
public void setAttributeValue(String attributeValue)
The value that you want to specify for the attribute name.
attributeValue
- The value that you want to specify for the attribute name.public String getAttributeValue()
The value that you want to specify for the attribute name.
public UpdateLoadBalancerAttributeRequest withAttributeValue(String attributeValue)
The value that you want to specify for the attribute name.
attributeValue
- The value that you want to specify for the attribute name.public String toString()
toString
in class Object
Object.toString()
public UpdateLoadBalancerAttributeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.