com.baidubce.services.tag.model
Class CreateTagsRequest

java.lang.Object
  extended by com.baidubce.model.AbstractBceRequest
      extended by com.baidubce.services.tag.model.CreateTagsRequest

public class CreateTagsRequest
extends AbstractBceRequest


Constructor Summary
CreateTagsRequest()
           
 
Method Summary
 List<Tag> getTags()
           
 void setTags(List<Tag> tags)
           
 String toString()
           
 CreateTagsRequest withRequestCredentials(BceCredentials credentials)
          Configure request credential for the request.
 CreateTagsRequest withTags(List<Tag> tags)
          Configure list of tag 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, wait, wait, wait
 

Constructor Detail

CreateTagsRequest

public CreateTagsRequest()
Method Detail

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.