类 RemoteCopyImageRequest

    • 构造器详细资料

      • RemoteCopyImageRequest

        public RemoteCopyImageRequest()
    • 方法详细资料

      • getImageId

        public String getImageId()
      • setImageId

        public void setImageId​(String imageId)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getDestRegion

        public List<String> getDestRegion()
      • setDestRegion

        public void setDestRegion​(List<String> destRegion)
      • withImageId

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

        public RemoteCopyImageRequest withname​(String name)
        Configure name for the request.
        参数:
        name - The name of image.
        返回:
        RemoteCopyImageRequest with name.
      • withDestRegion

        public RemoteCopyImageRequest withDestRegion​(List<String> destRegion)
        Configure imageId for the request.
        参数:
        destRegion - The id of destRegion.
        返回:
        RemoteCopyImageRequest with destRegion.