public class ModifyLoadBalancerAttributesRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private LoadBalancerAttributes |
loadBalancerAttributes
The attributes of the load balancer.
|
private java.lang.String |
loadBalancerName
The name of the load balancer.
|
NOOP
Constructor and Description |
---|
ModifyLoadBalancerAttributesRequest() |
Modifier and Type | Method and Description |
---|---|
ModifyLoadBalancerAttributesRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
LoadBalancerAttributes |
getLoadBalancerAttributes()
The attributes of the load balancer.
|
java.lang.String |
getLoadBalancerName()
The name of the load balancer.
|
int |
hashCode() |
void |
setLoadBalancerAttributes(LoadBalancerAttributes loadBalancerAttributes)
The attributes of the load balancer.
|
void |
setLoadBalancerName(java.lang.String loadBalancerName)
The name of the load balancer.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ModifyLoadBalancerAttributesRequest |
withLoadBalancerAttributes(LoadBalancerAttributes loadBalancerAttributes)
The attributes of the load balancer.
|
ModifyLoadBalancerAttributesRequest |
withLoadBalancerName(java.lang.String loadBalancerName)
The name of the load balancer.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String loadBalancerName
The name of the load balancer.
private LoadBalancerAttributes loadBalancerAttributes
The attributes of the load balancer.
public void setLoadBalancerName(java.lang.String loadBalancerName)
The name of the load balancer.
loadBalancerName
- The name of the load balancer.public java.lang.String getLoadBalancerName()
The name of the load balancer.
public ModifyLoadBalancerAttributesRequest withLoadBalancerName(java.lang.String loadBalancerName)
The name of the load balancer.
loadBalancerName
- The name of the load balancer.public void setLoadBalancerAttributes(LoadBalancerAttributes loadBalancerAttributes)
The attributes of the load balancer.
loadBalancerAttributes
- The attributes of the load balancer.public LoadBalancerAttributes getLoadBalancerAttributes()
The attributes of the load balancer.
public ModifyLoadBalancerAttributesRequest withLoadBalancerAttributes(LoadBalancerAttributes loadBalancerAttributes)
The attributes of the load balancer.
loadBalancerAttributes
- The attributes of the load balancer.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ModifyLoadBalancerAttributesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()