public class ListTagResourcesRequest extends AbstractBceRequest
| Constructor and Description |
|---|
ListTagResourcesRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRegion() |
String |
getResourceType() |
String |
getTagKey() |
String |
getTagValue() |
void |
setRegion(String region) |
void |
setResourceType(String resourceType) |
void |
setTagKey(String tagKey) |
void |
setTagValue(String tagValue) |
String |
toString() |
ListTagResourcesRequest |
withRegion(String region) |
ListTagResourcesRequest |
withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.
|
ListTagResourcesRequest |
withResourceType(String resourceType) |
ListTagResourcesRequest |
withTagKey(String tagKey) |
ListTagResourcesRequest |
withTagValue(String tagValue) |
getRequestCredentials, setRequestCredentialspublic String getTagKey()
public void setTagKey(String tagKey)
public String getTagValue()
public void setTagValue(String tagValue)
public String getResourceType()
public void setResourceType(String resourceType)
public String getRegion()
public void setRegion(String region)
public ListTagResourcesRequest withTagKey(String tagKey)
public ListTagResourcesRequest withTagValue(String tagValue)
public ListTagResourcesRequest withResourceType(String resourceType)
public ListTagResourcesRequest withRegion(String region)
public ListTagResourcesRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestcredentials - a valid instance of BceCredentials.Copyright © 2022. All rights reserved.