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