Class VPC
- java.lang.Object
-
- com.amazonaws.services.route53.model.VPC
-
- All Implemented Interfaces:
Serializable,Cloneable
public class VPC extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VPC()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VPCclone()booleanequals(Object obj)StringgetVPCId()StringgetVPCRegion()inthashCode()voidsetVPCId(String vPCId)voidsetVPCRegion(VPCRegion vPCRegion)voidsetVPCRegion(String vPCRegion)StringtoString()Returns a string representation of this object; useful for testing and debugging.VPCwithVPCId(String vPCId)VPCwithVPCRegion(VPCRegion vPCRegion)VPCwithVPCRegion(String vPCRegion)
-
-
-
Method Detail
-
setVPCRegion
public void setVPCRegion(String vPCRegion)
- Parameters:
vPCRegion-- See Also:
VPCRegion
-
withVPCRegion
public VPC withVPCRegion(String vPCRegion)
- Parameters:
vPCRegion-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VPCRegion
-
setVPCRegion
public void setVPCRegion(VPCRegion vPCRegion)
- Parameters:
vPCRegion-- See Also:
VPCRegion
-
withVPCRegion
public VPC withVPCRegion(VPCRegion vPCRegion)
- Parameters:
vPCRegion-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VPCRegion
-
setVPCId
public void setVPCId(String vPCId)
- Parameters:
vPCId-
-
getVPCId
public String getVPCId()
- Returns:
-
withVPCId
public VPC withVPCId(String vPCId)
- Parameters:
vPCId-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
-