类 DeleteVpcRequest

    • 构造器详细资料

      • DeleteVpcRequest

        public DeleteVpcRequest()
    • 方法详细资料

      • getVpcId

        public String getVpcId()
      • setVpcId

        public void setVpcId​(String vpcId)
      • withClientToken

        public DeleteVpcRequest withClientToken​(String clientToken)
        Configure optional client token for the request. The request will be idempotent if client token is provided. If the clientToken is not specified by the user, a random String generated by default algorithm will be used.
        参数:
        clientToken - An ASCII string whose length is less than 64. See more detail at BCE API doc
        返回:
        DeleteVpcRequest with specific clientToken
      • withVpcId

        public DeleteVpcRequest withVpcId​(String vpcId)
        Configure the vpcId for the request.
        参数:
        vpcId - The id of network.
        返回:
        GetVpcRequest with specified vpcId.
      • getClientToken

        public String getClientToken()
      • setClientToken

        public void setClientToken​(String clientToken)