类 BindBbcTagsRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.services.bbc.model.instance.BindBbcTagsRequest
-
public class BindBbcTagsRequest extends AbstractBceRequest
Created by fulinhua on 2019-02-18
-
-
构造器概要
构造器 构造器 说明 BindBbcTagsRequest()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 List<TagModel>getChangeTags()StringgetInstanceId()voidsetChangeTags(List<TagModel> changeTags)voidsetInstanceId(String instanceId)BindBbcTagsRequestwithChangeTags(List<TagModel> changeTags)Configure the list of tags for the request.BindBbcTagsRequestwithInstanceId(String instanceId)Configure the instance ID for the request.BindBbcTagsRequestwithRequestCredentials(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 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.
-
withRequestCredentials
public BindBbcTagsRequest withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.- 指定者:
withRequestCredentials在类中AbstractBceRequest- 参数:
credentials- a valid instance of BceCredentials.- 返回:
- BindBbcTagsRequest with credentials.
-
-