Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.opsworks.model
Class DescribeElasticIpsResult

java.lang.Object
  extended by com.amazonaws.services.opsworks.model.DescribeElasticIpsResult
All Implemented Interfaces:
java.io.Serializable

public class DescribeElasticIpsResult
extends java.lang.Object
implements java.io.Serializable

Contains the response to a DescribeElasticIps request.

See Also:
Serialized Form

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

DescribeElasticIpsResult

public DescribeElasticIpsResult()
Method Detail

getElasticIps

public java.util.List<ElasticIp> getElasticIps()
An ElasticIps object that describes the specified Elastic IP addresses.

Returns:
An ElasticIps object that describes the specified Elastic IP addresses.

setElasticIps

public void setElasticIps(java.util.Collection<ElasticIp> elasticIps)
An ElasticIps object that describes the specified Elastic IP addresses.

Parameters:
elasticIps - An ElasticIps object that describes the specified Elastic IP addresses.

withElasticIps

public DescribeElasticIpsResult withElasticIps(ElasticIp... elasticIps)
An ElasticIps object that describes the specified Elastic IP addresses.

Returns a reference to this object so that method calls can be chained together.

Parameters:
elasticIps - An ElasticIps object that describes the specified Elastic IP addresses.
Returns:
A reference to this updated object so that method calls can be chained together.

withElasticIps

public DescribeElasticIpsResult withElasticIps(java.util.Collection<ElasticIp> elasticIps)
An ElasticIps object that describes the specified Elastic IP addresses.

Returns a reference to this object so that method calls can be chained together.

Parameters:
elasticIps - An ElasticIps object that describes the specified Elastic IP addresses.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.