@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AttachElasticLoadBalancerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AttachElasticLoadBalancerRequest() |
Modifier and Type | Method and Description |
---|---|
AttachElasticLoadBalancerRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getElasticLoadBalancerName()
The Elastic Load Balancing instance's name.
|
String |
getLayerId()
The ID of the layer to which the Elastic Load Balancing instance is to be attached.
|
int |
hashCode() |
void |
setElasticLoadBalancerName(String elasticLoadBalancerName)
The Elastic Load Balancing instance's name.
|
void |
setLayerId(String layerId)
The ID of the layer to which the Elastic Load Balancing instance is to be attached.
|
String |
toString()
Returns a string representation of this object.
|
AttachElasticLoadBalancerRequest |
withElasticLoadBalancerName(String elasticLoadBalancerName)
The Elastic Load Balancing instance's name.
|
AttachElasticLoadBalancerRequest |
withLayerId(String layerId)
The ID of the layer to which the Elastic Load Balancing instance is to be attached.
|
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 setElasticLoadBalancerName(String elasticLoadBalancerName)
The Elastic Load Balancing instance's name.
elasticLoadBalancerName
- The Elastic Load Balancing instance's name.public String getElasticLoadBalancerName()
The Elastic Load Balancing instance's name.
public AttachElasticLoadBalancerRequest withElasticLoadBalancerName(String elasticLoadBalancerName)
The Elastic Load Balancing instance's name.
elasticLoadBalancerName
- The Elastic Load Balancing instance's name.public void setLayerId(String layerId)
The ID of the layer to which the Elastic Load Balancing instance is to be attached.
layerId
- The ID of the layer to which the Elastic Load Balancing instance is to be attached.public String getLayerId()
The ID of the layer to which the Elastic Load Balancing instance is to be attached.
public AttachElasticLoadBalancerRequest withLayerId(String layerId)
The ID of the layer to which the Elastic Load Balancing instance is to be attached.
layerId
- The ID of the layer to which the Elastic Load Balancing instance is to be attached.public String toString()
toString
in class Object
Object.toString()
public AttachElasticLoadBalancerRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()