public class CreateTagsRequest extends AbstractBceRequest
| Constructor and Description |
|---|
CreateTagsRequest() |
| Modifier and Type | Method and Description |
|---|---|
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
|
getRequestCredentials, setRequestCredentialspublic CreateTagsRequest withTags(List<Tag> tags)
tags - List of tag to be created.public CreateTagsRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestcredentials - a valid instance of BceCredentials.Copyright © 2024. All rights reserved.