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()booleanAnElasticIpsobject that describes the specified Elastic IP addresses.inthashCode()voidsetElasticIps(Collection<ElasticIp> elasticIps) AnElasticIpsobject that describes the specified Elastic IP addresses.toString()Returns a string representation of this object; useful for testing and debugging.withElasticIps(ElasticIp... elasticIps) AnElasticIpsobject that describes the specified Elastic IP addresses.withElasticIps(Collection<ElasticIp> elasticIps) AnElasticIpsobject that describes the specified Elastic IP addresses.
-
Constructor Details
-
DescribeElasticIpsResult
public DescribeElasticIpsResult()
-
-
Method Details
-
getElasticIps
An
ElasticIpsobject that describes the specified Elastic IP addresses.- Returns:
- An
ElasticIpsobject that describes the specified Elastic IP addresses.
-
setElasticIps
An
ElasticIpsobject that describes the specified Elastic IP addresses.- Parameters:
elasticIps- AnElasticIpsobject that describes the specified Elastic IP addresses.
-
withElasticIps
An
ElasticIpsobject 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- AnElasticIpsobject that describes the specified Elastic IP addresses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withElasticIps
An
ElasticIpsobject that describes the specified Elastic IP addresses.- Parameters:
elasticIps- AnElasticIpsobject 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
-