public class VPC extends Object implements Serializable, Cloneable
A complex type that contains information about an Amazon VPC that is associated with a private 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.VPCRegion
public String getVPCRegion()
The region in which you created the VPC that you want to associate with the specified Amazon Route 53 hosted zone.
VPCRegion
public 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.VPCRegion
public 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.VPCRegion
public 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.VPCRegion
public void setVPCId(String vPCId)
vPCId
- public String getVPCId()
public VPC withVPCId(String vPCId)
vPCId
- public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.