类 UnbindTagsRequest


  • public class UnbindTagsRequest
    extends AbstractBceRequest
    request for unbinding tags to specified instance.
    • 构造器详细资料

      • UnbindTagsRequest

        public UnbindTagsRequest()
    • 方法详细资料

      • getInstanceId

        public String getInstanceId()
      • setInstanceId

        public void setInstanceId​(String instanceId)
      • setChangeTags

        public void setChangeTags​(List<TagModel> changeTags)
      • withChangeTags

        public UnbindTagsRequest withChangeTags​(List<TagModel> changeTags)
        Configure the list of tags to be unbound for the request.
        参数:
        changeTags - The list of tags to be unbound.
        返回:
        UnbindTagsRequest with specified list of tags to be unbound.
      • withInstanceId

        public UnbindTagsRequest withInstanceId​(String instanceId)
        Configure the instance ID for the request.
        参数:
        instanceId - The id of instance which will be used to unbind a list of tags.
        返回:
        UnbindTagsRequest with specified instance id.