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