com.baidubce.services.bcc.model.instance
Class UnbindTagsRequest

java.lang.Object
  extended by com.baidubce.model.AbstractBceRequest
      extended by com.baidubce.services.bcc.model.instance.UnbindTagsRequest

public class UnbindTagsRequest
extends AbstractBceRequest

request for unbinding tags to specified instance.


Constructor Summary
UnbindTagsRequest()
           
 
Method Summary
 List<TagModel> getChangeTags()
           
 String getInstanceId()
           
 void setChangeTags(List<TagModel> changeTags)
           
 void setInstanceId(String instanceId)
           
 UnbindTagsRequest withChangeTags(List<TagModel> changeTags)
          Configure the list of tags to be unbound for the request.
 UnbindTagsRequest withInstanceId(String instanceId)
          Configure the instance ID for the request.
 UnbindTagsRequest withRequestCredentials(BceCredentials credentials)
          Configure request credential for the request.
 
Methods inherited from class com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnbindTagsRequest

public UnbindTagsRequest()
Method Detail

getInstanceId

public String getInstanceId()

setInstanceId

public void setInstanceId(String instanceId)

getChangeTags

public List<TagModel> getChangeTags()

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.

Parameters:
changeTags - The list of tags to be unbound.
Returns:
UnbindTagsRequest with specified list of tags to be unbound.

withInstanceId

public UnbindTagsRequest withInstanceId(String instanceId)
Configure the instance ID for the request.

Parameters:
instanceId - The id of instance which will be used to unbind a list of tags.
Returns:
UnbindTagsRequest with specified instance id.

withRequestCredentials

public UnbindTagsRequest withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.

Specified by:
withRequestCredentials in class AbstractBceRequest
Parameters:
credentials - a valid instance of BceCredentials.
Returns:
UnbindTagsRequest with credentials.


Copyright © 2018. All rights reserved.