@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, withSdkRequestTimeoutpublic 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.LoadBalancerAttributeNamepublic String getAttributeName()
The name of the attribute you want to update. Valid values are below.
LoadBalancerAttributeNamepublic 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.LoadBalancerAttributeNamepublic 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.LoadBalancerAttributeNamepublic 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 ObjectObject.toString()public UpdateLoadBalancerAttributeRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()