|
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.DescribeElasticIpsResult
public class DescribeElasticIpsResult
Contains the response to a DescribeElasticIps
request.
Constructor Summary | |
---|---|
DescribeElasticIpsResult()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List<ElasticIp> |
getElasticIps()
An ElasticIps object that describes the specified Elastic
IP addresses. |
int |
hashCode()
|
void |
setElasticIps(java.util.Collection<ElasticIp> elasticIps)
An ElasticIps object that describes the specified Elastic
IP addresses. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeElasticIpsResult |
withElasticIps(java.util.Collection<ElasticIp> elasticIps)
An ElasticIps object that describes the specified Elastic
IP addresses. |
DescribeElasticIpsResult |
withElasticIps(ElasticIp... elasticIps)
An ElasticIps object that describes the specified Elastic
IP addresses. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeElasticIpsResult()
Method Detail |
---|
public java.util.List<ElasticIp> getElasticIps()
ElasticIps
object that describes the specified Elastic
IP addresses.
ElasticIps
object that describes the specified Elastic
IP addresses.public void setElasticIps(java.util.Collection<ElasticIp> elasticIps)
ElasticIps
object that describes the specified Elastic
IP addresses.
elasticIps
- An ElasticIps
object that describes the specified Elastic
IP addresses.public DescribeElasticIpsResult withElasticIps(ElasticIp... elasticIps)
ElasticIps
object that describes the specified Elastic
IP addresses.
Returns a reference to this object so that method calls can be chained together.
elasticIps
- An ElasticIps
object that describes the specified Elastic
IP addresses.
public DescribeElasticIpsResult withElasticIps(java.util.Collection<ElasticIp> elasticIps)
ElasticIps
object that describes the specified Elastic
IP addresses.
Returns a reference to this object so that method calls can be chained together.
elasticIps
- An ElasticIps
object that describes the specified Elastic
IP addresses.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |