public class VPC extends Object implements Serializable, Cloneable
A complex type that contains information about the Amazon VPC that you're associating with the specified hosted zone.
| Constructor and Description |
|---|
VPC() |
| Modifier and Type | Method and Description |
|---|---|
VPC |
clone() |
boolean |
equals(Object obj) |
String |
getVPCId() |
String |
getVPCRegion()
The region in which you created the VPC that you want to associate with the specified Amazon Route 53 hosted
zone.
|
int |
hashCode() |
void |
setVPCId(String vPCId) |
void |
setVPCRegion(String vPCRegion)
The region in which you created the VPC that you want to associate with the specified Amazon Route 53 hosted
zone.
|
void |
setVPCRegion(VPCRegion vPCRegion)
The region in which you created the VPC that you want to associate with the specified Amazon Route 53 hosted
zone.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
VPC |
withVPCId(String vPCId) |
VPC |
withVPCRegion(String vPCRegion)
The region in which you created the VPC that you want to associate with the specified Amazon Route 53 hosted
zone.
|
VPC |
withVPCRegion(VPCRegion vPCRegion)
The region in which you created the VPC that you want to associate with the specified Amazon Route 53 hosted
zone.
|
public void setVPCRegion(String vPCRegion)
The region in which you created the VPC that you want to associate with the specified Amazon Route 53 hosted zone.
vPCRegion - The region in which you created the VPC that you want to associate with the specified Amazon Route 53
hosted zone.VPCRegionpublic String getVPCRegion()
The region in which you created the VPC that you want to associate with the specified Amazon Route 53 hosted zone.
VPCRegionpublic VPC withVPCRegion(String vPCRegion)
The region in which you created the VPC that you want to associate with the specified Amazon Route 53 hosted zone.
vPCRegion - The region in which you created the VPC that you want to associate with the specified Amazon Route 53
hosted zone.VPCRegionpublic void setVPCRegion(VPCRegion vPCRegion)
The region in which you created the VPC that you want to associate with the specified Amazon Route 53 hosted zone.
vPCRegion - The region in which you created the VPC that you want to associate with the specified Amazon Route 53
hosted zone.VPCRegionpublic VPC withVPCRegion(VPCRegion vPCRegion)
The region in which you created the VPC that you want to associate with the specified Amazon Route 53 hosted zone.
vPCRegion - The region in which you created the VPC that you want to associate with the specified Amazon Route 53
hosted zone.VPCRegionpublic void setVPCId(String vPCId)
vPCId - public String getVPCId()
public VPC withVPCId(String vPCId)
vPCId - public String toString()
toString in class ObjectObject.toString()Copyright © 2016. All rights reserved.