Class DeleteCustomerGatewayRequest


  • public class DeleteCustomerGatewayRequest
    extends AbstractModel
    • Constructor Detail

      • DeleteCustomerGatewayRequest

        public DeleteCustomerGatewayRequest()
      • DeleteCustomerGatewayRequest

        public DeleteCustomerGatewayRequest​(DeleteCustomerGatewayRequest 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

      • getCustomerGatewayId

        public String getCustomerGatewayId()
        Get 对端网关ID,例如:bmcgw-2wqq41m9,可通过DescribeCustomerGateways接口查询对端网关。
        Returns:
        CustomerGatewayId 对端网关ID,例如:bmcgw-2wqq41m9,可通过DescribeCustomerGateways接口查询对端网关。
      • setCustomerGatewayId

        public void setCustomerGatewayId​(String CustomerGatewayId)
        Set 对端网关ID,例如:bmcgw-2wqq41m9,可通过DescribeCustomerGateways接口查询对端网关。
        Parameters:
        CustomerGatewayId - 对端网关ID,例如:bmcgw-2wqq41m9,可通过DescribeCustomerGateways接口查询对端网关。