类 UnShareImageRequest


  • public class UnShareImageRequest
    extends AbstractBceRequest
    The request for unshare image.
    • 构造器详细资料

      • UnShareImageRequest

        public UnShareImageRequest()
    • 方法详细资料

      • getImageId

        public String getImageId()
      • setImageId

        public void setImageId​(String imageId)
      • getAccount

        public String getAccount()
      • setAccount

        public void setAccount​(String account)
      • getAccountId

        public String getAccountId()
      • setAccountId

        public void setAccountId​(String accountId)
      • getUcAccount

        public String getUcAccount()
      • setUcAccount

        public void setUcAccount​(String ucAccount)
      • withImageId

        public UnShareImageRequest withImageId​(String imageId)
        Configure imageId for the request.
        参数:
        imageId - The id of image.
        返回:
        ShareImageRequest with imageId.
      • withAccount

        public UnShareImageRequest withAccount​(String account)
        Configure account for the request.
        参数:
        account - The id of image.
        返回:
        ShareImageRequest with account.
      • withAccountId

        public UnShareImageRequest withAccountId​(String accountId)
        Configure accountId for the request.
        参数:
        accountId - The id of image.
        返回:
        ShareImageRequest with accountId.
      • withUcAccount

        public UnShareImageRequest withUcAccount​(String ucAccount)
        Configure ucAccount for the request.
        参数:
        ucAccount - The account of uc.
        返回:
        ShareImageRequest with ucAccount.