Class VPCSettings

    • Constructor Detail

      • VPCSettings

        public VPCSettings()
      • VPCSettings

        public VPCSettings​(VPCSettings source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getVpcId

        public String getVpcId()
        Get VPC ID
        Returns:
        VpcId VPC ID
      • setVpcId

        public void setVpcId​(String VpcId)
        Set VPC ID
        Parameters:
        VpcId - VPC ID
      • getSubnetId

        public String getSubnetId()
        Get Subnet ID
        Returns:
        SubnetId Subnet ID
      • setSubnetId

        public void setSubnetId​(String SubnetId)
        Set Subnet ID
        Parameters:
        SubnetId - Subnet ID