Class DescribeElasticIpsResult
java.lang.Object
com.amazonaws.services.opsworks.model.DescribeElasticIpsResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the response to a DescribeElasticIps
request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
AnElasticIps
object that describes the specified Elastic IP addresses.int
hashCode()
void
setElasticIps
(Collection<ElasticIp> elasticIps) AnElasticIps
object that describes the specified Elastic IP addresses.toString()
Returns a string representation of this object; useful for testing and debugging.withElasticIps
(ElasticIp... elasticIps) AnElasticIps
object that describes the specified Elastic IP addresses.withElasticIps
(Collection<ElasticIp> elasticIps) AnElasticIps
object that describes the specified Elastic IP addresses.
-
Constructor Details
-
DescribeElasticIpsResult
public DescribeElasticIpsResult()
-
-
Method Details
-
getElasticIps
An
ElasticIps
object that describes the specified Elastic IP addresses.- Returns:
- An
ElasticIps
object that describes the specified Elastic IP addresses.
-
setElasticIps
An
ElasticIps
object that describes the specified Elastic IP addresses.- Parameters:
elasticIps
- AnElasticIps
object that describes the specified Elastic IP addresses.
-
withElasticIps
An
ElasticIps
object that describes the specified Elastic IP addresses.NOTE: This method appends the values to the existing list (if any). Use
setElasticIps(java.util.Collection)
orwithElasticIps(java.util.Collection)
if you want to override the existing values.- Parameters:
elasticIps
- AnElasticIps
object that describes the specified Elastic IP addresses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withElasticIps
An
ElasticIps
object that describes the specified Elastic IP addresses.- Parameters:
elasticIps
- AnElasticIps
object that describes the specified Elastic IP addresses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-