@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VPC extends Object implements Serializable, Cloneable
(Private hosted zones only) A complex type that contains information about an Amazon VPC.
If you associate a private hosted zone with an Amazon VPC when you make a CreateHostedZone request, the following parameters are also required.
Constructor and Description |
---|
VPC() |
Modifier and Type | Method and Description |
---|---|
VPC |
clone() |
boolean |
equals(Object obj) |
String |
getVPCId() |
String |
getVPCRegion()
(Private hosted zones only) The region that an Amazon VPC was created in.
|
int |
hashCode() |
void |
setVPCId(String vPCId) |
void |
setVPCRegion(String vPCRegion)
(Private hosted zones only) The region that an Amazon VPC was created in.
|
void |
setVPCRegion(VPCRegion vPCRegion)
(Private hosted zones only) The region that an Amazon VPC was created in.
|
String |
toString()
Returns a string representation of this object.
|
VPC |
withVPCId(String vPCId) |
VPC |
withVPCRegion(String vPCRegion)
(Private hosted zones only) The region that an Amazon VPC was created in.
|
VPC |
withVPCRegion(VPCRegion vPCRegion)
(Private hosted zones only) The region that an Amazon VPC was created in.
|
public void setVPCRegion(String vPCRegion)
(Private hosted zones only) The region that an Amazon VPC was created in.
vPCRegion
- (Private hosted zones only) The region that an Amazon VPC was created in.VPCRegion
public String getVPCRegion()
(Private hosted zones only) The region that an Amazon VPC was created in.
VPCRegion
public VPC withVPCRegion(String vPCRegion)
(Private hosted zones only) The region that an Amazon VPC was created in.
vPCRegion
- (Private hosted zones only) The region that an Amazon VPC was created in.VPCRegion
public void setVPCRegion(VPCRegion vPCRegion)
(Private hosted zones only) The region that an Amazon VPC was created in.
vPCRegion
- (Private hosted zones only) The region that an Amazon VPC was created in.VPCRegion
public VPC withVPCRegion(VPCRegion vPCRegion)
(Private hosted zones only) The region that an Amazon VPC was created in.
vPCRegion
- (Private hosted zones only) The region that an Amazon VPC was created in.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()