com.amazonaws.services.ec2.model
Class CreateVpcResult

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

public class CreateVpcResult
extends Object

Create Vpc Result


Constructor Summary
CreateVpcResult()
           
 
Method Summary
 Vpc getVpc()
          Returns the value of the Vpc property for this object.
 void setVpc(Vpc vpc)
          Sets the value of the Vpc property for this object.
 CreateVpcResult withVpc(Vpc vpc)
          Sets the value of the Vpc property for this object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateVpcResult

public CreateVpcResult()
Method Detail

getVpc

public Vpc getVpc()
Returns the value of the Vpc property for this object.

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

setVpc

public void setVpc(Vpc vpc)
Sets the value of the Vpc property for this object.

Parameters:
vpc - The new value for the Vpc property for this object.

withVpc

public CreateVpcResult withVpc(Vpc vpc)
Sets the value of the Vpc property for this object.

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

Parameters:
vpc - The new value for the Vpc 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.