public class PutObjectTaggingRequest extends GenericObjectRequest
trafficLimitBitPS| Constructor and Description |
|---|
PutObjectTaggingRequest() |
PutObjectTaggingRequest(String bucketName,
String key,
String tagKey,
String tagValue) |
| Modifier and Type | Method and Description |
|---|---|
String |
getTagKey() |
String |
getTagValue() |
void |
setTagKey(String tagKey) |
void |
setTagValue(String tagValue) |
PutObjectTaggingRequest |
withBucketName(String bucketName) |
PutObjectTaggingRequest |
withKey(String key) |
PutObjectTaggingRequest |
withRequestCredentials(BceCredentials credentials) |
getKey, setKeygetBucketName, setBucketNamegetRequestCredentials, setRequestCredentialspublic String getTagKey()
public void setTagKey(String tagKey)
public String getTagValue()
public void setTagValue(String tagValue)
public PutObjectTaggingRequest withKey(String key)
withKey in class GenericObjectRequestpublic PutObjectTaggingRequest withBucketName(String bucketName)
withBucketName in class GenericBucketRequestpublic PutObjectTaggingRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestCopyright © 2025. All rights reserved.