com.baidubce.services.tag.model
Class DeleteTagsRequest
java.lang.Object
com.baidubce.model.AbstractBceRequest
com.baidubce.services.tag.model.DeleteTagsRequest
public class DeleteTagsRequest
- extends AbstractBceRequest
DeleteTagsRequest
public DeleteTagsRequest()
getTags
public List<Tag> getTags()
setTags
public void setTags(List<Tag> tags)
withTags
public DeleteTagsRequest withTags(List<Tag> tags)
- Configure list of tag for the request
- Parameters:
tags
- List of tag to be deleted.
- Returns:
- DeleteTagsRequest with tags.
withRequestCredentials
public DeleteTagsRequest withRequestCredentials(BceCredentials credentials)
- Configure request credential for the request.
- Specified by:
withRequestCredentials
in class AbstractBceRequest
- Parameters:
credentials
- a valid instance of BceCredentials.
- Returns:
- DeleteTagsRequest with credentials.
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2018. All rights reserved.