public class ModifyLogsetRequest extends AbstractModel
Constructor and Description |
---|
ModifyLogsetRequest() |
ModifyLogsetRequest(ModifyLogsetRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getLogsetId()
Get Logset ID
|
String |
getLogsetName()
Get Logset name
|
Tag[] |
getTags()
Get Tag key-value pair bound to logset.
|
void |
setLogsetId(String LogsetId)
Set Logset ID
|
void |
setLogsetName(String LogsetName)
Set Logset name
|
void |
setTags(Tag[] Tags)
Set Tag key-value pair bound to logset.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ModifyLogsetRequest()
public ModifyLogsetRequest(ModifyLogsetRequest source)
public String getLogsetId()
public void setLogsetId(String LogsetId)
LogsetId
- Logset IDpublic String getLogsetName()
public void setLogsetName(String LogsetName)
LogsetName
- Logset namepublic Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- Tag key-value pair bound to logset. Up to 10 tag key-value pairs are supported, and a resource can be bound to only one tag key at any time.Copyright © 2023. All rights reserved.