public class DisassociateElasticIpRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DisassociateElasticIp operation
.
Disassociates an Elastic IP address from its instance. The address remains registered with the stack. For more information, see Resource Management .
Required Permissions : To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions .
NOOP
Constructor and Description |
---|
DisassociateElasticIpRequest() |
Modifier and Type | Method and Description |
---|---|
DisassociateElasticIpRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getElasticIp()
The Elastic IP address.
|
int |
hashCode() |
void |
setElasticIp(String elasticIp)
The Elastic IP address.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DisassociateElasticIpRequest |
withElasticIp(String elasticIp)
The Elastic IP address.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getElasticIp()
public void setElasticIp(String elasticIp)
elasticIp
- The Elastic IP address.public DisassociateElasticIpRequest withElasticIp(String elasticIp)
Returns a reference to this object so that method calls can be chained together.
elasticIp
- The Elastic IP address.public String toString()
toString
in class Object
Object.toString()
public DisassociateElasticIpRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.