com.amazonaws.services.ec2.model
Class DescribeVpcsResult

java.lang.Object
  extended by com.amazonaws.services.ec2.model.DescribeVpcsResult

public class DescribeVpcsResult
extends Object

Describe Vpcs Result


Constructor Summary
DescribeVpcsResult()
           
 
Method Summary
 List<Vpc> getVpcs()
          Returns the value of the Vpcs property for this object.
 void setVpcs(Collection<Vpc> vpcs)
          Sets the value of the Vpcs property for this object.
 DescribeVpcsResult withVpcs(Collection<Vpc> vpcs)
          Sets the value of the Vpcs property for this object.
 DescribeVpcsResult withVpcs(Vpc... vpcs)
          Sets the value of the Vpcs property for this object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescribeVpcsResult

public DescribeVpcsResult()
Method Detail

getVpcs

public List<Vpc> getVpcs()
Returns the value of the Vpcs property for this object.

Returns:
The value of the Vpcs property for this object.

setVpcs

public void setVpcs(Collection<Vpc> vpcs)
Sets the value of the Vpcs property for this object.

Parameters:
vpcs - The new value for the Vpcs property for this object.

withVpcs

public DescribeVpcsResult withVpcs(Vpc... vpcs)
Sets the value of the Vpcs property for this object.

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

Parameters:
vpcs - The new value for the Vpcs property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

withVpcs

public DescribeVpcsResult withVpcs(Collection<Vpc> vpcs)
Sets the value of the Vpcs property for this object.

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

Parameters:
vpcs - The new value for the Vpcs property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.


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