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 VPC
clone()
boolean
equals(Object obj)
String
getVPCId()
String
getVPCRegion()
int
hashCode()
void
setVPCId(String vPCId)
void
setVPCRegion(VPCRegion vPCRegion)
void
setVPCRegion(String vPCRegion)
String
toString()
Returns a string representation of this object; useful for testing and debugging.VPC
withVPCId(String vPCId)
VPC
withVPCRegion(VPCRegion vPCRegion)
VPC
withVPCRegion(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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
-