|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.opsworks.model.UpdateElasticIpRequest
public class UpdateElasticIpRequest
Container for the parameters to the UpdateElasticIp operation
.
Updates a registered Elastic IP address's name. 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 .
AWSOpsWorks.updateElasticIp(UpdateElasticIpRequest)
,
Serialized FormConstructor Summary | |
---|---|
UpdateElasticIpRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getElasticIp()
The address. |
String |
getName()
The new name. |
int |
hashCode()
|
void |
setElasticIp(String elasticIp)
The address. |
void |
setName(String name)
The new name. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
UpdateElasticIpRequest |
withElasticIp(String elasticIp)
The address. |
UpdateElasticIpRequest |
withName(String name)
The new name. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UpdateElasticIpRequest()
Method Detail |
---|
public String getElasticIp()
public void setElasticIp(String elasticIp)
elasticIp
- The address.public UpdateElasticIpRequest withElasticIp(String elasticIp)
Returns a reference to this object so that method calls can be chained together.
elasticIp
- The address.
public String getName()
public void setName(String name)
name
- The new name.public UpdateElasticIpRequest withName(String name)
Returns a reference to this object so that method calls can be chained together.
name
- The new name.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |