@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.
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 in which you created an Amazon VPC.
|
int |
hashCode() |
void |
setVPCId(String vPCId) |
void |
setVPCRegion(String vPCRegion)
(Private hosted zones only) The region in which you created an Amazon VPC.
|
void |
setVPCRegion(VPCRegion vPCRegion)
(Private hosted zones only) The region in which you created an Amazon VPC.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
VPC |
withVPCId(String vPCId) |
VPC |
withVPCRegion(String vPCRegion)
(Private hosted zones only) The region in which you created an Amazon VPC.
|
VPC |
withVPCRegion(VPCRegion vPCRegion)
(Private hosted zones only) The region in which you created an Amazon VPC.
|
public void setVPCRegion(String vPCRegion)
(Private hosted zones only) The region in which you created an Amazon VPC.
vPCRegion
- (Private hosted zones only) The region in which you created an Amazon VPC.VPCRegion
public String getVPCRegion()
(Private hosted zones only) The region in which you created an Amazon VPC.
VPCRegion
public VPC withVPCRegion(String vPCRegion)
(Private hosted zones only) The region in which you created an Amazon VPC.
vPCRegion
- (Private hosted zones only) The region in which you created an Amazon VPC.VPCRegion
public void setVPCRegion(VPCRegion vPCRegion)
(Private hosted zones only) The region in which you created an Amazon VPC.
vPCRegion
- (Private hosted zones only) The region in which you created an Amazon VPC.VPCRegion
public VPC withVPCRegion(VPCRegion vPCRegion)
(Private hosted zones only) The region in which you created an Amazon VPC.
vPCRegion
- (Private hosted zones only) The region in which you created an Amazon VPC.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.