类 UnbindTagsRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.services.bcc.model.instance.UnbindTagsRequest
-
public class UnbindTagsRequest extends AbstractBceRequest
request for unbinding tags to specified instance.
-
-
构造器概要
构造器 构造器 说明 UnbindTagsRequest()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 List<TagModel>getChangeTags()StringgetInstanceId()voidsetChangeTags(List<TagModel> changeTags)voidsetInstanceId(String instanceId)UnbindTagsRequestwithChangeTags(List<TagModel> changeTags)Configure the list of tags to be unbound for the request.UnbindTagsRequestwithInstanceId(String instanceId)Configure the instance ID for the request.UnbindTagsRequestwithRequestCredentials(BceCredentials credentials)Configure request credential for the request.-
从类继承的方法 com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
-
-
-
-
方法详细资料
-
getInstanceId
public String getInstanceId()
-
setInstanceId
public void setInstanceId(String instanceId)
-
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.
-
withRequestCredentials
public UnbindTagsRequest withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.- 指定者:
withRequestCredentials在类中AbstractBceRequest- 参数:
credentials- a valid instance of BceCredentials.- 返回:
- UnbindTagsRequest with credentials.
-
-