public class VPC extends Object implements Serializable
| Constructor and Description |
|---|
VPC() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getVPCId()
A VPC ID
|
String |
getVPCRegion()
Returns the value of the VPCRegion property for this object.
|
int |
hashCode() |
void |
setVPCId(String vPCId)
A VPC ID
|
void |
setVPCRegion(String vPCRegion)
Sets the value of the VPCRegion property for this object.
|
void |
setVPCRegion(VPCRegion vPCRegion)
Sets the value of the VPCRegion property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
VPC |
withVPCId(String vPCId)
A VPC ID
|
VPC |
withVPCRegion(String vPCRegion)
Sets the value of the VPCRegion property for this object.
|
VPC |
withVPCRegion(VPCRegion vPCRegion)
Sets the value of the VPCRegion property for this object.
|
public String getVPCRegion()
Constraints:
Length: 1 - 64
Allowed Values: us-east-1, us-west-1, us-west-2, eu-west-1, eu-central-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, sa-east-1, cn-north-1
VPCRegionpublic void setVPCRegion(String vPCRegion)
Constraints:
Length: 1 - 64
Allowed Values: us-east-1, us-west-1, us-west-2, eu-west-1, eu-central-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, sa-east-1, cn-north-1
vPCRegion - The new value for the VPCRegion property for this object.VPCRegionpublic VPC withVPCRegion(String vPCRegion)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 64
Allowed Values: us-east-1, us-west-1, us-west-2, eu-west-1, eu-central-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, sa-east-1, cn-north-1
vPCRegion - The new value for the VPCRegion property for this object.VPCRegionpublic void setVPCRegion(VPCRegion vPCRegion)
Constraints:
Length: 1 - 64
Allowed Values: us-east-1, us-west-1, us-west-2, eu-west-1, eu-central-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, sa-east-1, cn-north-1
vPCRegion - The new value for the VPCRegion property for this object.VPCRegionpublic VPC withVPCRegion(VPCRegion vPCRegion)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 64
Allowed Values: us-east-1, us-west-1, us-west-2, eu-west-1, eu-central-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, sa-east-1, cn-north-1
vPCRegion - The new value for the VPCRegion property for this object.VPCRegionpublic String getVPCId()
Constraints:
Length: 0 - 1024
public void setVPCId(String vPCId)
Constraints:
Length: 0 - 1024
vPCId - A VPC IDpublic VPC withVPCId(String vPCId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 1024
vPCId - A VPC IDpublic String toString()
toString in class ObjectObject.toString()Copyright © 2015. All rights reserved.