|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.ec2.model.DescribeAvailabilityZonesRequest
public class DescribeAvailabilityZonesRequest
A request to describe the Amazon EC2 availability zones in the current region.
| Constructor Summary | |
|---|---|
DescribeAvailabilityZonesRequest()
|
|
| Method Summary | |
|---|---|
List<String> |
getZoneNames()
A list of the availability zone names to describe. |
void |
setZoneNames(Collection<String> zoneNames)
A list of the availability zone names to describe. |
String |
toString()
|
DescribeAvailabilityZonesRequest |
withZoneNames(Collection<String> zoneNames)
A list of the availability zone names to describe. |
DescribeAvailabilityZonesRequest |
withZoneNames(String... zoneNames)
A list of the availability zone names to describe. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeAvailabilityZonesRequest()
| Method Detail |
|---|
public List<String> getZoneNames()
public void setZoneNames(Collection<String> zoneNames)
zoneNames - A list of the availability zone names to describe.public DescribeAvailabilityZonesRequest withZoneNames(String... zoneNames)
Returns a reference to this object so that method calls can be chained together.
zoneNames - A list of the availability zone names to describe.
public DescribeAvailabilityZonesRequest withZoneNames(Collection<String> zoneNames)
Returns a reference to this object so that method calls can be chained together.
zoneNames - A list of the availability zone names to describe.
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||