|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.opsworks.model.ElasticIp
public class ElasticIp
Describes an Elastic IP address.
Constructor Summary | |
---|---|
ElasticIp()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getIp()
The Elastic IP address |
String |
getName()
The Elastic IP address name. |
String |
getRegion()
The AWS region. |
int |
hashCode()
|
void |
setIp(String ip)
The Elastic IP address |
void |
setName(String name)
The Elastic IP address name. |
void |
setRegion(String region)
The AWS region. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ElasticIp |
withIp(String ip)
The Elastic IP address |
ElasticIp |
withName(String name)
The Elastic IP address name. |
ElasticIp |
withRegion(String region)
The AWS region. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ElasticIp()
Method Detail |
---|
public String getIp()
public void setIp(String ip)
ip
- The Elastic IP addresspublic ElasticIp withIp(String ip)
Returns a reference to this object so that method calls can be chained together.
ip
- The Elastic IP address
public String getName()
public void setName(String name)
name
- The Elastic IP address name.public ElasticIp withName(String name)
Returns a reference to this object so that method calls can be chained together.
name
- The Elastic IP address name.
public String getRegion()
public void setRegion(String region)
region
- The AWS region. For more information, see Regions
and Endpoints.public ElasticIp withRegion(String region)
Returns a reference to this object so that method calls can be chained together.
region
- The AWS region. For more information, see Regions
and Endpoints.
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 |