public class CreateLogSetRequest extends AbstractModel
Constructor and Description |
---|
CreateLogSetRequest() |
CreateLogSetRequest(CreateLogSetRequest 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 |
getLogSetName()
Get Name of the logset.
|
String |
getLogSetRegion()
Get Region of the logset.
|
void |
setLogSetName(String LogSetName)
Set Name of the logset.
|
void |
setLogSetRegion(String LogSetRegion)
Set Region of the 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 CreateLogSetRequest()
public CreateLogSetRequest(CreateLogSetRequest source)
public String getLogSetName()
public void setLogSetName(String LogSetName)
LogSetName
- Name of the logset.public String getLogSetRegion()
public void setLogSetRegion(String LogSetRegion)
LogSetRegion
- Region of the logset.Copyright © 2022. All rights reserved.