类 BindTagsRequest


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

      • BindTagsRequest

        public BindTagsRequest()
    • 方法详细资料

      • getInstanceId

        public String getInstanceId()
      • setInstanceId

        public void setInstanceId​(String instanceId)
      • setChangeTags

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

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

        public BindTagsRequest 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.
        返回:
        BindTagsRequest with specified instance id.