|
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.AmazonWebServiceRequest
com.amazonaws.services.opsworks.model.DescribeElasticIpsRequest
public class DescribeElasticIpsRequest
Container for the parameters to the DescribeElasticIps operation
.
Describes an instance's Elastic IP addresses .
AWSOpsWorks.describeElasticIps(DescribeElasticIpsRequest)
,
Serialized FormConstructor Summary | |
---|---|
DescribeElasticIpsRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getInstanceId()
The instance ID. |
List<String> |
getIps()
An array of Elastic IP addresses to be described. |
int |
hashCode()
|
void |
setInstanceId(String instanceId)
The instance ID. |
void |
setIps(Collection<String> ips)
An array of Elastic IP addresses to be described. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeElasticIpsRequest |
withInstanceId(String instanceId)
The instance ID. |
DescribeElasticIpsRequest |
withIps(Collection<String> ips)
An array of Elastic IP addresses to be described. |
DescribeElasticIpsRequest |
withIps(String... ips)
An array of Elastic IP addresses to be described. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeElasticIpsRequest()
Method Detail |
---|
public String getInstanceId()
DescribeElasticIps
returns a description of the Elastic
IP addresses associated with the specified instance.
DescribeElasticIps
returns a description of the Elastic
IP addresses associated with the specified instance.public void setInstanceId(String instanceId)
DescribeElasticIps
returns a description of the Elastic
IP addresses associated with the specified instance.
instanceId
- The instance ID. If you include this parameter,
DescribeElasticIps
returns a description of the Elastic
IP addresses associated with the specified instance.public DescribeElasticIpsRequest withInstanceId(String instanceId)
DescribeElasticIps
returns a description of the Elastic
IP addresses associated with the specified instance.
Returns a reference to this object so that method calls can be chained together.
instanceId
- The instance ID. If you include this parameter,
DescribeElasticIps
returns a description of the Elastic
IP addresses associated with the specified instance.
public List<String> getIps()
DescribeElasticIps
returns a description of
the specified Elastic IP addresses. Otherwise, it returns a
description of every Elastic IP address.
DescribeElasticIps
returns a description of
the specified Elastic IP addresses. Otherwise, it returns a
description of every Elastic IP address.public void setIps(Collection<String> ips)
DescribeElasticIps
returns a description of
the specified Elastic IP addresses. Otherwise, it returns a
description of every Elastic IP address.
ips
- An array of Elastic IP addresses to be described. If you include this
parameter, DescribeElasticIps
returns a description of
the specified Elastic IP addresses. Otherwise, it returns a
description of every Elastic IP address.public DescribeElasticIpsRequest withIps(String... ips)
DescribeElasticIps
returns a description of
the specified Elastic IP addresses. Otherwise, it returns a
description of every Elastic IP address.
Returns a reference to this object so that method calls can be chained together.
ips
- An array of Elastic IP addresses to be described. If you include this
parameter, DescribeElasticIps
returns a description of
the specified Elastic IP addresses. Otherwise, it returns a
description of every Elastic IP address.
public DescribeElasticIpsRequest withIps(Collection<String> ips)
DescribeElasticIps
returns a description of
the specified Elastic IP addresses. Otherwise, it returns a
description of every Elastic IP address.
Returns a reference to this object so that method calls can be chained together.
ips
- An array of Elastic IP addresses to be described. If you include this
parameter, DescribeElasticIps
returns a description of
the specified Elastic IP addresses. Otherwise, it returns a
description of every Elastic IP address.
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 |