com.baidubce.services.tag.model
Class ListTagsRequest
java.lang.Object
com.baidubce.model.AbstractBceRequest
com.baidubce.services.tag.model.ListTagsRequest
public class ListTagsRequest
- extends AbstractBceRequest
ListTagsRequest
public ListTagsRequest()
getTagKey
public String getTagKey()
setTagKey
public void setTagKey(String tagKey)
getTagValue
public String getTagValue()
setTagValue
public void setTagValue(String tagValue)
withTagKey
public ListTagsRequest withTagKey(String tagKey)
withTagValue
public ListTagsRequest withTagValue(String tagValue)
withRequestCredentials
public ListTagsRequest withRequestCredentials(BceCredentials credentials)
- Configure request credential for the request.
- Specified by:
withRequestCredentials
in class AbstractBceRequest
- Parameters:
credentials
- a valid instance of BceCredentials.
- Returns:
- ListTagsRequest with credentials.
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2018. All rights reserved.