类 DeleteIpReserveRequest


  • public class DeleteIpReserveRequest
    extends AbstractBceRequest
    The request for deleting ipReserve.
    • 构造器详细资料

      • DeleteIpReserveRequest

        public DeleteIpReserveRequest()
    • 方法详细资料

      • withClientToken

        public DeleteIpReserveRequest 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
        返回:
        DeleteIpReserveRequest with specific clientToken
      • withIpReserveId

        public DeleteIpReserveRequest withIpReserveId​(String ipReserveId)
        Configure the ipReserveId for the request.
        参数:
        ipReserveId - The id of IpReserve.
        返回:
        DeleteIpReserveRequest with specified ipReserveId.