Class VPC
java.lang.Object
com.amazonaws.services.route53.model.VPC
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getVPCId()
int
hashCode()
void
void
setVPCRegion
(VPCRegion vPCRegion) void
setVPCRegion
(String vPCRegion) toString()
Returns a string representation of this object; useful for testing and debugging.withVPCRegion
(VPCRegion vPCRegion) withVPCRegion
(String vPCRegion)
-
Constructor Details
-
VPC
public VPC()
-
-
Method Details
-
setVPCRegion
- Parameters:
vPCRegion
-- See Also:
-
getVPCRegion
- Returns:
- See Also:
-
withVPCRegion
- Parameters:
vPCRegion
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setVPCRegion
- Parameters:
vPCRegion
-- See Also:
-
withVPCRegion
- Parameters:
vPCRegion
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setVPCId
- Parameters:
vPCId
-
-
getVPCId
- Returns:
-
withVPCId
- Parameters:
vPCId
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-