类 BindBbcTagsRequest


  • public class BindBbcTagsRequest
    extends AbstractBceRequest
    Created by fulinhua on 2019-02-18
    • 构造器详细资料

      • BindBbcTagsRequest

        public BindBbcTagsRequest()
    • 方法详细资料

      • getInstanceId

        public String getInstanceId()
      • setInstanceId

        public void setInstanceId​(String instanceId)
      • setChangeTags

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

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

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