|
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 |
getDomain()
The domain. |
String |
getIp()
The IP address |
String |
getName()
The name. |
String |
getRegion()
The AWS region. |
int |
hashCode()
|
void |
setDomain(String domain)
The domain. |
void |
setIp(String ip)
The IP address |
void |
setName(String name)
The name. |
void |
setRegion(String region)
The AWS region. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ElasticIp |
withDomain(String domain)
The domain. |
ElasticIp |
withIp(String ip)
The IP address |
ElasticIp |
withName(String name)
The 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 IP addresspublic ElasticIp withIp(String ip)
Returns a reference to this object so that method calls can be chained together.
ip
- The IP address
public String getName()
public void setName(String name)
name
- The name.public ElasticIp withName(String name)
Returns a reference to this object so that method calls can be chained together.
name
- The name.
public String getDomain()
public void setDomain(String domain)
domain
- The domain.public ElasticIp withDomain(String domain)
Returns a reference to this object so that method calls can be chained together.
domain
- The domain.
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 |